-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Recently I found a cool project to share data cross process in ruby called localmemcache I found it also to be supported via Moneta which is a cool Key Value abstraction. The thing missing so is incr/decr operations to make it really on par with memcache for some usecases, so I want to look into how to extend it in such a way this can be done... shouldn't be to hard right? (TM)