Odp: Re: FleetDB or other NoSQL store for Clojure?

2011-07-17 Thread Daniel Janus
As far as I know, the only NoSQL DB supporting transactions right now is Redis. It also satisfies the rest of your points (well, I'm not sure if Redis run on windows...). +1 for Redis -- we are using it in production, in fact it's a central piece of our architecture, and so far it's

Re: Odp: Re: FleetDB or other NoSQL store for Clojure?

2011-07-17 Thread Wilson MacGyver
For redis, aleph's lib is worth trying too. I've had good luck with it. http://ztellman.github.com/aleph/aleph.redis-api.html I believe it's used in production at runa. Zachary Tellman has done a great job with aleph/lamina and friends. -- You received this message because you are subscribed