>
> 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 been working out splendidly. 

There are some wrappers for Cojure around, for example this one: 
>
> https://github.com/ragnard/redis-clojure
>

That one seems to be no longer maintained. We have encountered
problems with it, so I have a couple of unofficial patches at

https://github.com/nathell/redis-clojure

Be sure to use the clojure-1.2 branch unless you are working with an ancient 
version
of Clojure; there are also unofficial releases at Clojars: 
http://clojars.org/org.clojars.nathell/redis-clojure

Another option is clj-redis by Mark McGranaghan. It's currently a bit 
lacking in
functionality (at least it was a couple of months ago), it uses Jedis 
whereas
redis-clojure is 'pure' Clojure; definitely worth checking out.
 
Best,
- Daniel

-- 
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

Reply via email to