[ANN] mcache 0.2.0 released

2012-02-29 Thread DHM
Last week I released mcache 0.1.0, a protocol-based clojure library for memcached. This latest change contains significant changes, summarized here: 1. Renamed the functions, and got rid of the "cache-" prefix 2. Removed increment and decrement functions from the protocol, as these seemed like

Re: [ANN] mcache 0.2.0 released

2012-02-29 Thread Jim Crossley
Hi Dave, This is awesome! :) DHM writes: [...] > Thanks to Jim Crossly for the suggestion to look into CacheProtocol. > Also, Jim, I hope you don't mind that I borrowed your naming scheme > for the put functions. :-) Not at all. I love that within a coupla weeks we've introduced two distribut

Re: [ANN] mcache 0.2.0 released

2012-02-29 Thread Michael Fogus
>  3. Added a core.cache/CacheProtocol implementation This is great news. Thank you for taking the time to do this. I would love to know how core.cache helped and hindered you. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,

Re: [ANN] mcache 0.2.0 released

2012-02-29 Thread DHM
On Wednesday, February 29, 2012 6:03:32 AM UTC-8, Fogus wrote: > > > 3. Added a core.cache/CacheProtocol implementation > > This is great news. Thank you for taking the time to do this. I > would love to know how core.cache helped and hindered you. > I'd say integrating with CacheProtocol hel