redis-clojure
redis-clojure copied to clipboard
A Clojure client library for the key-value storage system Redis. No longer maintained, please see README.
Hi, I'm using Clojure-1.2 branch to use connection pool. It seems that connection is closed after 5 minutes from last access. Then I get following error "java.net.SocketException: Socket is closed"....
The project.clj file still uses clojure 1.1 and clojure-contrib 1.1. If you are using clojure 1.2 or higher, this causes a problem when trying to boot the application unless you...
Is there a (sane) way to connect to two different redis instances using a single thread?
Hello, Thank you for the wonderful redis-clojure library. It works well. I have added the ZRANK command to your library, please pull it into your tree. Additionally, I would like...
Redis-clojure uses the counts reported by Redis as character counts, while Redis specs clearly say they are byte counts. The correct way to go about this is probably to go...