I highly recommend jedis for redis java lib. It supports connection pooling, pub/sub. and works with the 2.0 protocol.
https://github.com/xetorthio/jedis Any reason why you want to use both memcached and redis at the same time? redis is basically memcached++, with collection/queue support as values, and persist the data to disk periodically. I'm not sure what memcached fits in here if you already have redis. On Sun, Nov 21, 2010 at 6:55 AM, Saul Hazledine <[email protected]> wrote: > Has anyone got experience of using this library with Clojure? Also, is > there a similar library for Redis? > > Another possibility is forking and adding pooling to existing memcache > and redis libraries written in Clojure. If I attempted this, does > anybody know of a good TCP/IP connection pool library that works with > Clojure? > > Thanks in advance for any help. > Saul > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- Omnem crede diem tibi diluxisse supremum. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
