Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Z 

A

add(byte[]) - Method in class redis.util.BytesKeySet
 
add(ZSetEntry) - Method in class redis.util.BytesKeyZSet
 
add(BytesKey, double) - Method in class redis.util.ZSet
 
addAll(Collection<? extends ZSetEntry>) - Method in class redis.util.BytesKeyZSet
 
addAll(ZSet) - Method in class redis.util.ZSet
 
addListener(ReplyListener) - Method in class redis.client.RedisClientBase
Add a reply listener to this client for subscriptions.
ALPHA - Static variable in class redis.client.RedisClientBase
 
APPEND - Static variable in class redis.client.RedisClient
 
append(Object, Object) - Method in class redis.client.RedisClient
Append a value to a key String
append(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Append a value to a key String
APPEND_BYTES - Static variable in class redis.client.RedisClient
 
APPEND_VERSION - Static variable in class redis.client.RedisClient
 
ARGS_PREFIX - Static variable in class redis.Command
 
asAsciiString() - Method in class redis.reply.BulkReply
 
asString(Charset) - Method in class redis.reply.BulkReply
 
asStringList(Charset) - Method in class redis.reply.MultiBulkReply
 
asStringMap(Charset) - Method in class redis.reply.MultiBulkReply
 
asStringSet(Charset) - Method in class redis.reply.MultiBulkReply
 
asUTF8String() - Method in class redis.reply.BulkReply
 
AUTH - Static variable in class redis.client.RedisClientBase
 
auth(Object) - Method in class redis.client.RedisClientBase
Authenticate to the server Connection
AUTH_BYTES - Static variable in class redis.client.RedisClientBase
 

B

Benchmark - Class in redis.client
Clone redis-benchmark
Benchmark() - Constructor for class redis.client.Benchmark
 
benchmark(String, Command) - Static method in class redis.client.Benchmark
 
BGREWRITEAOF - Static variable in class redis.client.RedisClient
 
bgrewriteaof() - Method in class redis.client.RedisClient
Asynchronously rewrite the append-only file Server
bgrewriteaof() - Method in class redis.client.RedisClient.Pipeline
Asynchronously rewrite the append-only file Server
BGREWRITEAOF_BYTES - Static variable in class redis.client.RedisClient
 
BGREWRITEAOF_VERSION - Static variable in class redis.client.RedisClient
 
BGSAVE - Static variable in class redis.client.RedisClient
 
bgsave() - Method in class redis.client.RedisClient
Asynchronously save the dataset to disk Server
bgsave() - Method in class redis.client.RedisClient.Pipeline
Asynchronously save the dataset to disk Server
BGSAVE_BYTES - Static variable in class redis.client.RedisClient
 
BGSAVE_VERSION - Static variable in class redis.client.RedisClient
 
BITCOUNT - Static variable in class redis.client.RedisClient
 
bitcount(Object, Object, Object) - Method in class redis.client.RedisClient
Count set bits in a string String
bitcount(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Count set bits in a string String
bitcount_(Object...) - Method in class redis.client.RedisClient
 
bitcount_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
BITCOUNT_BYTES - Static variable in class redis.client.RedisClient
 
BITCOUNT_VERSION - Static variable in class redis.client.RedisClient
 
BITOP - Static variable in class redis.client.RedisClient
 
bitop(Object, Object, Object...) - Method in class redis.client.RedisClient
Perform bitwise operations between strings String
bitop(Object, Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Perform bitwise operations between strings String
bitop_(Object...) - Method in class redis.client.RedisClient
 
bitop_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
BITOP_BYTES - Static variable in class redis.client.RedisClient
 
BITOP_VERSION - Static variable in class redis.client.RedisClient
 
BLPOP - Static variable in class redis.client.RedisClient
 
blpop(Object...) - Method in class redis.client.RedisClient
Remove and get the first element in a list, or block until one is available List
blpop(Object...) - Method in class redis.client.RedisClient.Pipeline
Remove and get the first element in a list, or block until one is available List
blpop_(Object...) - Method in class redis.client.RedisClient
 
blpop_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
BLPOP_BYTES - Static variable in class redis.client.RedisClient
 
BLPOP_VERSION - Static variable in class redis.client.RedisClient
 
BRPOP - Static variable in class redis.client.RedisClient
 
brpop(Object...) - Method in class redis.client.RedisClient
Remove and get the last element in a list, or block until one is available List
brpop(Object...) - Method in class redis.client.RedisClient.Pipeline
Remove and get the last element in a list, or block until one is available List
brpop_(Object...) - Method in class redis.client.RedisClient
 
brpop_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
BRPOP_BYTES - Static variable in class redis.client.RedisClient
 
BRPOP_VERSION - Static variable in class redis.client.RedisClient
 
BRPOPLPUSH - Static variable in class redis.client.RedisClient
 
brpoplpush(Object, Object, Object) - Method in class redis.client.RedisClient
Pop a value from a list, push it to another list and return it; or block until one is available List
brpoplpush(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Pop a value from a list, push it to another list and return it; or block until one is available List
BRPOPLPUSH_BYTES - Static variable in class redis.client.RedisClient
 
BRPOPLPUSH_VERSION - Static variable in class redis.client.RedisClient
 
BulkReply - Class in redis.reply
Created by IntelliJ IDEA.
BulkReply(byte[]) - Constructor for class redis.reply.BulkReply
 
BY - Static variable in class redis.client.RedisClientBase
 
BYTES - Static variable in class redis.client.RedisClientBase
 
bytes - Variable in class redis.reply.BulkReply
 
bytes - Variable in class redis.util.BytesValue
 
BYTES_PREFIX - Static variable in class redis.Command
 
BytesKey - Class in redis.util
A hashmap friendly key.
BytesKey(byte[]) - Constructor for class redis.util.BytesKey
 
BytesKeyObjectMap<V> - Class in redis.util
Map that uses byte[]s for keys.
BytesKeyObjectMap() - Constructor for class redis.util.BytesKeyObjectMap
 
BytesKeySet - Class in redis.util
Map that uses byte[]s for keys.
BytesKeySet() - Constructor for class redis.util.BytesKeySet
 
BytesKeyZSet - Class in redis.util
 
BytesKeyZSet() - Constructor for class redis.util.BytesKeyZSet
 
BytesKeyZSet(BytesKeyZSet) - Constructor for class redis.util.BytesKeyZSet
 
bytesToNum(byte[]) - Static method in class redis.util.Encoding
Reads a number from a byte array.
BytesValue - Class in redis.util
Doesn't precalculate the hashCode since it is a value and not a key.
BytesValue(byte[]) - Constructor for class redis.util.BytesValue
 

C

c - Static variable in class redis.client.Benchmark
 
CLIENT_GETNAME - Static variable in class redis.client.RedisClient
 
client_getname() - Method in class redis.client.RedisClient
Get the current connection name Server
client_getname() - Method in class redis.client.RedisClient.Pipeline
Get the current connection name Server
CLIENT_GETNAME2 - Static variable in class redis.client.RedisClient
 
CLIENT_GETNAME2_BYTES - Static variable in class redis.client.RedisClient
 
CLIENT_GETNAME_BYTES - Static variable in class redis.client.RedisClient
 
CLIENT_GETNAME_VERSION - Static variable in class redis.client.RedisClient
 
CLIENT_KILL - Static variable in class redis.client.RedisClient
 
client_kill(Object) - Method in class redis.client.RedisClient
Kill the connection of a client Server
client_kill(Object) - Method in class redis.client.RedisClient.Pipeline
Kill the connection of a client Server
CLIENT_KILL2 - Static variable in class redis.client.RedisClient
 
CLIENT_KILL2_BYTES - Static variable in class redis.client.RedisClient
 
CLIENT_KILL_BYTES - Static variable in class redis.client.RedisClient
 
CLIENT_KILL_VERSION - Static variable in class redis.client.RedisClient
 
CLIENT_LIST - Static variable in class redis.client.RedisClient
 
client_list() - Method in class redis.client.RedisClient
Get the list of client connections Server
client_list() - Method in class redis.client.RedisClient.Pipeline
Get the list of client connections Server
CLIENT_LIST2 - Static variable in class redis.client.RedisClient
 
CLIENT_LIST2_BYTES - Static variable in class redis.client.RedisClient
 
CLIENT_LIST_BYTES - Static variable in class redis.client.RedisClient
 
CLIENT_LIST_VERSION - Static variable in class redis.client.RedisClient
 
CLIENT_SETNAME - Static variable in class redis.client.RedisClient
 
client_setname(Object) - Method in class redis.client.RedisClient
Set the current connection name Server
client_setname(Object) - Method in class redis.client.RedisClient.Pipeline
Set the current connection name Server
CLIENT_SETNAME2 - Static variable in class redis.client.RedisClient
 
CLIENT_SETNAME2_BYTES - Static variable in class redis.client.RedisClient
 
CLIENT_SETNAME_BYTES - Static variable in class redis.client.RedisClient
 
CLIENT_SETNAME_VERSION - Static variable in class redis.client.RedisClient
 
close() - Method in class redis.client.RedisClientBase
 
close() - Method in class redis.RedisProtocol
Close the input and output streams.
Command - Class in redis
Command serialization.
Command(Object[]) - Constructor for class redis.Command
 
Command(Object) - Constructor for class redis.Command
 
Command(Object, Object[]) - Constructor for class redis.Command
 
Command(Object, Object) - Constructor for class redis.Command
 
Command(Object, Object, Object[]) - Constructor for class redis.Command
 
Command(Object, Object, Object) - Constructor for class redis.Command
 
Command(Object, Object, Object, Object) - Constructor for class redis.Command
 
Command(Object, Object, Object, Object, Object[]) - Constructor for class redis.Command
 
COMPARATOR - Static variable in class redis.util.BytesKey
 
compare(ZSetEntry, ZSetEntry) - Method in class redis.util.ZSet.ScoreComparator
 
compareTo(BytesKey) - Method in class redis.util.BytesKey
 
compareTo(ZSetEntry) - Method in class redis.util.ZSetEntry
 
CONFIG_GET - Static variable in class redis.client.RedisClient
 
config_get(Object) - Method in class redis.client.RedisClient
Get the value of a configuration parameter Server
config_get(Object) - Method in class redis.client.RedisClient.Pipeline
Get the value of a configuration parameter Server
CONFIG_GET2 - Static variable in class redis.client.RedisClient
 
CONFIG_GET2_BYTES - Static variable in class redis.client.RedisClient
 
CONFIG_GET_BYTES - Static variable in class redis.client.RedisClient
 
CONFIG_GET_VERSION - Static variable in class redis.client.RedisClient
 
CONFIG_RESETSTAT - Static variable in class redis.client.RedisClient
 
config_resetstat() - Method in class redis.client.RedisClient
Reset the stats returned by INFO Server
config_resetstat() - Method in class redis.client.RedisClient.Pipeline
Reset the stats returned by INFO Server
CONFIG_RESETSTAT2 - Static variable in class redis.client.RedisClient
 
CONFIG_RESETSTAT2_BYTES - Static variable in class redis.client.RedisClient
 
CONFIG_RESETSTAT_BYTES - Static variable in class redis.client.RedisClient
 
CONFIG_RESETSTAT_VERSION - Static variable in class redis.client.RedisClient
 
CONFIG_SET - Static variable in class redis.client.RedisClient
 
config_set(Object, Object) - Method in class redis.client.RedisClient
Set a configuration parameter to the given value Server
config_set(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set a configuration parameter to the given value Server
CONFIG_SET2 - Static variable in class redis.client.RedisClient
 
CONFIG_SET2_BYTES - Static variable in class redis.client.RedisClient
 
CONFIG_SET_BYTES - Static variable in class redis.client.RedisClient
 
CONFIG_SET_VERSION - Static variable in class redis.client.RedisClient
 
connect() - Method in class redis.client.RedisClientBase
 
contains(Object) - Method in class redis.util.BytesKeySet
 
contains(byte[]) - Method in class redis.util.BytesKeySet
 
containsKey(Object) - Method in class redis.util.BytesKeyObjectMap
 
containsKey(byte[]) - Method in class redis.util.BytesKeyObjectMap
 
containsKey(BytesKey) - Method in class redis.util.BytesKeyObjectMap
 
convert(long, boolean) - Static method in class redis.util.Encoding
 
CR - Static variable in class redis.RedisProtocol
 
CR - Static variable in class redis.util.Encoding
 
CRLF - Static variable in class redis.Command
 
CRLF - Static variable in interface redis.reply.Reply
 

D

d - Static variable in class redis.client.Benchmark
 
data() - Method in class redis.reply.BulkReply
 
data() - Method in class redis.reply.ErrorReply
 
data() - Method in class redis.reply.IntegerReply
 
data() - Method in class redis.reply.MultiBulkReply
 
data() - Method in interface redis.reply.Reply
 
data() - Method in class redis.reply.StatusReply
 
DBSIZE - Static variable in class redis.client.RedisClient
 
dbsize() - Method in class redis.client.RedisClient
Return the number of keys in the selected database Server
dbsize() - Method in class redis.client.RedisClient.Pipeline
Return the number of keys in the selected database Server
DBSIZE_BYTES - Static variable in class redis.client.RedisClient
 
DBSIZE_VERSION - Static variable in class redis.client.RedisClient
 
DEBUG_OBJECT - Static variable in class redis.client.RedisClient
 
debug_object(Object) - Method in class redis.client.RedisClient
Get debugging information about a key Server
debug_object(Object) - Method in class redis.client.RedisClient.Pipeline
Get debugging information about a key Server
DEBUG_OBJECT2 - Static variable in class redis.client.RedisClient
 
DEBUG_OBJECT2_BYTES - Static variable in class redis.client.RedisClient
 
DEBUG_OBJECT_BYTES - Static variable in class redis.client.RedisClient
 
DEBUG_OBJECT_VERSION - Static variable in class redis.client.RedisClient
 
DEBUG_SEGFAULT - Static variable in class redis.client.RedisClient
 
debug_segfault() - Method in class redis.client.RedisClient
Make the server crash Server
debug_segfault() - Method in class redis.client.RedisClient.Pipeline
Make the server crash Server
DEBUG_SEGFAULT2 - Static variable in class redis.client.RedisClient
 
DEBUG_SEGFAULT2_BYTES - Static variable in class redis.client.RedisClient
 
DEBUG_SEGFAULT_BYTES - Static variable in class redis.client.RedisClient
 
DEBUG_SEGFAULT_VERSION - Static variable in class redis.client.RedisClient
 
DECR - Static variable in class redis.client.RedisClient
 
decr(Object) - Method in class redis.client.RedisClient
Decrement the integer value of a key by one String
decr(Object) - Method in class redis.client.RedisClient.Pipeline
Decrement the integer value of a key by one String
DECR_BYTES - Static variable in class redis.client.RedisClient
 
DECR_VERSION - Static variable in class redis.client.RedisClient
 
DECRBY - Static variable in class redis.client.RedisClient
 
decrby(Object, Object) - Method in class redis.client.RedisClient
Decrement the integer value of a key by the given number String
decrby(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Decrement the integer value of a key by the given number String
DECRBY_BYTES - Static variable in class redis.client.RedisClient
 
DECRBY_VERSION - Static variable in class redis.client.RedisClient
 
DEL - Static variable in class redis.client.RedisClient
 
del(Object...) - Method in class redis.client.RedisClient
Delete a key Generic
del(Object...) - Method in class redis.client.RedisClient.Pipeline
Delete a key Generic
del_(Object...) - Method in class redis.client.RedisClient
 
del_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
DEL_BYTES - Static variable in class redis.client.RedisClient
 
DEL_VERSION - Static variable in class redis.client.RedisClient
 
DESC - Static variable in class redis.client.RedisClientBase
 
DISCARD - Static variable in class redis.client.RedisClientBase
 
discard() - Method in class redis.client.RedisClientBase
 
DUMP - Static variable in class redis.client.RedisClient
 
dump(Object) - Method in class redis.client.RedisClient
Return a serialized version of the value stored at the specified key.
dump(Object) - Method in class redis.client.RedisClient.Pipeline
Return a serialized version of the value stored at the specified key.
DUMP_BYTES - Static variable in class redis.client.RedisClient
 
DUMP_VERSION - Static variable in class redis.client.RedisClient
 

E

ECHO - Static variable in class redis.client.RedisClient
 
echo(Object) - Method in class redis.client.RedisClient
Echo the given string Connection
echo(Object) - Method in class redis.client.RedisClient.Pipeline
Echo the given string Connection
ECHO_BYTES - Static variable in class redis.client.RedisClient
 
ECHO_VERSION - Static variable in class redis.client.RedisClient
 
EMPTY - Static variable in class redis.util.ZSet
 
EMPTY_BYTES - Static variable in class redis.Command
 
Encoding - Class in redis.util
Shared encoding code.
Encoding() - Constructor for class redis.util.Encoding
 
equals(Object) - Method in class redis.util.BytesKey
 
equals(byte[], byte[]) - Static method in class redis.util.BytesValue
 
equals(Object) - Method in class redis.util.BytesValue
 
equals(Object) - Method in class redis.util.ZSetEntry
 
ERR - Static variable in class redis.reply.ErrorReply
 
error - Variable in class redis.reply.ErrorReply
 
ErrorReply - Class in redis.reply
Created by IntelliJ IDEA.
ErrorReply(String) - Constructor for class redis.reply.ErrorReply
 
es - Static variable in class redis.client.Benchmark
 
es - Variable in class redis.client.RedisClientBase
 
EVAL - Static variable in class redis.client.RedisClient
 
eval(Object, Object, Object...) - Method in class redis.client.RedisClient
Execute a Lua script server side Scripting
eval(Object, Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Execute a Lua script server side Scripting
eval_(Object...) - Method in class redis.client.RedisClient
 
eval_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
EVAL_BYTES - Static variable in class redis.client.RedisClient
 
EVAL_VERSION - Static variable in class redis.client.RedisClient
 
EVALSHA - Static variable in class redis.client.RedisClient
 
evalsha(Object, Object, Object...) - Method in class redis.client.RedisClient
Execute a Lua script server side Scripting
evalsha(Object, Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Execute a Lua script server side Scripting
evalsha_(Object...) - Method in class redis.client.RedisClient
 
evalsha_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
EVALSHA_BYTES - Static variable in class redis.client.RedisClient
 
EVALSHA_VERSION - Static variable in class redis.client.RedisClient
 
EXEC - Static variable in class redis.client.RedisClientBase
 
exec() - Method in class redis.client.RedisClientBase
 
execute(String, Command) - Method in class redis.client.RedisClientBase
 
EXISTS - Static variable in class redis.client.RedisClient
 
exists(Object) - Method in class redis.client.RedisClient
Determine if a key exists Generic
exists(Object) - Method in class redis.client.RedisClient.Pipeline
Determine if a key exists Generic
EXISTS_BYTES - Static variable in class redis.client.RedisClient
 
EXISTS_VERSION - Static variable in class redis.client.RedisClient
 
EXPIRE - Static variable in class redis.client.RedisClient
 
expire(Object, Object) - Method in class redis.client.RedisClient
Set a key's time to live in seconds Generic
expire(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set a key's time to live in seconds Generic
EXPIRE_BYTES - Static variable in class redis.client.RedisClient
 
EXPIRE_VERSION - Static variable in class redis.client.RedisClient
 
EXPIREAT - Static variable in class redis.client.RedisClient
 
expireat(Object, Object) - Method in class redis.client.RedisClient
Set the expiration for a key as a UNIX timestamp Generic
expireat(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the expiration for a key as a UNIX timestamp Generic
EXPIREAT_BYTES - Static variable in class redis.client.RedisClient
 
EXPIREAT_VERSION - Static variable in class redis.client.RedisClient
 

F

find(int) - Method in class redis.util.ZSet
 
FLUSHALL - Static variable in class redis.client.RedisClient
 
flushall() - Method in class redis.client.RedisClient
Remove all keys from all databases Server
flushall() - Method in class redis.client.RedisClient.Pipeline
Remove all keys from all databases Server
FLUSHALL_BYTES - Static variable in class redis.client.RedisClient
 
FLUSHALL_VERSION - Static variable in class redis.client.RedisClient
 
FLUSHDB - Static variable in class redis.client.RedisClient
 
flushdb() - Method in class redis.client.RedisClient
Remove all keys from the current database Server
flushdb() - Method in class redis.client.RedisClient.Pipeline
Remove all keys from the current database Server
FLUSHDB_BYTES - Static variable in class redis.client.RedisClient
 
FLUSHDB_VERSION - Static variable in class redis.client.RedisClient
 

G

GET - Static variable in class redis.client.RedisClient
 
get(Object) - Method in class redis.client.RedisClient
Get the value of a key String
get(Object) - Method in class redis.client.RedisClient.Pipeline
Get the value of a key String
GET - Static variable in class redis.client.RedisClientBase
 
get(Object) - Method in class redis.util.BytesKeyObjectMap
 
get(byte[]) - Method in class redis.util.BytesKeyObjectMap
 
get(BytesKey) - Method in class redis.util.BytesKeyObjectMap
 
get(BytesKey) - Method in class redis.util.BytesKeyZSet
 
get(byte[]) - Method in class redis.util.BytesKeyZSet
 
get(byte[]) - Method in class redis.util.ZSet
 
get(BytesKey) - Method in class redis.util.ZSet
 
GET_BYTES - Static variable in class redis.client.RedisClient
 
GET_VERSION - Static variable in class redis.client.RedisClient
 
GETBIT - Static variable in class redis.client.RedisClient
 
getbit(Object, Object) - Method in class redis.client.RedisClient
Returns the bit value at offset in the string value stored at key String
getbit(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Returns the bit value at offset in the string value stored at key String
GETBIT_BYTES - Static variable in class redis.client.RedisClient
 
GETBIT_VERSION - Static variable in class redis.client.RedisClient
 
getBytes() - Method in class redis.util.BytesValue
 
getKey() - Method in class redis.util.ZSetEntry
 
getMap() - Method in class redis.util.BytesKeyZSet
 
GETRANGE - Static variable in class redis.client.RedisClient
 
getrange(Object, Object, Object) - Method in class redis.client.RedisClient
Get a substring of the string stored at a key String
getrange(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Get a substring of the string stored at a key String
GETRANGE_BYTES - Static variable in class redis.client.RedisClient
 
GETRANGE_VERSION - Static variable in class redis.client.RedisClient
 
getRedisProtocol() - Method in class redis.client.RedisClientBase
 
getScore() - Method in class redis.util.ZSetEntry
 
GETSET - Static variable in class redis.client.RedisClient
 
getset(Object, Object) - Method in class redis.client.RedisClient
Set the string value of a key and return its old value String
getset(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the string value of a key and return its old value String
GETSET_BYTES - Static variable in class redis.client.RedisClient
 
GETSET_VERSION - Static variable in class redis.client.RedisClient
 

H

h - Static variable in class redis.client.Benchmark
 
hashCode - Variable in class redis.util.BytesKey
 
hashCode() - Method in class redis.util.BytesKey
 
hashCode() - Method in class redis.util.BytesValue
 
hashCode() - Method in class redis.util.ZSetEntry
 
HDEL - Static variable in class redis.client.RedisClient
 
hdel(Object, Object...) - Method in class redis.client.RedisClient
Delete one or more hash fields Hash
hdel(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Delete one or more hash fields Hash
hdel_(Object...) - Method in class redis.client.RedisClient
 
hdel_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
HDEL_BYTES - Static variable in class redis.client.RedisClient
 
HDEL_VERSION - Static variable in class redis.client.RedisClient
 
help - Static variable in class redis.client.Benchmark
 
HEXISTS - Static variable in class redis.client.RedisClient
 
hexists(Object, Object) - Method in class redis.client.RedisClient
Determine if a hash field exists Hash
hexists(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Determine if a hash field exists Hash
HEXISTS_BYTES - Static variable in class redis.client.RedisClient
 
HEXISTS_VERSION - Static variable in class redis.client.RedisClient
 
HGET - Static variable in class redis.client.RedisClient
 
hget(Object, Object) - Method in class redis.client.RedisClient
Get the value of a hash field Hash
hget(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Get the value of a hash field Hash
HGET_BYTES - Static variable in class redis.client.RedisClient
 
HGET_VERSION - Static variable in class redis.client.RedisClient
 
HGETALL - Static variable in class redis.client.RedisClient
 
hgetall(Object) - Method in class redis.client.RedisClient
Get all the fields and values in a hash Hash
hgetall(Object) - Method in class redis.client.RedisClient.Pipeline
Get all the fields and values in a hash Hash
HGETALL_BYTES - Static variable in class redis.client.RedisClient
 
HGETALL_VERSION - Static variable in class redis.client.RedisClient
 
HINCRBY - Static variable in class redis.client.RedisClient
 
hincrby(Object, Object, Object) - Method in class redis.client.RedisClient
Increment the integer value of a hash field by the given number Hash
hincrby(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Increment the integer value of a hash field by the given number Hash
HINCRBY_BYTES - Static variable in class redis.client.RedisClient
 
HINCRBY_VERSION - Static variable in class redis.client.RedisClient
 
HINCRBYFLOAT - Static variable in class redis.client.RedisClient
 
hincrbyfloat(Object, Object, Object) - Method in class redis.client.RedisClient
Increment the float value of a hash field by the given amount Hash
hincrbyfloat(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Increment the float value of a hash field by the given amount Hash
HINCRBYFLOAT_BYTES - Static variable in class redis.client.RedisClient
 
HINCRBYFLOAT_VERSION - Static variable in class redis.client.RedisClient
 
HKEYS - Static variable in class redis.client.RedisClient
 
hkeys(Object) - Method in class redis.client.RedisClient
Get all the fields in a hash Hash
hkeys(Object) - Method in class redis.client.RedisClient.Pipeline
Get all the fields in a hash Hash
HKEYS_BYTES - Static variable in class redis.client.RedisClient
 
HKEYS_VERSION - Static variable in class redis.client.RedisClient
 
HLEN - Static variable in class redis.client.RedisClient
 
hlen(Object) - Method in class redis.client.RedisClient
Get the number of fields in a hash Hash
hlen(Object) - Method in class redis.client.RedisClient.Pipeline
Get the number of fields in a hash Hash
HLEN_BYTES - Static variable in class redis.client.RedisClient
 
HLEN_VERSION - Static variable in class redis.client.RedisClient
 
HMGET - Static variable in class redis.client.RedisClient
 
hmget(Object, Object...) - Method in class redis.client.RedisClient
Get the values of all the given hash fields Hash
hmget(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Get the values of all the given hash fields Hash
hmget_(Object...) - Method in class redis.client.RedisClient
 
hmget_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
HMGET_BYTES - Static variable in class redis.client.RedisClient
 
HMGET_VERSION - Static variable in class redis.client.RedisClient
 
HMSET - Static variable in class redis.client.RedisClient
 
hmset(Object, Object...) - Method in class redis.client.RedisClient
Set multiple hash fields to multiple values Hash
hmset(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Set multiple hash fields to multiple values Hash
hmset_(Object...) - Method in class redis.client.RedisClient
 
hmset_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
HMSET_BYTES - Static variable in class redis.client.RedisClient
 
HMSET_VERSION - Static variable in class redis.client.RedisClient
 
host - Variable in class redis.client.RedisClientBase
 
HSET - Static variable in class redis.client.RedisClient
 
hset(Object, Object, Object) - Method in class redis.client.RedisClient
Set the string value of a hash field Hash
hset(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the string value of a hash field Hash
HSET_BYTES - Static variable in class redis.client.RedisClient
 
HSET_VERSION - Static variable in class redis.client.RedisClient
 
HSETNX - Static variable in class redis.client.RedisClient
 
hsetnx(Object, Object, Object) - Method in class redis.client.RedisClient
Set the value of a hash field, only if the field does not exist Hash
hsetnx(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the value of a hash field, only if the field does not exist Hash
HSETNX_BYTES - Static variable in class redis.client.RedisClient
 
HSETNX_VERSION - Static variable in class redis.client.RedisClient
 
HVALS - Static variable in class redis.client.RedisClient
 
hvals(Object) - Method in class redis.client.RedisClient
Get all the values in a hash Hash
hvals(Object) - Method in class redis.client.RedisClient.Pipeline
Get all the values in a hash Hash
HVALS_BYTES - Static variable in class redis.client.RedisClient
 
HVALS_VERSION - Static variable in class redis.client.RedisClient
 

I

INCR - Static variable in class redis.client.RedisClient
 
incr(Object) - Method in class redis.client.RedisClient
Increment the integer value of a key by one String
incr(Object) - Method in class redis.client.RedisClient.Pipeline
Increment the integer value of a key by one String
INCR_BYTES - Static variable in class redis.client.RedisClient
 
INCR_VERSION - Static variable in class redis.client.RedisClient
 
INCRBY - Static variable in class redis.client.RedisClient
 
incrby(Object, Object) - Method in class redis.client.RedisClient
Increment the integer value of a key by the given amount String
incrby(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Increment the integer value of a key by the given amount String
INCRBY_BYTES - Static variable in class redis.client.RedisClient
 
INCRBY_VERSION - Static variable in class redis.client.RedisClient
 
INCRBYFLOAT - Static variable in class redis.client.RedisClient
 
incrbyfloat(Object, Object) - Method in class redis.client.RedisClient
Increment the float value of a key by the given amount String
incrbyfloat(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Increment the float value of a key by the given amount String
INCRBYFLOAT_BYTES - Static variable in class redis.client.RedisClient
 
INCRBYFLOAT_VERSION - Static variable in class redis.client.RedisClient
 
increment(double) - Method in class redis.util.ZSetEntry
 
INFO - Static variable in class redis.client.RedisClient
 
info(Object) - Method in class redis.client.RedisClient
Get information and statistics about the server Server
info(Object) - Method in class redis.client.RedisClient.Pipeline
Get information and statistics about the server Server
info_(Object...) - Method in class redis.client.RedisClient
 
info_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
INFO_BYTES - Static variable in class redis.client.RedisClient
 
INFO_VERSION - Static variable in class redis.client.RedisClient
 
integer - Variable in class redis.reply.IntegerReply
 
IntegerReply - Class in redis.reply
Created by IntelliJ IDEA.
IntegerReply(long) - Constructor for class redis.reply.IntegerReply
 
is - Variable in class redis.RedisProtocol
 
isEmpty() - Method in class redis.util.ZSet
 
iterator() - Method in class redis.util.ZSet
 

K

key - Variable in class redis.util.ZSetEntry
 
KEYS - Static variable in class redis.client.RedisClient
 
keys(Object) - Method in class redis.client.RedisClient
Find all keys matching the given pattern Generic
keys(Object) - Method in class redis.client.RedisClient.Pipeline
Find all keys matching the given pattern Generic
KEYS_BYTES - Static variable in class redis.client.RedisClient
 
KEYS_VERSION - Static variable in class redis.client.RedisClient
 

L

LASTSAVE - Static variable in class redis.client.RedisClient
 
lastsave() - Method in class redis.client.RedisClient
Get the UNIX time stamp of the last successful save to disk Server
lastsave() - Method in class redis.client.RedisClient.Pipeline
Get the UNIX time stamp of the last successful save to disk Server
LASTSAVE_BYTES - Static variable in class redis.client.RedisClient
 
LASTSAVE_VERSION - Static variable in class redis.client.RedisClient
 
LF - Static variable in class redis.RedisProtocol
 
LF - Static variable in class redis.util.Encoding
 
LIMIT - Static variable in class redis.client.RedisClientBase
 
LINDEX - Static variable in class redis.client.RedisClient
 
lindex(Object, Object) - Method in class redis.client.RedisClient
Get an element from a list by its index List
lindex(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Get an element from a list by its index List
LINDEX_BYTES - Static variable in class redis.client.RedisClient
 
LINDEX_VERSION - Static variable in class redis.client.RedisClient
 
LINSERT - Static variable in class redis.client.RedisClient
 
linsert(Object, Object, Object, Object) - Method in class redis.client.RedisClient
Insert an element before or after another element in a list List
linsert(Object, Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Insert an element before or after another element in a list List
LINSERT_BYTES - Static variable in class redis.client.RedisClient
 
LINSERT_VERSION - Static variable in class redis.client.RedisClient
 
list - Variable in class redis.util.ZSet
 
list() - Method in class redis.util.ZSet
 
LLEN - Static variable in class redis.client.RedisClient
 
llen(Object) - Method in class redis.client.RedisClient
Get the length of a list List
llen(Object) - Method in class redis.client.RedisClient.Pipeline
Get the length of a list List
LLEN_BYTES - Static variable in class redis.client.RedisClient
 
LLEN_VERSION - Static variable in class redis.client.RedisClient
 
LPOP - Static variable in class redis.client.RedisClient
 
lpop(Object) - Method in class redis.client.RedisClient
Remove and get the first element in a list List
lpop(Object) - Method in class redis.client.RedisClient.Pipeline
Remove and get the first element in a list List
LPOP_BYTES - Static variable in class redis.client.RedisClient
 
LPOP_VERSION - Static variable in class redis.client.RedisClient
 
LPUSH - Static variable in class redis.client.RedisClient
 
lpush(Object, Object...) - Method in class redis.client.RedisClient
Prepend one or multiple values to a list List
lpush(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Prepend one or multiple values to a list List
lpush_(Object...) - Method in class redis.client.RedisClient
 
lpush_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
LPUSH_BYTES - Static variable in class redis.client.RedisClient
 
LPUSH_VERSION - Static variable in class redis.client.RedisClient
 
LPUSHX - Static variable in class redis.client.RedisClient
 
lpushx(Object, Object) - Method in class redis.client.RedisClient
Prepend a value to a list, only if the list exists List
lpushx(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Prepend a value to a list, only if the list exists List
LPUSHX_BYTES - Static variable in class redis.client.RedisClient
 
LPUSHX_VERSION - Static variable in class redis.client.RedisClient
 
LRANGE - Static variable in class redis.client.RedisClient
 
lrange(Object, Object, Object) - Method in class redis.client.RedisClient
Get a range of elements from a list List
lrange(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Get a range of elements from a list List
LRANGE_BYTES - Static variable in class redis.client.RedisClient
 
LRANGE_VERSION - Static variable in class redis.client.RedisClient
 
LREM - Static variable in class redis.client.RedisClient
 
lrem(Object, Object, Object) - Method in class redis.client.RedisClient
Remove elements from a list List
lrem(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Remove elements from a list List
LREM_BYTES - Static variable in class redis.client.RedisClient
 
LREM_VERSION - Static variable in class redis.client.RedisClient
 
LSET - Static variable in class redis.client.RedisClient
 
lset(Object, Object, Object) - Method in class redis.client.RedisClient
Set the value of an element in a list by its index List
lset(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the value of an element in a list by its index List
LSET_BYTES - Static variable in class redis.client.RedisClient
 
LSET_VERSION - Static variable in class redis.client.RedisClient
 
LTRIM - Static variable in class redis.client.RedisClient
 
ltrim(Object, Object, Object) - Method in class redis.client.RedisClient
Trim a list to the specified range List
ltrim(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Trim a list to the specified range List
LTRIM_BYTES - Static variable in class redis.client.RedisClient
 
LTRIM_VERSION - Static variable in class redis.client.RedisClient
 

M

main(String[]) - Static method in class redis.client.Benchmark
 
makeKey(Object) - Method in class redis.util.BytesKeyObjectMap
 
map - Variable in class redis.util.BytesKeyZSet
 
map - Variable in class redis.util.ZSet
 
MARKER - Static variable in class redis.reply.BulkReply
 
MARKER - Static variable in class redis.reply.ErrorReply
 
MARKER - Static variable in class redis.reply.IntegerReply
 
MARKER - Static variable in class redis.reply.MultiBulkReply
 
MARKER - Static variable in class redis.reply.StatusReply
 
MESSAGE - Static variable in class redis.client.RedisClientBase
 
message(byte[], byte[]) - Method in interface redis.client.ReplyListener
 
MessageListener - Class in redis.client
Convenience when you don't care about the subscriptions.
MessageListener() - Constructor for class redis.client.MessageListener
 
MGET - Static variable in class redis.client.RedisClient
 
mget(Object...) - Method in class redis.client.RedisClient
Get the values of all the given keys String
mget(Object...) - Method in class redis.client.RedisClient.Pipeline
Get the values of all the given keys String
mget_(Object...) - Method in class redis.client.RedisClient
 
mget_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
MGET_BYTES - Static variable in class redis.client.RedisClient
 
MGET_VERSION - Static variable in class redis.client.RedisClient
 
MIGRATE - Static variable in class redis.client.RedisClient
 
migrate(Object, Object, Object, Object, Object) - Method in class redis.client.RedisClient
Atomically transfer a key from a Redis instance to another one.
migrate(Object, Object, Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Atomically transfer a key from a Redis instance to another one.
MIGRATE_BYTES - Static variable in class redis.client.RedisClient
 
MIGRATE_VERSION - Static variable in class redis.client.RedisClient
 
MILLIS_PER_SECOND - Static variable in class redis.client.Benchmark
 
MONITOR - Static variable in class redis.client.RedisClient
 
monitor() - Method in class redis.client.RedisClient
Listen for all requests received by the server in real time Server
monitor() - Method in class redis.client.RedisClient.Pipeline
Listen for all requests received by the server in real time Server
MONITOR_BYTES - Static variable in class redis.client.RedisClient
 
MONITOR_VERSION - Static variable in class redis.client.RedisClient
 
MOVE - Static variable in class redis.client.RedisClient
 
move(Object, Object) - Method in class redis.client.RedisClient
Move a key to another database Generic
move(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Move a key to another database Generic
MOVE_BYTES - Static variable in class redis.client.RedisClient
 
MOVE_VERSION - Static variable in class redis.client.RedisClient
 
MSET - Static variable in class redis.client.RedisClient
 
mset(Object...) - Method in class redis.client.RedisClient
Set multiple keys to multiple values String
mset(Object...) - Method in class redis.client.RedisClient.Pipeline
Set multiple keys to multiple values String
mset_(Object...) - Method in class redis.client.RedisClient
 
mset_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
MSET_BYTES - Static variable in class redis.client.RedisClient
 
MSET_VERSION - Static variable in class redis.client.RedisClient
 
MSETNX - Static variable in class redis.client.RedisClient
 
msetnx(Object...) - Method in class redis.client.RedisClient
Set multiple keys to multiple values, only if none of the keys exist String
msetnx(Object...) - Method in class redis.client.RedisClient.Pipeline
Set multiple keys to multiple values, only if none of the keys exist String
msetnx_(Object...) - Method in class redis.client.RedisClient
 
msetnx_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
MSETNX_BYTES - Static variable in class redis.client.RedisClient
 
MSETNX_VERSION - Static variable in class redis.client.RedisClient
 
MULTI - Static variable in class redis.client.RedisClientBase
Transaction support
multi() - Method in class redis.client.RedisClientBase
 
MultiBulkReply - Class in redis.reply
Nested replies.
MultiBulkReply(InputStream) - Constructor for class redis.reply.MultiBulkReply
 
MultiBulkReply(Reply[]) - Constructor for class redis.reply.MultiBulkReply
 

N

n - Static variable in class redis.client.Benchmark
 
name - Variable in class redis.Command
 
NANOS_PER_MILLI - Static variable in class redis.client.Benchmark
 
NEG_ONE - Static variable in class redis.util.Encoding
 
NEG_ONE_WITH_CRLF - Static variable in class redis.util.Encoding
 
NUM_MAP_LENGTH - Static variable in class redis.util.Encoding
 
numMap - Static variable in class redis.util.Encoding
 
numMapWithCRLF - Static variable in class redis.util.Encoding
 
numToBytes(long) - Static method in class redis.util.Encoding
 
numToBytes(long, boolean) - Static method in class redis.util.Encoding
 

O

OBJECT - Static variable in class redis.client.RedisClient
 
object(Object, Object...) - Method in class redis.client.RedisClient
Inspect the internals of Redis objects Generic
object(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Inspect the internals of Redis objects Generic
object1 - Variable in class redis.Command
 
object2 - Variable in class redis.Command
 
object3 - Variable in class redis.Command
 
object_(Object...) - Method in class redis.client.RedisClient
 
object_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
OBJECT_BYTES - Static variable in class redis.client.RedisClient
 
OBJECT_VERSION - Static variable in class redis.client.RedisClient
 
objects - Variable in class redis.Command
 
os - Variable in class redis.RedisProtocol
 

P

p - Static variable in class redis.client.Benchmark
 
P - Static variable in class redis.client.Benchmark
 
parseAttempted - Variable in class redis.client.RedisClientBase
 
parseInfo() - Method in class redis.client.RedisClientBase
 
parseVersion(String) - Static method in class redis.client.RedisClientBase
 
PERSIST - Static variable in class redis.client.RedisClient
 
persist(Object) - Method in class redis.client.RedisClient
Remove the expiration from a key Generic
persist(Object) - Method in class redis.client.RedisClient.Pipeline
Remove the expiration from a key Generic
PERSIST_BYTES - Static variable in class redis.client.RedisClient
 
PERSIST_VERSION - Static variable in class redis.client.RedisClient
 
PEXPIRE - Static variable in class redis.client.RedisClient
 
pexpire(Object, Object) - Method in class redis.client.RedisClient
Set a key's time to live in milliseconds Generic
pexpire(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set a key's time to live in milliseconds Generic
PEXPIRE_BYTES - Static variable in class redis.client.RedisClient
 
PEXPIRE_VERSION - Static variable in class redis.client.RedisClient
 
PEXPIREAT - Static variable in class redis.client.RedisClient
 
pexpireat(Object, Object) - Method in class redis.client.RedisClient
Set the expiration for a key as a UNIX timestamp specified in milliseconds Generic
pexpireat(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the expiration for a key as a UNIX timestamp specified in milliseconds Generic
PEXPIREAT_BYTES - Static variable in class redis.client.RedisClient
 
PEXPIREAT_VERSION - Static variable in class redis.client.RedisClient
 
PING - Static variable in class redis.client.RedisClient
 
ping() - Method in class redis.client.RedisClient
Ping the server Connection
ping() - Method in class redis.client.RedisClient.Pipeline
Ping the server Connection
PING_BYTES - Static variable in class redis.client.RedisClient
 
PING_VERSION - Static variable in class redis.client.RedisClient
 
pipeline - Variable in class redis.client.RedisClient
 
pipeline() - Method in class redis.client.RedisClient
 
Pipeline() - Constructor for class redis.client.RedisClient.Pipeline
 
pipeline(String, Command) - Method in class redis.client.RedisClientBase
 
pipelined - Variable in class redis.client.RedisClientBase
 
PMESSAGE - Static variable in class redis.client.RedisClientBase
 
pmessage(byte[], byte[], byte[]) - Method in interface redis.client.ReplyListener
 
port - Variable in class redis.client.RedisClientBase
 
psetex(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the value and expiration in milliseconds of a key String
PSETEX - Static variable in class redis.client.RedisClient
 
psetex(Object, Object, Object) - Method in class redis.client.RedisClient
Set the value and expiration in milliseconds of a key String
PSETEX_BYTES - Static variable in class redis.client.RedisClient
 
PSETEX_VERSION - Static variable in class redis.client.RedisClient
 
PSUBSCRIBE - Static variable in class redis.client.RedisClientBase
 
psubscribe(Object...) - Method in class redis.client.RedisClientBase
Subscribes the client to the specified patterns.
psubscribed(byte[], int) - Method in class redis.client.MessageListener
 
psubscribed(byte[], int) - Method in interface redis.client.ReplyListener
 
pttl(Object) - Method in class redis.client.RedisClient.Pipeline
Get the time to live for a key in milliseconds Generic
PTTL - Static variable in class redis.client.RedisClient
 
pttl(Object) - Method in class redis.client.RedisClient
Get the time to live for a key in milliseconds Generic
PTTL_BYTES - Static variable in class redis.client.RedisClient
 
PTTL_VERSION - Static variable in class redis.client.RedisClient
 
publish(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Post a message to a channel Pubsub
PUBLISH - Static variable in class redis.client.RedisClient
 
publish(Object, Object) - Method in class redis.client.RedisClient
Post a message to a channel Pubsub
PUBLISH_BYTES - Static variable in class redis.client.RedisClient
 
PUBLISH_VERSION - Static variable in class redis.client.RedisClient
 
PUNSUBSCRIBE - Static variable in class redis.client.RedisClientBase
 
punsubscribe(Object...) - Method in class redis.client.RedisClientBase
Unsubscribes the client to the specified patterns.
punsubscribed(byte[], int) - Method in class redis.client.MessageListener
 
punsubscribed(byte[], int) - Method in interface redis.client.ReplyListener
 
put(Object, V) - Method in class redis.util.BytesKeyObjectMap
 
put(byte[], V) - Method in class redis.util.BytesKeyObjectMap
 
put(BytesKey, V) - Method in class redis.util.BytesKeyObjectMap
 

Q

quit() - Method in class redis.client.RedisClient.Pipeline
Close the connection Connection
QUIT - Static variable in class redis.client.RedisClient
 
quit() - Method in class redis.client.RedisClient
Close the connection Connection
QUIT_BYTES - Static variable in class redis.client.RedisClient
 
QUIT_VERSION - Static variable in class redis.client.RedisClient
 

R

randomkey() - Method in class redis.client.RedisClient.Pipeline
Return a random key from the keyspace Generic
RANDOMKEY - Static variable in class redis.client.RedisClient
 
randomkey() - Method in class redis.client.RedisClient
Return a random key from the keyspace Generic
RANDOMKEY_BYTES - Static variable in class redis.client.RedisClient
 
RANDOMKEY_VERSION - Static variable in class redis.client.RedisClient
 
read(InputStream) - Static method in class redis.Command
 
readBytes(InputStream) - Static method in class redis.RedisProtocol
Read fixed size field from the stream.
readLong(InputStream) - Static method in class redis.RedisProtocol
Read a signed ascii integer from the input stream.
receive(InputStream) - Static method in class redis.RedisProtocol
Read a Reply from an input stream.
receiveAsync() - Method in class redis.RedisProtocol
Wait for a reply on the input stream.
redis - package redis
 
redis.client - package redis.client
 
redis.reply - package redis.reply
 
redis.util - package redis.util
 
RedisClient - Class in redis.client
 
RedisClient(String, int) - Constructor for class redis.client.RedisClient
 
RedisClient(String, int, ExecutorService) - Constructor for class redis.client.RedisClient
 
RedisClient.Pipeline - Class in redis.client
 
RedisClientBase - Class in redis.client
The lowest layer that talks directly with the redis protocol.
RedisClientBase(String, int, ExecutorService) - Constructor for class redis.client.RedisClientBase
 
RedisClientBase.SubscriptionsDispatcher - Class in redis.client
 
RedisException - Exception in redis.client
Runtime errors

User: sam Date: 11/5/11 Time: 10:09 PM

RedisException() - Constructor for exception redis.client.RedisException
 
RedisException(Throwable) - Constructor for exception redis.client.RedisException
 
RedisException(String) - Constructor for exception redis.client.RedisException
 
RedisException(String, Throwable) - Constructor for exception redis.client.RedisException
 
redisProtocol - Variable in class redis.client.RedisClientBase
 
RedisProtocol - Class in redis
Implements the Redis Universal Protocol.
RedisProtocol(Socket) - Constructor for class redis.RedisProtocol
Create a new RedisProtocol from a socket connection.
RedisProtocol(BufferedInputStream, OutputStream) - Constructor for class redis.RedisProtocol
Create a new RedisProtocol using provided input and output streams.
remove(Object) - Method in class redis.util.BytesKeyObjectMap
 
remove(byte[]) - Method in class redis.util.BytesKeyObjectMap
 
remove(BytesKey) - Method in class redis.util.BytesKeyObjectMap
 
remove(Object) - Method in class redis.util.BytesKeySet
 
remove(byte[]) - Method in class redis.util.BytesKeySet
 
remove(Object) - Method in class redis.util.BytesKeyZSet
 
remove(byte[]) - Method in class redis.util.ZSet
 
remove(BytesKey) - Method in class redis.util.ZSet
 
removeListener(ReplyListener) - Method in class redis.client.RedisClientBase
Remove a reply listener from this client.
rename(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Rename a key Generic
RENAME - Static variable in class redis.client.RedisClient
 
rename(Object, Object) - Method in class redis.client.RedisClient
Rename a key Generic
RENAME_BYTES - Static variable in class redis.client.RedisClient
 
RENAME_VERSION - Static variable in class redis.client.RedisClient
 
renamenx(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Rename a key, only if the new key does not exist Generic
RENAMENX - Static variable in class redis.client.RedisClient
 
renamenx(Object, Object) - Method in class redis.client.RedisClient
Rename a key, only if the new key does not exist Generic
RENAMENX_BYTES - Static variable in class redis.client.RedisClient
 
RENAMENX_VERSION - Static variable in class redis.client.RedisClient
 
replies - Variable in class redis.reply.MultiBulkReply
 
Reply<T> - Interface in redis.reply
Replies.
ReplyListener - Interface in redis.client
Callback interface for subscribe commands.
replyListeners - Variable in class redis.client.RedisClientBase
 
restore(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Create a key using the provided serialized value, previously obtained using DUMP.
RESTORE - Static variable in class redis.client.RedisClient
 
restore(Object, Object, Object) - Method in class redis.client.RedisClient
Create a key using the provided serialized value, previously obtained using DUMP.
RESTORE_BYTES - Static variable in class redis.client.RedisClient
 
RESTORE_VERSION - Static variable in class redis.client.RedisClient
 
retrying - Variable in class redis.client.RedisClientBase
 
rpop(Object) - Method in class redis.client.RedisClient.Pipeline
Remove and get the last element in a list List
RPOP - Static variable in class redis.client.RedisClient
 
rpop(Object) - Method in class redis.client.RedisClient
Remove and get the last element in a list List
RPOP_BYTES - Static variable in class redis.client.RedisClient
 
RPOP_VERSION - Static variable in class redis.client.RedisClient
 
rpoplpush(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Remove the last element in a list, append it to another list and return it List
RPOPLPUSH - Static variable in class redis.client.RedisClient
 
rpoplpush(Object, Object) - Method in class redis.client.RedisClient
Remove the last element in a list, append it to another list and return it List
RPOPLPUSH_BYTES - Static variable in class redis.client.RedisClient
 
RPOPLPUSH_VERSION - Static variable in class redis.client.RedisClient
 
rpush(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Append one or multiple values to a list List
RPUSH - Static variable in class redis.client.RedisClient
 
rpush(Object, Object...) - Method in class redis.client.RedisClient
Append one or multiple values to a list List
rpush_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
rpush_(Object...) - Method in class redis.client.RedisClient
 
RPUSH_BYTES - Static variable in class redis.client.RedisClient
 
RPUSH_VERSION - Static variable in class redis.client.RedisClient
 
rpushx(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Append a value to a list, only if the list exists List
RPUSHX - Static variable in class redis.client.RedisClient
 
rpushx(Object, Object) - Method in class redis.client.RedisClient
Append a value to a list, only if the list exists List
RPUSHX_BYTES - Static variable in class redis.client.RedisClient
 
RPUSHX_VERSION - Static variable in class redis.client.RedisClient
 
run() - Method in class redis.client.RedisClientBase.SubscriptionsDispatcher
 

S

sadd(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Add one or more members to a set Set
SADD - Static variable in class redis.client.RedisClient
 
sadd(Object, Object...) - Method in class redis.client.RedisClient
Add one or more members to a set Set
sadd_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
sadd_(Object...) - Method in class redis.client.RedisClient
 
SADD_BYTES - Static variable in class redis.client.RedisClient
 
SADD_VERSION - Static variable in class redis.client.RedisClient
 
save() - Method in class redis.client.RedisClient.Pipeline
Synchronously save the dataset to disk Server
SAVE - Static variable in class redis.client.RedisClient
 
save() - Method in class redis.client.RedisClient
Synchronously save the dataset to disk Server
SAVE_BYTES - Static variable in class redis.client.RedisClient
 
SAVE_VERSION - Static variable in class redis.client.RedisClient
 
scard(Object) - Method in class redis.client.RedisClient.Pipeline
Get the number of members in a set Set
SCARD - Static variable in class redis.client.RedisClient
 
scard(Object) - Method in class redis.client.RedisClient
Get the number of members in a set Set
SCARD_BYTES - Static variable in class redis.client.RedisClient
 
SCARD_VERSION - Static variable in class redis.client.RedisClient
 
score - Variable in class redis.util.ZSetEntry
 
ScoreComparator() - Constructor for class redis.util.ZSet.ScoreComparator
 
script_exists(Object...) - Method in class redis.client.RedisClient.Pipeline
Check existence of scripts in the script cache.
SCRIPT_EXISTS - Static variable in class redis.client.RedisClient
 
script_exists(Object...) - Method in class redis.client.RedisClient
Check existence of scripts in the script cache.
SCRIPT_EXISTS2 - Static variable in class redis.client.RedisClient
 
SCRIPT_EXISTS2_BYTES - Static variable in class redis.client.RedisClient
 
script_exists_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
script_exists_(Object...) - Method in class redis.client.RedisClient
 
SCRIPT_EXISTS_BYTES - Static variable in class redis.client.RedisClient
 
SCRIPT_EXISTS_VERSION - Static variable in class redis.client.RedisClient
 
script_flush() - Method in class redis.client.RedisClient.Pipeline
Remove all the scripts from the script cache.
SCRIPT_FLUSH - Static variable in class redis.client.RedisClient
 
script_flush() - Method in class redis.client.RedisClient
Remove all the scripts from the script cache.
SCRIPT_FLUSH2 - Static variable in class redis.client.RedisClient
 
SCRIPT_FLUSH2_BYTES - Static variable in class redis.client.RedisClient
 
SCRIPT_FLUSH_BYTES - Static variable in class redis.client.RedisClient
 
SCRIPT_FLUSH_VERSION - Static variable in class redis.client.RedisClient
 
script_kill() - Method in class redis.client.RedisClient.Pipeline
Kill the script currently in execution.
SCRIPT_KILL - Static variable in class redis.client.RedisClient
 
script_kill() - Method in class redis.client.RedisClient
Kill the script currently in execution.
SCRIPT_KILL2 - Static variable in class redis.client.RedisClient
 
SCRIPT_KILL2_BYTES - Static variable in class redis.client.RedisClient
 
SCRIPT_KILL_BYTES - Static variable in class redis.client.RedisClient
 
SCRIPT_KILL_VERSION - Static variable in class redis.client.RedisClient
 
script_load(Object) - Method in class redis.client.RedisClient.Pipeline
Load the specified Lua script into the script cache.
SCRIPT_LOAD - Static variable in class redis.client.RedisClient
 
script_load(Object) - Method in class redis.client.RedisClient
Load the specified Lua script into the script cache.
SCRIPT_LOAD2 - Static variable in class redis.client.RedisClient
 
SCRIPT_LOAD2_BYTES - Static variable in class redis.client.RedisClient
 
SCRIPT_LOAD_BYTES - Static variable in class redis.client.RedisClient
 
SCRIPT_LOAD_VERSION - Static variable in class redis.client.RedisClient
 
sdiff(Object...) - Method in class redis.client.RedisClient.Pipeline
Subtract multiple sets Set
SDIFF - Static variable in class redis.client.RedisClient
 
sdiff(Object...) - Method in class redis.client.RedisClient
Subtract multiple sets Set
sdiff_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
sdiff_(Object...) - Method in class redis.client.RedisClient
 
SDIFF_BYTES - Static variable in class redis.client.RedisClient
 
SDIFF_VERSION - Static variable in class redis.client.RedisClient
 
sdiffstore(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Subtract multiple sets and store the resulting set in a key Set
SDIFFSTORE - Static variable in class redis.client.RedisClient
 
sdiffstore(Object, Object...) - Method in class redis.client.RedisClient
Subtract multiple sets and store the resulting set in a key Set
sdiffstore_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
sdiffstore_(Object...) - Method in class redis.client.RedisClient
 
SDIFFSTORE_BYTES - Static variable in class redis.client.RedisClient
 
SDIFFSTORE_VERSION - Static variable in class redis.client.RedisClient
 
select(Object) - Method in class redis.client.RedisClient.Pipeline
Change the selected database for the current connection Connection
SELECT - Static variable in class redis.client.RedisClient
 
select(Object) - Method in class redis.client.RedisClient
Change the selected database for the current connection Connection
SELECT_BYTES - Static variable in class redis.client.RedisClient
 
SELECT_VERSION - Static variable in class redis.client.RedisClient
 
sendAsync(Command) - Method in class redis.RedisProtocol
Send a command over the wire, do not wait for a reponse.
set(Object, Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Set the string value of a key String
SET - Static variable in class redis.client.RedisClient
 
set(Object, Object, Object...) - Method in class redis.client.RedisClient
Set the string value of a key String
set_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
set_(Object...) - Method in class redis.client.RedisClient
 
SET_BYTES - Static variable in class redis.client.RedisClient
 
SET_VERSION - Static variable in class redis.client.RedisClient
 
setbit(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Sets or clears the bit at offset in the string value stored at key String
SETBIT - Static variable in class redis.client.RedisClient
 
setbit(Object, Object, Object) - Method in class redis.client.RedisClient
Sets or clears the bit at offset in the string value stored at key String
SETBIT_BYTES - Static variable in class redis.client.RedisClient
 
SETBIT_VERSION - Static variable in class redis.client.RedisClient
 
setex(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the value and expiration of a key String
SETEX - Static variable in class redis.client.RedisClient
 
setex(Object, Object, Object) - Method in class redis.client.RedisClient
Set the value and expiration of a key String
SETEX_BYTES - Static variable in class redis.client.RedisClient
 
SETEX_VERSION - Static variable in class redis.client.RedisClient
 
setnx(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the value of a key, only if the key does not exist String
SETNX - Static variable in class redis.client.RedisClient
 
setnx(Object, Object) - Method in class redis.client.RedisClient
Set the value of a key, only if the key does not exist String
SETNX_BYTES - Static variable in class redis.client.RedisClient
 
SETNX_VERSION - Static variable in class redis.client.RedisClient
 
setrange(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Overwrite part of a string at key starting at the specified offset String
SETRANGE - Static variable in class redis.client.RedisClient
 
setrange(Object, Object, Object) - Method in class redis.client.RedisClient
Overwrite part of a string at key starting at the specified offset String
SETRANGE_BYTES - Static variable in class redis.client.RedisClient
 
SETRANGE_VERSION - Static variable in class redis.client.RedisClient
 
shutdown(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Synchronously save the dataset to disk and then shut down the server Server
SHUTDOWN - Static variable in class redis.client.RedisClient
 
shutdown(Object, Object) - Method in class redis.client.RedisClient
Synchronously save the dataset to disk and then shut down the server Server
shutdown_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
shutdown_(Object...) - Method in class redis.client.RedisClient
 
SHUTDOWN_BYTES - Static variable in class redis.client.RedisClient
 
SHUTDOWN_VERSION - Static variable in class redis.client.RedisClient
 
sinter(Object...) - Method in class redis.client.RedisClient.Pipeline
Intersect multiple sets Set
SINTER - Static variable in class redis.client.RedisClient
 
sinter(Object...) - Method in class redis.client.RedisClient
Intersect multiple sets Set
sinter_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
sinter_(Object...) - Method in class redis.client.RedisClient
 
SINTER_BYTES - Static variable in class redis.client.RedisClient
 
SINTER_VERSION - Static variable in class redis.client.RedisClient
 
sinterstore(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Intersect multiple sets and store the resulting set in a key Set
SINTERSTORE - Static variable in class redis.client.RedisClient
 
sinterstore(Object, Object...) - Method in class redis.client.RedisClient
Intersect multiple sets and store the resulting set in a key Set
sinterstore_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
sinterstore_(Object...) - Method in class redis.client.RedisClient
 
SINTERSTORE_BYTES - Static variable in class redis.client.RedisClient
 
SINTERSTORE_VERSION - Static variable in class redis.client.RedisClient
 
sismember(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Determine if a given value is a member of a set Set
SISMEMBER - Static variable in class redis.client.RedisClient
 
sismember(Object, Object) - Method in class redis.client.RedisClient
Determine if a given value is a member of a set Set
SISMEMBER_BYTES - Static variable in class redis.client.RedisClient
 
SISMEMBER_VERSION - Static variable in class redis.client.RedisClient
 
size() - Method in class redis.util.ZSet
 
slaveof(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Make the server a slave of another instance, or promote it as master Server
SLAVEOF - Static variable in class redis.client.RedisClient
 
slaveof(Object, Object) - Method in class redis.client.RedisClient
Make the server a slave of another instance, or promote it as master Server
SLAVEOF_BYTES - Static variable in class redis.client.RedisClient
 
SLAVEOF_VERSION - Static variable in class redis.client.RedisClient
 
slowlog(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Manages the Redis slow queries log Server
SLOWLOG - Static variable in class redis.client.RedisClient
 
slowlog(Object, Object) - Method in class redis.client.RedisClient
Manages the Redis slow queries log Server
slowlog_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
slowlog_(Object...) - Method in class redis.client.RedisClient
 
SLOWLOG_BYTES - Static variable in class redis.client.RedisClient
 
SLOWLOG_VERSION - Static variable in class redis.client.RedisClient
 
smembers(Object) - Method in class redis.client.RedisClient.Pipeline
Get all the members in a set Set
SMEMBERS - Static variable in class redis.client.RedisClient
 
smembers(Object) - Method in class redis.client.RedisClient
Get all the members in a set Set
SMEMBERS_BYTES - Static variable in class redis.client.RedisClient
 
SMEMBERS_VERSION - Static variable in class redis.client.RedisClient
 
smove(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Move a member from one set to another Set
SMOVE - Static variable in class redis.client.RedisClient
 
smove(Object, Object, Object) - Method in class redis.client.RedisClient
Move a member from one set to another Set
SMOVE_BYTES - Static variable in class redis.client.RedisClient
 
SMOVE_VERSION - Static variable in class redis.client.RedisClient
 
sort(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Sort the elements in a list, set or sorted set Generic
SORT - Static variable in class redis.client.RedisClient
 
sort(Object, Object...) - Method in class redis.client.RedisClient
Sort the elements in a list, set or sorted set Generic
sort_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
sort_(Object...) - Method in class redis.client.RedisClient
 
SORT_BYTES - Static variable in class redis.client.RedisClient
 
SORT_VERSION - Static variable in class redis.client.RedisClient
 
spop(Object) - Method in class redis.client.RedisClient.Pipeline
Remove and return a random member from a set Set
SPOP - Static variable in class redis.client.RedisClient
 
spop(Object) - Method in class redis.client.RedisClient
Remove and return a random member from a set Set
SPOP_BYTES - Static variable in class redis.client.RedisClient
 
SPOP_VERSION - Static variable in class redis.client.RedisClient
 
srandmember(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Get one or multiple random members from a set Set
SRANDMEMBER - Static variable in class redis.client.RedisClient
 
srandmember(Object, Object) - Method in class redis.client.RedisClient
Get one or multiple random members from a set Set
srandmember_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
srandmember_(Object...) - Method in class redis.client.RedisClient
 
SRANDMEMBER_BYTES - Static variable in class redis.client.RedisClient
 
SRANDMEMBER_VERSION - Static variable in class redis.client.RedisClient
 
srem(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Remove one or more members from a set Set
SREM - Static variable in class redis.client.RedisClient
 
srem(Object, Object...) - Method in class redis.client.RedisClient
Remove one or more members from a set Set
srem_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
srem_(Object...) - Method in class redis.client.RedisClient
 
SREM_BYTES - Static variable in class redis.client.RedisClient
 
SREM_VERSION - Static variable in class redis.client.RedisClient
 
status - Variable in class redis.reply.StatusReply
 
statusBytes - Variable in class redis.reply.StatusReply
 
StatusReply - Class in redis.reply
Created by IntelliJ IDEA.
StatusReply(String) - Constructor for class redis.reply.StatusReply
 
StatusReply(byte[], Charset) - Constructor for class redis.reply.StatusReply
 
STORE - Static variable in class redis.client.RedisClientBase
 
strlen(Object) - Method in class redis.client.RedisClient.Pipeline
Get the length of the value stored in a key String
STRLEN - Static variable in class redis.client.RedisClient
 
strlen(Object) - Method in class redis.client.RedisClient
Get the length of the value stored in a key String
STRLEN_BYTES - Static variable in class redis.client.RedisClient
 
STRLEN_VERSION - Static variable in class redis.client.RedisClient
 
SUBSCRIBE - Static variable in class redis.client.RedisClientBase
 
subscribe(Object...) - Method in class redis.client.RedisClientBase
Subscribes the client to the specified channels.
subscribe() - Method in class redis.client.RedisClientBase
 
subscribed(byte[], int) - Method in class redis.client.MessageListener
 
subscribed - Variable in class redis.client.RedisClientBase
 
subscribed(byte[], int) - Method in interface redis.client.ReplyListener
 
SubscriptionsDispatcher() - Constructor for class redis.client.RedisClientBase.SubscriptionsDispatcher
 
subSet(int, int) - Method in class redis.util.ZSet
 
subSet(double, double) - Method in class redis.util.ZSet
 
sunion(Object...) - Method in class redis.client.RedisClient.Pipeline
Add multiple sets Set
SUNION - Static variable in class redis.client.RedisClient
 
sunion(Object...) - Method in class redis.client.RedisClient
Add multiple sets Set
sunion_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
sunion_(Object...) - Method in class redis.client.RedisClient
 
SUNION_BYTES - Static variable in class redis.client.RedisClient
 
SUNION_VERSION - Static variable in class redis.client.RedisClient
 
sunionstore(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Add multiple sets and store the resulting set in a key Set
SUNIONSTORE - Static variable in class redis.client.RedisClient
 
sunionstore(Object, Object...) - Method in class redis.client.RedisClient
Add multiple sets and store the resulting set in a key Set
sunionstore_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
sunionstore_(Object...) - Method in class redis.client.RedisClient
 
SUNIONSTORE_BYTES - Static variable in class redis.client.RedisClient
 
SUNIONSTORE_VERSION - Static variable in class redis.client.RedisClient
 
sync() - Method in class redis.client.RedisClient.Pipeline
Internal command used for replication Server
SYNC - Static variable in class redis.client.RedisClient
 
sync() - Method in class redis.client.RedisClient
Internal command used for replication Server
SYNC_BYTES - Static variable in class redis.client.RedisClient
 
SYNC_VERSION - Static variable in class redis.client.RedisClient
 

T

time() - Method in class redis.client.RedisClient.Pipeline
Return the current server time Server
TIME - Static variable in class redis.client.RedisClient
 
time() - Method in class redis.client.RedisClient
Return the current server time Server
TIME_BYTES - Static variable in class redis.client.RedisClient
 
TIME_VERSION - Static variable in class redis.client.RedisClient
 
toBytes(Number) - Static method in class redis.RedisProtocol
 
toString() - Method in class redis.util.BytesValue
 
ttl(Object) - Method in class redis.client.RedisClient.Pipeline
Get the time to live for a key Generic
TTL - Static variable in class redis.client.RedisClient
 
ttl(Object) - Method in class redis.client.RedisClient
Get the time to live for a key Generic
TTL_BYTES - Static variable in class redis.client.RedisClient
 
TTL_VERSION - Static variable in class redis.client.RedisClient
 
tx - Variable in class redis.client.RedisClientBase
 
txReplies - Variable in class redis.client.RedisClientBase
 
type(Object) - Method in class redis.client.RedisClient.Pipeline
Determine the type stored at key Generic
TYPE - Static variable in class redis.client.RedisClient
 
type(Object) - Method in class redis.client.RedisClient
Determine the type stored at key Generic
TYPE_BYTES - Static variable in class redis.client.RedisClient
 
TYPE_VERSION - Static variable in class redis.client.RedisClient
 

U

UNSUBSCRIBE - Static variable in class redis.client.RedisClientBase
 
unsubscribe(Object...) - Method in class redis.client.RedisClientBase
Unsubscribes the client to the specified channels.
unsubscribed(byte[], int) - Method in class redis.client.MessageListener
 
unsubscribed(byte[], int) - Method in interface redis.client.ReplyListener
 
unwatch() - Method in class redis.client.RedisClient.Pipeline
Forget about all watched keys Transactions
UNWATCH - Static variable in class redis.client.RedisClient
 
unwatch() - Method in class redis.client.RedisClient
Forget about all watched keys Transactions
UNWATCH_BYTES - Static variable in class redis.client.RedisClient
 
UNWATCH_VERSION - Static variable in class redis.client.RedisClient
 

V

version - Variable in class redis.client.RedisClientBase
 
versionMatcher - Static variable in class redis.client.RedisClientBase
 

W

watch(Object...) - Method in class redis.client.RedisClient.Pipeline
Watch the given keys to determine execution of the MULTI/EXEC block Transactions
WATCH - Static variable in class redis.client.RedisClient
 
watch(Object...) - Method in class redis.client.RedisClient
Watch the given keys to determine execution of the MULTI/EXEC block Transactions
watch_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
watch_(Object...) - Method in class redis.client.RedisClient
 
WATCH_BYTES - Static variable in class redis.client.RedisClient
 
WATCH_VERSION - Static variable in class redis.client.RedisClient
 
WEIGHTS - Static variable in class redis.client.RedisClientBase
 
WITHSCORES - Static variable in class redis.client.RedisClientBase
 
write(OutputStream) - Method in class redis.Command
 
write(OutputStream) - Method in class redis.reply.BulkReply
 
write(OutputStream) - Method in class redis.reply.ErrorReply
 
write(OutputStream) - Method in class redis.reply.IntegerReply
 
write(OutputStream) - Method in class redis.reply.MultiBulkReply
 
write(OutputStream) - Method in interface redis.reply.Reply
 
write(OutputStream) - Method in class redis.reply.StatusReply
 
writeArgument(OutputStream, byte[]) - Static method in class redis.Command
 
writeDirect(OutputStream, Object, Object, Object, Object, Object[]) - Static method in class redis.Command
 
writeObject(OutputStream, Object) - Static method in class redis.Command
 

Z

zadd(Object...) - Method in class redis.client.RedisClient.Pipeline
Add one or more members to a sorted set, or update its score if it already exists Sorted_set
ZADD - Static variable in class redis.client.RedisClient
 
zadd(Object...) - Method in class redis.client.RedisClient
Add one or more members to a sorted set, or update its score if it already exists Sorted_set
ZADD_BYTES - Static variable in class redis.client.RedisClient
 
ZADD_VERSION - Static variable in class redis.client.RedisClient
 
zcard(Object) - Method in class redis.client.RedisClient.Pipeline
Get the number of members in a sorted set Sorted_set
ZCARD - Static variable in class redis.client.RedisClient
 
zcard(Object) - Method in class redis.client.RedisClient
Get the number of members in a sorted set Sorted_set
ZCARD_BYTES - Static variable in class redis.client.RedisClient
 
ZCARD_VERSION - Static variable in class redis.client.RedisClient
 
zcount(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Count the members in a sorted set with scores within the given values Sorted_set
ZCOUNT - Static variable in class redis.client.RedisClient
 
zcount(Object, Object, Object) - Method in class redis.client.RedisClient
Count the members in a sorted set with scores within the given values Sorted_set
ZCOUNT_BYTES - Static variable in class redis.client.RedisClient
 
ZCOUNT_VERSION - Static variable in class redis.client.RedisClient
 
ZERO - Static variable in class redis.RedisProtocol
 
zincrby(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Increment the score of a member in a sorted set Sorted_set
ZINCRBY - Static variable in class redis.client.RedisClient
 
zincrby(Object, Object, Object) - Method in class redis.client.RedisClient
Increment the score of a member in a sorted set Sorted_set
ZINCRBY_BYTES - Static variable in class redis.client.RedisClient
 
ZINCRBY_VERSION - Static variable in class redis.client.RedisClient
 
zinterstore(Object, Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Intersect multiple sorted sets and store the resulting sorted set in a new key Sorted_set
ZINTERSTORE - Static variable in class redis.client.RedisClient
 
zinterstore(Object, Object, Object...) - Method in class redis.client.RedisClient
Intersect multiple sorted sets and store the resulting sorted set in a new key Sorted_set
zinterstore_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
zinterstore_(Object...) - Method in class redis.client.RedisClient
 
ZINTERSTORE_BYTES - Static variable in class redis.client.RedisClient
 
ZINTERSTORE_VERSION - Static variable in class redis.client.RedisClient
 
zrange(Object, Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Return a range of members in a sorted set, by index Sorted_set
ZRANGE - Static variable in class redis.client.RedisClient
 
zrange(Object, Object, Object, Object) - Method in class redis.client.RedisClient
Return a range of members in a sorted set, by index Sorted_set
zrange_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
zrange_(Object...) - Method in class redis.client.RedisClient
 
ZRANGE_BYTES - Static variable in class redis.client.RedisClient
 
ZRANGE_VERSION - Static variable in class redis.client.RedisClient
 
zrangebyscore(Object, Object, Object, Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Return a range of members in a sorted set, by score Sorted_set
ZRANGEBYSCORE - Static variable in class redis.client.RedisClient
 
zrangebyscore(Object, Object, Object, Object, Object...) - Method in class redis.client.RedisClient
Return a range of members in a sorted set, by score Sorted_set
zrangebyscore_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
zrangebyscore_(Object...) - Method in class redis.client.RedisClient
 
ZRANGEBYSCORE_BYTES - Static variable in class redis.client.RedisClient
 
ZRANGEBYSCORE_VERSION - Static variable in class redis.client.RedisClient
 
zrank(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Determine the index of a member in a sorted set Sorted_set
ZRANK - Static variable in class redis.client.RedisClient
 
zrank(Object, Object) - Method in class redis.client.RedisClient
Determine the index of a member in a sorted set Sorted_set
ZRANK_BYTES - Static variable in class redis.client.RedisClient
 
ZRANK_VERSION - Static variable in class redis.client.RedisClient
 
zrem(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Remove one or more members from a sorted set Sorted_set
ZREM - Static variable in class redis.client.RedisClient
 
zrem(Object, Object...) - Method in class redis.client.RedisClient
Remove one or more members from a sorted set Sorted_set
zrem_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
zrem_(Object...) - Method in class redis.client.RedisClient
 
ZREM_BYTES - Static variable in class redis.client.RedisClient
 
ZREM_VERSION - Static variable in class redis.client.RedisClient
 
zremrangebyrank(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Remove all members in a sorted set within the given indexes Sorted_set
ZREMRANGEBYRANK - Static variable in class redis.client.RedisClient
 
zremrangebyrank(Object, Object, Object) - Method in class redis.client.RedisClient
Remove all members in a sorted set within the given indexes Sorted_set
ZREMRANGEBYRANK_BYTES - Static variable in class redis.client.RedisClient
 
ZREMRANGEBYRANK_VERSION - Static variable in class redis.client.RedisClient
 
zremrangebyscore(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Remove all members in a sorted set within the given scores Sorted_set
ZREMRANGEBYSCORE - Static variable in class redis.client.RedisClient
 
zremrangebyscore(Object, Object, Object) - Method in class redis.client.RedisClient
Remove all members in a sorted set within the given scores Sorted_set
ZREMRANGEBYSCORE_BYTES - Static variable in class redis.client.RedisClient
 
ZREMRANGEBYSCORE_VERSION - Static variable in class redis.client.RedisClient
 
zrevrange(Object, Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Return a range of members in a sorted set, by index, with scores ordered from high to low Sorted_set
ZREVRANGE - Static variable in class redis.client.RedisClient
 
zrevrange(Object, Object, Object, Object) - Method in class redis.client.RedisClient
Return a range of members in a sorted set, by index, with scores ordered from high to low Sorted_set
zrevrange_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
zrevrange_(Object...) - Method in class redis.client.RedisClient
 
ZREVRANGE_BYTES - Static variable in class redis.client.RedisClient
 
ZREVRANGE_VERSION - Static variable in class redis.client.RedisClient
 
zrevrangebyscore(Object, Object, Object, Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Return a range of members in a sorted set, by score, with scores ordered from high to low Sorted_set
ZREVRANGEBYSCORE - Static variable in class redis.client.RedisClient
 
zrevrangebyscore(Object, Object, Object, Object, Object...) - Method in class redis.client.RedisClient
Return a range of members in a sorted set, by score, with scores ordered from high to low Sorted_set
zrevrangebyscore_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
zrevrangebyscore_(Object...) - Method in class redis.client.RedisClient
 
ZREVRANGEBYSCORE_BYTES - Static variable in class redis.client.RedisClient
 
ZREVRANGEBYSCORE_VERSION - Static variable in class redis.client.RedisClient
 
zrevrank(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Determine the index of a member in a sorted set, with scores ordered from high to low Sorted_set
ZREVRANK - Static variable in class redis.client.RedisClient
 
zrevrank(Object, Object) - Method in class redis.client.RedisClient
Determine the index of a member in a sorted set, with scores ordered from high to low Sorted_set
ZREVRANK_BYTES - Static variable in class redis.client.RedisClient
 
ZREVRANK_VERSION - Static variable in class redis.client.RedisClient
 
zscore(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Get the score associated with the given member in a sorted set Sorted_set
ZSCORE - Static variable in class redis.client.RedisClient
 
zscore(Object, Object) - Method in class redis.client.RedisClient
Get the score associated with the given member in a sorted set Sorted_set
ZSCORE_BYTES - Static variable in class redis.client.RedisClient
 
ZSCORE_VERSION - Static variable in class redis.client.RedisClient
 
ZSet - Class in redis.util
Sorted by score, look up by key

User: sam Date: 7/29/12 Time: 4:40 PM

ZSet(ZSet) - Constructor for class redis.util.ZSet
 
ZSet() - Constructor for class redis.util.ZSet
 
ZSet.ScoreComparator - Class in redis.util
 
ZSetEntry - Class in redis.util
Created with IntelliJ IDEA.
ZSetEntry(BytesKey, double) - Constructor for class redis.util.ZSetEntry
 
zunionstore(Object, Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Add multiple sorted sets and store the resulting sorted set in a new key Sorted_set
ZUNIONSTORE - Static variable in class redis.client.RedisClient
 
zunionstore(Object, Object, Object...) - Method in class redis.client.RedisClient
Add multiple sorted sets and store the resulting sorted set in a new key Sorted_set
zunionstore_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
zunionstore_(Object...) - Method in class redis.client.RedisClient
 
ZUNIONSTORE_BYTES - Static variable in class redis.client.RedisClient
 
ZUNIONSTORE_VERSION - Static variable in class redis.client.RedisClient
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links