On Nov 24, 9:12 pm, Wilson MacGyver <wmacgy...@gmail.com> wrote: > 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 >
Many thanks for that. Now it looks like the best way forward is to wrap existing Java libraries. > 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. > I started with a general library for my own use copied from existing code: (https://github.com/alienscience/cache-dot-clj). That has evolved into a hobby project for general use. The idea is that somebody can start with an in-process cache and move to other systems as the application scales without changing the Clojure API. I take your point and will go with redis support first though. Saul -- 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