- zSetAdd :: Handle -> String -> String -> String -> IO (Maybe RedisReply)
- zSetAddB :: Handle -> ByteString -> ByteString -> ByteString -> IO (Maybe RedisReply)
- zSetRemove :: Handle -> String -> IO (Maybe RedisReply)
- zSetIncrementBy :: Handle -> String -> Int -> String -> IO (Maybe RedisReply)
- zSetRank :: Handle -> String -> String -> IO (Maybe RedisReply)
- zSetReverseRank :: Handle -> String -> String -> IO (Maybe RedisReply)
- zSetRange :: Handle -> String -> Int -> Int -> IO (Maybe RedisReply)
- zSetReverseRange :: Handle -> String -> Int -> Int -> IO (Maybe RedisReply)
- zSetRangeByScore :: Handle -> String -> Int -> Int -> IO (Maybe RedisReply)
- zSetCount :: Handle -> String -> Int -> Int -> IO (Maybe RedisReply)
- zSetCardinality :: Handle -> String -> IO (Maybe RedisReply)
- zSetScore :: Handle -> String -> String -> IO (Maybe RedisReply)
- zSetRemRangeByRank :: Handle -> String -> String -> IO (Maybe RedisReply)
- zSetRemRangeByScore :: Handle -> String -> Int -> Int -> IO (Maybe RedisReply)
Documentation
:: Handle | |
-> String | key |
-> String | score, which can be a string float in Redis |
-> String | value |
-> IO (Maybe RedisReply) |
ZADD
:: Handle | |
-> ByteString | key |
-> ByteString | score, which can be a string float in Redis |
-> ByteString | member |
-> IO (Maybe RedisReply) |
ZADD
ZINCRBY
ZRANGE (does not yet include WITHSCORES)
ZREVRANGE (does not yet include WITHSCORES)
ZRANGEBYSCORE
ZREMRANGEBYRANK
ZREMRANGEBYSCORE