| Package | Description |
|---|---|
| redis.client |
| Modifier and Type | Method and Description |
|---|---|
MultiBulkReply |
RedisClient.blpop_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.blpop(java.lang.Object... key0)
Remove and get the first element in a list, or block until one is available
List
|
MultiBulkReply |
RedisClient.brpop_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.brpop(java.lang.Object... key0)
Remove and get the last element in a list, or block until one is available
List
|
MultiBulkReply |
RedisClient.hgetall(java.lang.Object key0)
Get all the fields and values in a hash
Hash
|
MultiBulkReply |
RedisClient.hkeys(java.lang.Object key0)
Get all the fields in a hash
Hash
|
MultiBulkReply |
RedisClient.hmget_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.hmget(java.lang.Object key0,
java.lang.Object... field1)
Get the values of all the given hash fields
Hash
|
MultiBulkReply |
RedisClient.hvals(java.lang.Object key0)
Get all the values in a hash
Hash
|
MultiBulkReply |
RedisClient.keys(java.lang.Object pattern0)
Find all keys matching the given pattern
Generic
|
MultiBulkReply |
RedisClient.lrange(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2)
Get a range of elements from a list
List
|
MultiBulkReply |
RedisClient.mget_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.mget(java.lang.Object... key0)
Get the values of all the given keys
String
|
MultiBulkReply |
RedisClient.sdiff_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.sdiff(java.lang.Object... key0)
Subtract multiple sets
Set
|
MultiBulkReply |
RedisClient.sinter_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.sinter(java.lang.Object... key0)
Intersect multiple sets
Set
|
MultiBulkReply |
RedisClient.smembers(java.lang.Object key0)
Get all the members in a set
Set
|
MultiBulkReply |
RedisClient.sunion_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.sunion(java.lang.Object... key0)
Add multiple sets
Set
|
MultiBulkReply |
RedisClient.time()
Return the current server time
Server
|
MultiBulkReply |
RedisClient.zrange_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.zrange(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2,
java.lang.Object withscores3)
Return a range of members in a sorted set, by index
Sorted_set
|
MultiBulkReply |
RedisClient.zrangebyscore_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.zrangebyscore(java.lang.Object key0,
java.lang.Object min1,
java.lang.Object max2,
java.lang.Object withscores3,
java.lang.Object... offset_or_count4)
Return a range of members in a sorted set, by score
Sorted_set
|
MultiBulkReply |
RedisClient.zrevrange_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.zrevrange(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2,
java.lang.Object withscores3)
Return a range of members in a sorted set, by index, with scores ordered from high to low
Sorted_set
|
MultiBulkReply |
RedisClient.zrevrangebyscore_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.zrevrangebyscore(java.lang.Object key0,
java.lang.Object max1,
java.lang.Object min2,
java.lang.Object withscores3,
java.lang.Object... offset_or_count4)
Return a range of members in a sorted set, by score, with scores ordered from high to low
Sorted_set
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.blpop_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.blpop(java.lang.Object... key0)
Remove and get the first element in a list, or block until one is available
List
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.brpop_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.brpop(java.lang.Object... key0)
Remove and get the last element in a list, or block until one is available
List
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.hgetall(java.lang.Object key0)
Get all the fields and values in a hash
Hash
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.hkeys(java.lang.Object key0)
Get all the fields in a hash
Hash
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.hmget_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.hmget(java.lang.Object key0,
java.lang.Object... field1)
Get the values of all the given hash fields
Hash
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.hvals(java.lang.Object key0)
Get all the values in a hash
Hash
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.keys(java.lang.Object pattern0)
Find all keys matching the given pattern
Generic
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.lrange(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2)
Get a range of elements from a list
List
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.mget_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.mget(java.lang.Object... key0)
Get the values of all the given keys
String
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sdiff_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sdiff(java.lang.Object... key0)
Subtract multiple sets
Set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sinter_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sinter(java.lang.Object... key0)
Intersect multiple sets
Set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.smembers(java.lang.Object key0)
Get all the members in a set
Set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sunion_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sunion(java.lang.Object... key0)
Add multiple sets
Set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.time()
Return the current server time
Server
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.zrange_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.zrange(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2,
java.lang.Object withscores3)
Return a range of members in a sorted set, by index
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.zrangebyscore_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.zrangebyscore(java.lang.Object key0,
java.lang.Object min1,
java.lang.Object max2,
java.lang.Object withscores3,
java.lang.Object... offset_or_count4)
Return a range of members in a sorted set, by score
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.zrevrange_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.zrevrange(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2,
java.lang.Object withscores3)
Return a range of members in a sorted set, by index, with scores ordered from high to low
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.zrevrangebyscore_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.zrevrangebyscore(java.lang.Object key0,
java.lang.Object max1,
java.lang.Object min2,
java.lang.Object withscores3,
java.lang.Object... offset_or_count4)
Return a range of members in a sorted set, by score, with scores ordered from high to low
Sorted_set
|