Re: [ANN] Carmine, a new Redis client for Clojure

2012-05-24 Thread Peter Taoussanis
Thanks Baishampayan, appreciate it.

Just shout if you run into any problems or have any requests!

- Peter Taoussanis

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

[ANN] Carmine, a new Redis client for Clojure

2012-05-23 Thread Peter Taoussanis
Hi all!

Quick announcement: I've been working on bringing together the best 
features from the current crop of Clojure Redis clients, and filling in 
some of the remaining holes.

It's on GitHub (https://github.com/ptaoussanis/carmine) and Clojars (
http://clojars.org/carmine).

Since I'm NOT using it in production anywhere yet, I'd caution anyone to 
treat it as still experimental for now. The goal, however, is to head 
toward something very much production-ready by the time 1.0 rolls around.

Features (taken from the readme):
* A high-performance, all-Clojure client.
* Modern targets: Redis 2.0+ (with full 2.6 support), Clojure 1.3+, 
Leiningen 2.
* Connection pooling.
* Complete and accurate command definitions with full documentation.
* Composable, first-class command functions.
* Flexible, high-performance binary-safe serialization.
* Full support for Lua scripting, Pub/Sub, etc.
* Command helpers (sort*, etc.).

Any comments/pull-requests/whatever very welcome!

- Peter Taoussanis (@ptaoussanis)

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

Re: [ANN] Carmine, a new Redis client for Clojure

2012-05-23 Thread Baishampayan Ghose
Peter,

I looked at the code briefly, and it's quite impressive!

I might pick up Carmine for use in our project.

Thanks,
BG

On Wed, May 23, 2012 at 2:41 PM, Peter Taoussanis ptaoussa...@gmail.com wrote:
 Hi all!

 Quick announcement: I've been working on bringing together the best features
 from the current crop of Clojure Redis clients, and filling in some of the
 remaining holes.

 It's on GitHub (https://github.com/ptaoussanis/carmine) and Clojars
 (http://clojars.org/carmine).

 Since I'm NOT using it in production anywhere yet, I'd caution anyone to
 treat it as still experimental for now. The goal, however, is to head
 toward something very much production-ready by the time 1.0 rolls around.

 Features (taken from the readme):
 * A high-performance, all-Clojure client.
 * Modern targets: Redis 2.0+ (with full 2.6 support), Clojure 1.3+,
 Leiningen 2.
 * Connection pooling.
 * Complete and accurate command definitions with full documentation.
 * Composable, first-class command functions.
 * Flexible, high-performance binary-safe serialization.
 * Full support for Lua scripting, Pub/Sub, etc.
 * Command helpers (sort*, etc.).

 Any comments/pull-requests/whatever very welcome!

 - Peter Taoussanis (@ptaoussanis)

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



-- 
Baishampayan Ghose
b.ghose at gmail.com

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