From 7c31d71244ad4c26b6f32b658679b3284bb3b00a Mon Sep 17 00:00:00 2001 From: Baishampayan Ghose Date: Tue, 14 Sep 2010 14:22:24 +0530 Subject: [PATCH] Added ZRANK command --- src/redis.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redis.clj b/src/redis.clj index 9b768a9..6a19cf7 100644 --- a/src/redis.clj +++ b/src/redis.clj @@ -136,6 +136,7 @@ (zrevrange [key start end] :inline) (zrangebyscore [key start end] :inline) (zremrangebyscore [key start end] :inline) + (zrank [key member] :bulk) ;; Hash commands (hset [key field value] :bulk int-to-bool) (hget [key field] :bulk);;;;