summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-07-05 11:42:57 +0200
committerfranck cuny <franck@lumberjaph.net>2010-07-05 11:42:57 +0200
commitf456a2f1c40432fbc6d764987840e3d5462cf7b9 (patch)
tree900088384fc9c3dd1158128ac1902f74d01100d7 /README.md
parentreflect change about worker id; update POD (diff)
downloadpresque-f456a2f1c40432fbc6d764987840e3d5462cf7b9.tar.gz
update tests for worker_id; update REAMDE
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e964fe9..9f5a5d8 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,7 @@ In order to use presque, you will need:
* [Tatsumaki](http://search.cpan.org/perldoc?Tatsumaki)
* [Redis](http://code.google.com/p/redis/) (at least version 2.0)
- * [AnyEvent::Redis](http://search.cpan.org/perldoc?AnyEvent::Redis) original lib.
- * [AnyEvent::Redis](http://github.com/franckcuny/AnyEvent-Redis) for Hash support in Redis (required)
+ * [AnyEvent::Redis](http://search.cpan.org/perldoc?AnyEvent::Redis)
## INTRODUCTION
@@ -63,6 +62,7 @@ The following HTTP routes are available:
## LIBRARIES
* [Net::Presque](http://github.com/franckcuny/net-presque) - Perl
+ * [Presque::Client](http://github.com/ngrunwald/presque-client) - Clojure
## AUTHOR