Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

Z

zadd(String, double, String, IntegerResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zadd(String, double, String, IntegerResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Adds a member with a score to a sorted set.
zcard(String, IntegerResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zcard(String, IntegerResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Gets the number of members in a sorted set.
zincrby(String, double, String, BulkResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zincrby(String, double, String, BulkResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Increments a member's score.
zrange(String, int, int, ArrayResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zrange(String, int, int, ArrayResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Gets members in a range by index.
zrangeWithScores(String, int, int, ArrayResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zrangeWithScores(String, int, int, ArrayResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Gets members in a range by index with scores.
zrank(String, String, IntegerResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zrank(String, String, IntegerResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Gets the rank of a member (0-based, lowest score first).
zrem(String, IntegerResultHandler, String...) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zrem(String, IntegerResultHandler, String...) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Removes members from a sorted set.
zrevrange(String, int, int, ArrayResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zrevrange(String, int, int, ArrayResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Gets members in reverse order by index.
zscan(String, String, String, int, ScanResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zscan(String, String, String, int, ScanResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Incrementally iterates over members of a sorted set with MATCH and COUNT.
zscan(String, String, ScanResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zscan(String, String, ScanResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Incrementally iterates over members of a sorted set.
zscore(String, String, BulkResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
zscore(String, String, BulkResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Gets the score of a member.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form