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