I had looked at that but it wouldn't be a good candidate for forking in this case, because the approaches are different. Clojure-memcached talks to the low-level memcached api via socket connections, whereas mcache uses the spymemcached Java library via java interop.
-Dave On Mon, Feb 20, 2012 at 8:20 PM, Leonardo Borges < leonardoborges...@gmail.com> wrote: > There's this one: https://github.com/shughes/clojure-memcached > > It's two years old so definitely out of date but maybe worth forking? > > Cheers, > Leonardo Borges > www.leonardoborges.com > > > On Sun, Feb 19, 2012 at 12:14 PM, DHM <davidhmar...@gmail.com> wrote: > >> Hi, >> >> I want to announce the release of mcache 0.1.0: >> https://github.com/davidhmartin/mcache >> >> This provides protocol-based support for memcached and memcached-like >> clients, with an implementation using spymemcached. >> >> I coded this up in support of a web site I'm developing. I didn't find >> much in the way of existing clojure-based memcached support. I assume >> this is because it's easy enough to use the java apis directly, but it >> seemed like there can still be a benefit to putting a wrapper around >> these and adding some higher-level functionality. >> This initial version provides functions for add, set, replace, get, >> and incr/decr, plus a couple of additional functions supporting the >> caching of data fetched from a persistent store. >> >> I'm quite new to Clojure, so any feedback or suggestions of better >> ways to do things are more than welcome. >> >> Thanks! >> >> -Dave >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to clojure@googlegroups.com >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en