| Package | Description |
|---|---|
| redis.client |
| Modifier and Type | Method and Description |
|---|---|
IntegerReply |
RedisClient.append(java.lang.Object key0,
java.lang.Object value1)
Append a value to a key
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.append(java.lang.Object key0,
java.lang.Object value1)
Append a value to a key
String
|
StatusReply |
RedisClientBase.auth(java.lang.Object password0)
Authenticate to the server
Connection
|
StatusReply |
RedisClient.bgrewriteaof()
Asynchronously rewrite the append-only file
Server
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.bgrewriteaof()
Asynchronously rewrite the append-only file
Server
|
StatusReply |
RedisClient.bgsave()
Asynchronously save the dataset to disk
Server
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.bgsave()
Asynchronously save the dataset to disk
Server
|
IntegerReply |
RedisClient.bitcount_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.bitcount_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.bitcount(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object end2)
Count set bits in a string
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.bitcount(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object end2)
Count set bits in a string
String
|
IntegerReply |
RedisClient.bitop_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.bitop_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.bitop(java.lang.Object operation0,
java.lang.Object destkey1,
java.lang.Object... key2)
Perform bitwise operations between strings
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.bitop(java.lang.Object operation0,
java.lang.Object destkey1,
java.lang.Object... key2)
Perform bitwise operations between strings
String
|
MultiBulkReply |
RedisClient.blpop_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.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
|
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
|
MultiBulkReply |
RedisClient.brpop_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.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
|
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
|
Reply |
RedisClient.brpoplpush(java.lang.Object source0,
java.lang.Object destination1,
java.lang.Object timeout2)
Pop a value from a list, push it to another list and return it; or block until one is available
List
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.brpoplpush(java.lang.Object source0,
java.lang.Object destination1,
java.lang.Object timeout2)
Pop a value from a list, push it to another list and return it; or block until one is available
List
|
Reply |
RedisClient.client_getname()
Get the current connection name
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.client_getname()
Get the current connection name
Server
|
Reply |
RedisClient.client_kill(java.lang.Object ip_port0)
Kill the connection of a client
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.client_kill(java.lang.Object ip_port0)
Kill the connection of a client
Server
|
Reply |
RedisClient.client_list()
Get the list of client connections
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.client_list()
Get the list of client connections
Server
|
Reply |
RedisClient.client_setname(java.lang.Object connection_name0)
Set the current connection name
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.client_setname(java.lang.Object connection_name0)
Set the current connection name
Server
|
Reply |
RedisClient.config_get(java.lang.Object parameter0)
Get the value of a configuration parameter
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.config_get(java.lang.Object parameter0)
Get the value of a configuration parameter
Server
|
Reply |
RedisClient.config_resetstat()
Reset the stats returned by INFO
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.config_resetstat()
Reset the stats returned by INFO
Server
|
Reply |
RedisClient.config_set(java.lang.Object parameter0,
java.lang.Object value1)
Set a configuration parameter to the given value
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.config_set(java.lang.Object parameter0,
java.lang.Object value1)
Set a configuration parameter to the given value
Server
|
private boolean |
RedisClientBase.connect() |
IntegerReply |
RedisClient.dbsize()
Return the number of keys in the selected database
Server
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.dbsize()
Return the number of keys in the selected database
Server
|
Reply |
RedisClient.debug_object(java.lang.Object key0)
Get debugging information about a key
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.debug_object(java.lang.Object key0)
Get debugging information about a key
Server
|
Reply |
RedisClient.debug_segfault()
Make the server crash
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.debug_segfault()
Make the server crash
Server
|
IntegerReply |
RedisClient.decr(java.lang.Object key0)
Decrement the integer value of a key by one
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.decr(java.lang.Object key0)
Decrement the integer value of a key by one
String
|
IntegerReply |
RedisClient.decrby(java.lang.Object key0,
java.lang.Object decrement1)
Decrement the integer value of a key by the given number
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.decrby(java.lang.Object key0,
java.lang.Object decrement1)
Decrement the integer value of a key by the given number
String
|
IntegerReply |
RedisClient.del_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.del_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.del(java.lang.Object... key0)
Delete a key
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.del(java.lang.Object... key0)
Delete a key
Generic
|
BulkReply |
RedisClient.dump(java.lang.Object key0)
Return a serialized version of the value stored at the specified key.
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.dump(java.lang.Object key0)
Return a serialized version of the value stored at the specified key.
|
BulkReply |
RedisClient.echo(java.lang.Object message0)
Echo the given string
Connection
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.echo(java.lang.Object message0)
Echo the given string
Connection
|
Reply |
RedisClient.eval_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.eval_(java.lang.Object... arguments) |
Reply |
RedisClient.eval(java.lang.Object script0,
java.lang.Object numkeys1,
java.lang.Object... key2)
Execute a Lua script server side
Scripting
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.eval(java.lang.Object script0,
java.lang.Object numkeys1,
java.lang.Object... key2)
Execute a Lua script server side
Scripting
|
Reply |
RedisClient.evalsha_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.evalsha_(java.lang.Object... arguments) |
Reply |
RedisClient.evalsha(java.lang.Object sha10,
java.lang.Object numkeys1,
java.lang.Object... key2)
Execute a Lua script server side
Scripting
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.evalsha(java.lang.Object sha10,
java.lang.Object numkeys1,
java.lang.Object... key2)
Execute a Lua script server side
Scripting
|
Reply |
RedisClientBase.execute(java.lang.String name,
Command command) |
IntegerReply |
RedisClient.exists(java.lang.Object key0)
Determine if a key exists
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.exists(java.lang.Object key0)
Determine if a key exists
Generic
|
IntegerReply |
RedisClient.expire(java.lang.Object key0,
java.lang.Object seconds1)
Set a key's time to live in seconds
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.expire(java.lang.Object key0,
java.lang.Object seconds1)
Set a key's time to live in seconds
Generic
|
IntegerReply |
RedisClient.expireat(java.lang.Object key0,
java.lang.Object timestamp1)
Set the expiration for a key as a UNIX timestamp
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.expireat(java.lang.Object key0,
java.lang.Object timestamp1)
Set the expiration for a key as a UNIX timestamp
Generic
|
StatusReply |
RedisClient.flushall()
Remove all keys from all databases
Server
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.flushall()
Remove all keys from all databases
Server
|
StatusReply |
RedisClient.flushdb()
Remove all keys from the current database
Server
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.flushdb()
Remove all keys from the current database
Server
|
BulkReply |
RedisClient.get(java.lang.Object key0)
Get the value of a key
String
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.get(java.lang.Object key0)
Get the value of a key
String
|
IntegerReply |
RedisClient.getbit(java.lang.Object key0,
java.lang.Object offset1)
Returns the bit value at offset in the string value stored at key
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.getbit(java.lang.Object key0,
java.lang.Object offset1)
Returns the bit value at offset in the string value stored at key
String
|
BulkReply |
RedisClient.getrange(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object end2)
Get a substring of the string stored at a key
String
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.getrange(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object end2)
Get a substring of the string stored at a key
String
|
BulkReply |
RedisClient.getset(java.lang.Object key0,
java.lang.Object value1)
Set the string value of a key and return its old value
String
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.getset(java.lang.Object key0,
java.lang.Object value1)
Set the string value of a key and return its old value
String
|
IntegerReply |
RedisClient.hdel_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.hdel_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.hdel(java.lang.Object key0,
java.lang.Object... field1)
Delete one or more hash fields
Hash
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.hdel(java.lang.Object key0,
java.lang.Object... field1)
Delete one or more hash fields
Hash
|
IntegerReply |
RedisClient.hexists(java.lang.Object key0,
java.lang.Object field1)
Determine if a hash field exists
Hash
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.hexists(java.lang.Object key0,
java.lang.Object field1)
Determine if a hash field exists
Hash
|
BulkReply |
RedisClient.hget(java.lang.Object key0,
java.lang.Object field1)
Get the value of a hash field
Hash
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.hget(java.lang.Object key0,
java.lang.Object field1)
Get the value of a hash field
Hash
|
MultiBulkReply |
RedisClient.hgetall(java.lang.Object key0)
Get all the fields and values in a hash
Hash
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.hgetall(java.lang.Object key0)
Get all the fields and values in a hash
Hash
|
IntegerReply |
RedisClient.hincrby(java.lang.Object key0,
java.lang.Object field1,
java.lang.Object increment2)
Increment the integer value of a hash field by the given number
Hash
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.hincrby(java.lang.Object key0,
java.lang.Object field1,
java.lang.Object increment2)
Increment the integer value of a hash field by the given number
Hash
|
BulkReply |
RedisClient.hincrbyfloat(java.lang.Object key0,
java.lang.Object field1,
java.lang.Object increment2)
Increment the float value of a hash field by the given amount
Hash
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.hincrbyfloat(java.lang.Object key0,
java.lang.Object field1,
java.lang.Object increment2)
Increment the float value of a hash field by the given amount
Hash
|
MultiBulkReply |
RedisClient.hkeys(java.lang.Object key0)
Get all the fields 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
|
IntegerReply |
RedisClient.hlen(java.lang.Object key0)
Get the number of fields in a hash
Hash
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.hlen(java.lang.Object key0)
Get the number of fields in a hash
Hash
|
MultiBulkReply |
RedisClient.hmget_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.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
|
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
|
StatusReply |
RedisClient.hmset_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.hmset_(java.lang.Object... arguments) |
StatusReply |
RedisClient.hmset(java.lang.Object key0,
java.lang.Object... field_or_value1)
Set multiple hash fields to multiple values
Hash
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.hmset(java.lang.Object key0,
java.lang.Object... field_or_value1)
Set multiple hash fields to multiple values
Hash
|
IntegerReply |
RedisClient.hset(java.lang.Object key0,
java.lang.Object field1,
java.lang.Object value2)
Set the string value of a hash field
Hash
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.hset(java.lang.Object key0,
java.lang.Object field1,
java.lang.Object value2)
Set the string value of a hash field
Hash
|
IntegerReply |
RedisClient.hsetnx(java.lang.Object key0,
java.lang.Object field1,
java.lang.Object value2)
Set the value of a hash field, only if the field does not exist
Hash
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.hsetnx(java.lang.Object key0,
java.lang.Object field1,
java.lang.Object value2)
Set the value of a hash field, only if the field does not exist
Hash
|
MultiBulkReply |
RedisClient.hvals(java.lang.Object key0)
Get all the values in a hash
Hash
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.hvals(java.lang.Object key0)
Get all the values in a hash
Hash
|
IntegerReply |
RedisClient.incr(java.lang.Object key0)
Increment the integer value of a key by one
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.incr(java.lang.Object key0)
Increment the integer value of a key by one
String
|
IntegerReply |
RedisClient.incrby(java.lang.Object key0,
java.lang.Object increment1)
Increment the integer value of a key by the given amount
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.incrby(java.lang.Object key0,
java.lang.Object increment1)
Increment the integer value of a key by the given amount
String
|
BulkReply |
RedisClient.incrbyfloat(java.lang.Object key0,
java.lang.Object increment1)
Increment the float value of a key by the given amount
String
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.incrbyfloat(java.lang.Object key0,
java.lang.Object increment1)
Increment the float value of a key by the given amount
String
|
BulkReply |
RedisClient.info_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.info_(java.lang.Object... arguments) |
BulkReply |
RedisClient.info(java.lang.Object section0)
Get information and statistics about the server
Server
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.info(java.lang.Object section0)
Get information and statistics about the server
Server
|
MultiBulkReply |
RedisClient.keys(java.lang.Object pattern0)
Find all keys matching the given pattern
Generic
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.keys(java.lang.Object pattern0)
Find all keys matching the given pattern
Generic
|
IntegerReply |
RedisClient.lastsave()
Get the UNIX time stamp of the last successful save to disk
Server
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.lastsave()
Get the UNIX time stamp of the last successful save to disk
Server
|
BulkReply |
RedisClient.lindex(java.lang.Object key0,
java.lang.Object index1)
Get an element from a list by its index
List
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.lindex(java.lang.Object key0,
java.lang.Object index1)
Get an element from a list by its index
List
|
IntegerReply |
RedisClient.linsert(java.lang.Object key0,
java.lang.Object where1,
java.lang.Object pivot2,
java.lang.Object value3)
Insert an element before or after another element in a list
List
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.linsert(java.lang.Object key0,
java.lang.Object where1,
java.lang.Object pivot2,
java.lang.Object value3)
Insert an element before or after another element in a list
List
|
IntegerReply |
RedisClient.llen(java.lang.Object key0)
Get the length of a list
List
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.llen(java.lang.Object key0)
Get the length of a list
List
|
BulkReply |
RedisClient.lpop(java.lang.Object key0)
Remove and get the first element in a list
List
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.lpop(java.lang.Object key0)
Remove and get the first element in a list
List
|
IntegerReply |
RedisClient.lpush_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.lpush_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.lpush(java.lang.Object key0,
java.lang.Object... value1)
Prepend one or multiple values to a list
List
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.lpush(java.lang.Object key0,
java.lang.Object... value1)
Prepend one or multiple values to a list
List
|
IntegerReply |
RedisClient.lpushx(java.lang.Object key0,
java.lang.Object value1)
Prepend a value to a list, only if the list exists
List
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.lpushx(java.lang.Object key0,
java.lang.Object value1)
Prepend a value to a list, only if the list exists
List
|
MultiBulkReply |
RedisClient.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.lrange(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2)
Get a range of elements from a list
List
|
IntegerReply |
RedisClient.lrem(java.lang.Object key0,
java.lang.Object count1,
java.lang.Object value2)
Remove elements from a list
List
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.lrem(java.lang.Object key0,
java.lang.Object count1,
java.lang.Object value2)
Remove elements from a list
List
|
StatusReply |
RedisClient.lset(java.lang.Object key0,
java.lang.Object index1,
java.lang.Object value2)
Set the value of an element in a list by its index
List
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.lset(java.lang.Object key0,
java.lang.Object index1,
java.lang.Object value2)
Set the value of an element in a list by its index
List
|
StatusReply |
RedisClient.ltrim(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2)
Trim a list to the specified range
List
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.ltrim(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2)
Trim a list to the specified range
List
|
MultiBulkReply |
RedisClient.mget_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.mget_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.mget(java.lang.Object... key0)
Get the values of all the given keys
String
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.mget(java.lang.Object... key0)
Get the values of all the given keys
String
|
StatusReply |
RedisClient.migrate(java.lang.Object host0,
java.lang.Object port1,
java.lang.Object key2,
java.lang.Object destination_db3,
java.lang.Object timeout4)
Atomically transfer a key from a Redis instance to another one.
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.migrate(java.lang.Object host0,
java.lang.Object port1,
java.lang.Object key2,
java.lang.Object destination_db3,
java.lang.Object timeout4)
Atomically transfer a key from a Redis instance to another one.
|
Reply |
RedisClient.monitor()
Listen for all requests received by the server in real time
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.monitor()
Listen for all requests received by the server in real time
Server
|
IntegerReply |
RedisClient.move(java.lang.Object key0,
java.lang.Object db1)
Move a key to another database
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.move(java.lang.Object key0,
java.lang.Object db1)
Move a key to another database
Generic
|
StatusReply |
RedisClient.mset_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.mset_(java.lang.Object... arguments) |
StatusReply |
RedisClient.mset(java.lang.Object... key_or_value0)
Set multiple keys to multiple values
String
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.mset(java.lang.Object... key_or_value0)
Set multiple keys to multiple values
String
|
IntegerReply |
RedisClient.msetnx_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.msetnx_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.msetnx(java.lang.Object... key_or_value0)
Set multiple keys to multiple values, only if none of the keys exist
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.msetnx(java.lang.Object... key_or_value0)
Set multiple keys to multiple values, only if none of the keys exist
String
|
Reply |
RedisClient.object_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.object_(java.lang.Object... arguments) |
Reply |
RedisClient.object(java.lang.Object subcommand0,
java.lang.Object... arguments1)
Inspect the internals of Redis objects
Generic
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.object(java.lang.Object subcommand0,
java.lang.Object... arguments1)
Inspect the internals of Redis objects
Generic
|
IntegerReply |
RedisClient.persist(java.lang.Object key0)
Remove the expiration from a key
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.persist(java.lang.Object key0)
Remove the expiration from a key
Generic
|
IntegerReply |
RedisClient.pexpire(java.lang.Object key0,
java.lang.Object milliseconds1)
Set a key's time to live in milliseconds
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.pexpire(java.lang.Object key0,
java.lang.Object milliseconds1)
Set a key's time to live in milliseconds
Generic
|
IntegerReply |
RedisClient.pexpireat(java.lang.Object key0,
java.lang.Object milliseconds_timestamp1)
Set the expiration for a key as a UNIX timestamp specified in milliseconds
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.pexpireat(java.lang.Object key0,
java.lang.Object milliseconds_timestamp1)
Set the expiration for a key as a UNIX timestamp specified in milliseconds
Generic
|
StatusReply |
RedisClient.ping()
Ping the server
Connection
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.ping()
Ping the server
Connection
|
com.google.common.util.concurrent.ListenableFuture<? extends Reply> |
RedisClientBase.pipeline(java.lang.String name,
Command command) |
Reply |
RedisClient.psetex(java.lang.Object key0,
java.lang.Object milliseconds1,
java.lang.Object value2)
Set the value and expiration in milliseconds of a key
String
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.psetex(java.lang.Object key0,
java.lang.Object milliseconds1,
java.lang.Object value2)
Set the value and expiration in milliseconds of a key
String
|
IntegerReply |
RedisClient.pttl(java.lang.Object key0)
Get the time to live for a key in milliseconds
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.pttl(java.lang.Object key0)
Get the time to live for a key in milliseconds
Generic
|
IntegerReply |
RedisClient.publish(java.lang.Object channel0,
java.lang.Object message1)
Post a message to a channel
Pubsub
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.publish(java.lang.Object channel0,
java.lang.Object message1)
Post a message to a channel
Pubsub
|
StatusReply |
RedisClient.quit()
Close the connection
Connection
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.quit()
Close the connection
Connection
|
BulkReply |
RedisClient.randomkey()
Return a random key from the keyspace
Generic
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.randomkey()
Return a random key from the keyspace
Generic
|
StatusReply |
RedisClient.rename(java.lang.Object key0,
java.lang.Object newkey1)
Rename a key
Generic
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.rename(java.lang.Object key0,
java.lang.Object newkey1)
Rename a key
Generic
|
IntegerReply |
RedisClient.renamenx(java.lang.Object key0,
java.lang.Object newkey1)
Rename a key, only if the new key does not exist
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.renamenx(java.lang.Object key0,
java.lang.Object newkey1)
Rename a key, only if the new key does not exist
Generic
|
StatusReply |
RedisClient.restore(java.lang.Object key0,
java.lang.Object ttl1,
java.lang.Object serialized_value2)
Create a key using the provided serialized value, previously obtained using DUMP.
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.restore(java.lang.Object key0,
java.lang.Object ttl1,
java.lang.Object serialized_value2)
Create a key using the provided serialized value, previously obtained using DUMP.
|
BulkReply |
RedisClient.rpop(java.lang.Object key0)
Remove and get the last element in a list
List
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.rpop(java.lang.Object key0)
Remove and get the last element in a list
List
|
BulkReply |
RedisClient.rpoplpush(java.lang.Object source0,
java.lang.Object destination1)
Remove the last element in a list, append it to another list and return it
List
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.rpoplpush(java.lang.Object source0,
java.lang.Object destination1)
Remove the last element in a list, append it to another list and return it
List
|
IntegerReply |
RedisClient.rpush_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.rpush_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.rpush(java.lang.Object key0,
java.lang.Object... value1)
Append one or multiple values to a list
List
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.rpush(java.lang.Object key0,
java.lang.Object... value1)
Append one or multiple values to a list
List
|
IntegerReply |
RedisClient.rpushx(java.lang.Object key0,
java.lang.Object value1)
Append a value to a list, only if the list exists
List
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.rpushx(java.lang.Object key0,
java.lang.Object value1)
Append a value to a list, only if the list exists
List
|
IntegerReply |
RedisClient.sadd_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.sadd_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.sadd(java.lang.Object key0,
java.lang.Object... member1)
Add one or more members to a set
Set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.sadd(java.lang.Object key0,
java.lang.Object... member1)
Add one or more members to a set
Set
|
StatusReply |
RedisClient.save()
Synchronously save the dataset to disk
Server
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.save()
Synchronously save the dataset to disk
Server
|
IntegerReply |
RedisClient.scard(java.lang.Object key0)
Get the number of members in a set
Set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.scard(java.lang.Object key0)
Get the number of members in a set
Set
|
Reply |
RedisClient.script_exists_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.script_exists_(java.lang.Object... arguments) |
Reply |
RedisClient.script_exists(java.lang.Object... script0)
Check existence of scripts in the script cache.
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.script_exists(java.lang.Object... script0)
Check existence of scripts in the script cache.
|
Reply |
RedisClient.script_flush()
Remove all the scripts from the script cache.
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.script_flush()
Remove all the scripts from the script cache.
|
Reply |
RedisClient.script_kill()
Kill the script currently in execution.
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.script_kill()
Kill the script currently in execution.
|
Reply |
RedisClient.script_load(java.lang.Object script0)
Load the specified Lua script into the script cache.
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.script_load(java.lang.Object script0)
Load the specified Lua script into the script cache.
|
MultiBulkReply |
RedisClient.sdiff_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sdiff_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.sdiff(java.lang.Object... key0)
Subtract multiple sets
Set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sdiff(java.lang.Object... key0)
Subtract multiple sets
Set
|
IntegerReply |
RedisClient.sdiffstore_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.sdiffstore_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.sdiffstore(java.lang.Object destination0,
java.lang.Object... key1)
Subtract multiple sets and store the resulting set in a key
Set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.sdiffstore(java.lang.Object destination0,
java.lang.Object... key1)
Subtract multiple sets and store the resulting set in a key
Set
|
StatusReply |
RedisClient.select(java.lang.Object index0)
Change the selected database for the current connection
Connection
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.select(java.lang.Object index0)
Change the selected database for the current connection
Connection
|
StatusReply |
RedisClient.set_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.set_(java.lang.Object... arguments) |
StatusReply |
RedisClient.set(java.lang.Object key0,
java.lang.Object value1,
java.lang.Object... seconds2)
Set the string value of a key
String
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.set(java.lang.Object key0,
java.lang.Object value1,
java.lang.Object... seconds2)
Set the string value of a key
String
|
IntegerReply |
RedisClient.setbit(java.lang.Object key0,
java.lang.Object offset1,
java.lang.Object value2)
Sets or clears the bit at offset in the string value stored at key
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.setbit(java.lang.Object key0,
java.lang.Object offset1,
java.lang.Object value2)
Sets or clears the bit at offset in the string value stored at key
String
|
StatusReply |
RedisClient.setex(java.lang.Object key0,
java.lang.Object seconds1,
java.lang.Object value2)
Set the value and expiration of a key
String
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.setex(java.lang.Object key0,
java.lang.Object seconds1,
java.lang.Object value2)
Set the value and expiration of a key
String
|
IntegerReply |
RedisClient.setnx(java.lang.Object key0,
java.lang.Object value1)
Set the value of a key, only if the key does not exist
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.setnx(java.lang.Object key0,
java.lang.Object value1)
Set the value of a key, only if the key does not exist
String
|
IntegerReply |
RedisClient.setrange(java.lang.Object key0,
java.lang.Object offset1,
java.lang.Object value2)
Overwrite part of a string at key starting at the specified offset
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.setrange(java.lang.Object key0,
java.lang.Object offset1,
java.lang.Object value2)
Overwrite part of a string at key starting at the specified offset
String
|
StatusReply |
RedisClient.shutdown_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.shutdown_(java.lang.Object... arguments) |
StatusReply |
RedisClient.shutdown(java.lang.Object NOSAVE0,
java.lang.Object SAVE1)
Synchronously save the dataset to disk and then shut down the server
Server
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.shutdown(java.lang.Object NOSAVE0,
java.lang.Object SAVE1)
Synchronously save the dataset to disk and then shut down the server
Server
|
MultiBulkReply |
RedisClient.sinter_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sinter_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.sinter(java.lang.Object... key0)
Intersect multiple sets
Set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sinter(java.lang.Object... key0)
Intersect multiple sets
Set
|
IntegerReply |
RedisClient.sinterstore_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.sinterstore_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.sinterstore(java.lang.Object destination0,
java.lang.Object... key1)
Intersect multiple sets and store the resulting set in a key
Set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.sinterstore(java.lang.Object destination0,
java.lang.Object... key1)
Intersect multiple sets and store the resulting set in a key
Set
|
IntegerReply |
RedisClient.sismember(java.lang.Object key0,
java.lang.Object member1)
Determine if a given value is a member of a set
Set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.sismember(java.lang.Object key0,
java.lang.Object member1)
Determine if a given value is a member of a set
Set
|
StatusReply |
RedisClient.slaveof(java.lang.Object host0,
java.lang.Object port1)
Make the server a slave of another instance, or promote it as master
Server
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.slaveof(java.lang.Object host0,
java.lang.Object port1)
Make the server a slave of another instance, or promote it as master
Server
|
Reply |
RedisClient.slowlog_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.slowlog_(java.lang.Object... arguments) |
Reply |
RedisClient.slowlog(java.lang.Object subcommand0,
java.lang.Object argument1)
Manages the Redis slow queries log
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.slowlog(java.lang.Object subcommand0,
java.lang.Object argument1)
Manages the Redis slow queries log
Server
|
MultiBulkReply |
RedisClient.smembers(java.lang.Object key0)
Get all the members in a set
Set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.smembers(java.lang.Object key0)
Get all the members in a set
Set
|
IntegerReply |
RedisClient.smove(java.lang.Object source0,
java.lang.Object destination1,
java.lang.Object member2)
Move a member from one set to another
Set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.smove(java.lang.Object source0,
java.lang.Object destination1,
java.lang.Object member2)
Move a member from one set to another
Set
|
Reply |
RedisClient.sort_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.sort_(java.lang.Object... arguments) |
Reply |
RedisClient.sort(java.lang.Object key0,
java.lang.Object... pattern1)
Sort the elements in a list, set or sorted set
Generic
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.sort(java.lang.Object key0,
java.lang.Object... pattern1)
Sort the elements in a list, set or sorted set
Generic
|
BulkReply |
RedisClient.spop(java.lang.Object key0)
Remove and return a random member from a set
Set
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.spop(java.lang.Object key0)
Remove and return a random member from a set
Set
|
Reply |
RedisClient.srandmember_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.srandmember_(java.lang.Object... arguments) |
Reply |
RedisClient.srandmember(java.lang.Object key0,
java.lang.Object count1)
Get one or multiple random members from a set
Set
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.srandmember(java.lang.Object key0,
java.lang.Object count1)
Get one or multiple random members from a set
Set
|
IntegerReply |
RedisClient.srem_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.srem_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.srem(java.lang.Object key0,
java.lang.Object... member1)
Remove one or more members from a set
Set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.srem(java.lang.Object key0,
java.lang.Object... member1)
Remove one or more members from a set
Set
|
IntegerReply |
RedisClient.strlen(java.lang.Object key0)
Get the length of the value stored in a key
String
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.strlen(java.lang.Object key0)
Get the length of the value stored in a key
String
|
MultiBulkReply |
RedisClient.sunion_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sunion_(java.lang.Object... arguments) |
MultiBulkReply |
RedisClient.sunion(java.lang.Object... key0)
Add multiple sets
Set
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.sunion(java.lang.Object... key0)
Add multiple sets
Set
|
IntegerReply |
RedisClient.sunionstore_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.sunionstore_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.sunionstore(java.lang.Object destination0,
java.lang.Object... key1)
Add multiple sets and store the resulting set in a key
Set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.sunionstore(java.lang.Object destination0,
java.lang.Object... key1)
Add multiple sets and store the resulting set in a key
Set
|
Reply |
RedisClient.sync()
Internal command used for replication
Server
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.sync()
Internal command used for replication
Server
|
MultiBulkReply |
RedisClient.time()
Return the current server time
Server
|
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.time()
Return the current server time
Server
|
IntegerReply |
RedisClient.ttl(java.lang.Object key0)
Get the time to live for a key
Generic
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.ttl(java.lang.Object key0)
Get the time to live for a key
Generic
|
StatusReply |
RedisClient.type(java.lang.Object key0)
Determine the type stored at key
Generic
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.type(java.lang.Object key0)
Determine the type stored at key
Generic
|
StatusReply |
RedisClient.unwatch()
Forget about all watched keys
Transactions
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.unwatch()
Forget about all watched keys
Transactions
|
StatusReply |
RedisClient.watch_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.watch_(java.lang.Object... arguments) |
StatusReply |
RedisClient.watch(java.lang.Object... key0)
Watch the given keys to determine execution of the MULTI/EXEC block
Transactions
|
com.google.common.util.concurrent.ListenableFuture<StatusReply> |
RedisClient.Pipeline.watch(java.lang.Object... key0)
Watch the given keys to determine execution of the MULTI/EXEC block
Transactions
|
IntegerReply |
RedisClient.zadd(java.lang.Object... args)
Add one or more members to a sorted set, or update its score if it already exists
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zadd(java.lang.Object... args)
Add one or more members to a sorted set, or update its score if it already exists
Sorted_set
|
IntegerReply |
RedisClient.zcard(java.lang.Object key0)
Get the number of members in a sorted set
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zcard(java.lang.Object key0)
Get the number of members in a sorted set
Sorted_set
|
IntegerReply |
RedisClient.zcount(java.lang.Object key0,
java.lang.Object min1,
java.lang.Object max2)
Count the members in a sorted set with scores within the given values
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zcount(java.lang.Object key0,
java.lang.Object min1,
java.lang.Object max2)
Count the members in a sorted set with scores within the given values
Sorted_set
|
BulkReply |
RedisClient.zincrby(java.lang.Object key0,
java.lang.Object increment1,
java.lang.Object member2)
Increment the score of a member in a sorted set
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.zincrby(java.lang.Object key0,
java.lang.Object increment1,
java.lang.Object member2)
Increment the score of a member in a sorted set
Sorted_set
|
IntegerReply |
RedisClient.zinterstore_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zinterstore_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.zinterstore(java.lang.Object destination0,
java.lang.Object numkeys1,
java.lang.Object... key2)
Intersect multiple sorted sets and store the resulting sorted set in a new key
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zinterstore(java.lang.Object destination0,
java.lang.Object numkeys1,
java.lang.Object... key2)
Intersect multiple sorted sets and store the resulting sorted set in a new key
Sorted_set
|
MultiBulkReply |
RedisClient.zrange_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.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
|
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
|
MultiBulkReply |
RedisClient.zrangebyscore_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.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
|
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
|
Reply |
RedisClient.zrank(java.lang.Object key0,
java.lang.Object member1)
Determine the index of a member in a sorted set
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.zrank(java.lang.Object key0,
java.lang.Object member1)
Determine the index of a member in a sorted set
Sorted_set
|
IntegerReply |
RedisClient.zrem_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zrem_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.zrem(java.lang.Object key0,
java.lang.Object... member1)
Remove one or more members from a sorted set
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zrem(java.lang.Object key0,
java.lang.Object... member1)
Remove one or more members from a sorted set
Sorted_set
|
IntegerReply |
RedisClient.zremrangebyrank(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2)
Remove all members in a sorted set within the given indexes
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zremrangebyrank(java.lang.Object key0,
java.lang.Object start1,
java.lang.Object stop2)
Remove all members in a sorted set within the given indexes
Sorted_set
|
IntegerReply |
RedisClient.zremrangebyscore(java.lang.Object key0,
java.lang.Object min1,
java.lang.Object max2)
Remove all members in a sorted set within the given scores
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zremrangebyscore(java.lang.Object key0,
java.lang.Object min1,
java.lang.Object max2)
Remove all members in a sorted set within the given scores
Sorted_set
|
MultiBulkReply |
RedisClient.zrevrange_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.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
|
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
|
MultiBulkReply |
RedisClient.zrevrangebyscore_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<MultiBulkReply> |
RedisClient.Pipeline.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
|
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
|
Reply |
RedisClient.zrevrank(java.lang.Object key0,
java.lang.Object member1)
Determine the index of a member in a sorted set, with scores ordered from high to low
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<Reply> |
RedisClient.Pipeline.zrevrank(java.lang.Object key0,
java.lang.Object member1)
Determine the index of a member in a sorted set, with scores ordered from high to low
Sorted_set
|
BulkReply |
RedisClient.zscore(java.lang.Object key0,
java.lang.Object member1)
Get the score associated with the given member in a sorted set
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<BulkReply> |
RedisClient.Pipeline.zscore(java.lang.Object key0,
java.lang.Object member1)
Get the score associated with the given member in a sorted set
Sorted_set
|
IntegerReply |
RedisClient.zunionstore_(java.lang.Object... arguments) |
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zunionstore_(java.lang.Object... arguments) |
IntegerReply |
RedisClient.zunionstore(java.lang.Object destination0,
java.lang.Object numkeys1,
java.lang.Object... key2)
Add multiple sorted sets and store the resulting sorted set in a new key
Sorted_set
|
com.google.common.util.concurrent.ListenableFuture<IntegerReply> |
RedisClient.Pipeline.zunionstore(java.lang.Object destination0,
java.lang.Object numkeys1,
java.lang.Object... key2)
Add multiple sorted sets and store the resulting sorted set in a new key
Sorted_set
|
| Constructor and Description |
|---|
RedisClientBase(java.lang.String host,
int port,
java.util.concurrent.ExecutorService executorService) |