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(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
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
 
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
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
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
 
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
 
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
 
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
 
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
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 - 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

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_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_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_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
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
 
compareTo(BytesKey) - Method in class redis.util.BytesKey
 
compareTo(ZSetEntry) - Method in class redis.util.ZSetEntry
 
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_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_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
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
 
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

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() - 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
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_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
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
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
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
 
DESC - Static variable in class redis.client.RedisClientBase
 
discard() - Method in class redis.client.RedisClientBase
 
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.

E

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
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
 
ErrorReply - Class in redis.reply
Created by IntelliJ IDEA.
ErrorReply(String) - Constructor for class redis.reply.ErrorReply
 
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
 
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
 
exec() - Method in class redis.client.RedisClientBase
 
execute(String, Command) - Method in class redis.client.RedisClientBase
 
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
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
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

F

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
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

G

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
 
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
getBytes() - Method in class redis.util.BytesValue
 
getKey() - Method in class redis.util.ZSetEntry
 
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
getRedisProtocol() - Method in class redis.client.RedisClientBase
 
getScore() - Method in class redis.util.ZSetEntry
 
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

H

hashCode() - Method in class redis.util.BytesKey
 
hashCode() - Method in class redis.util.BytesValue
 
hashCode() - Method in class redis.util.ZSetEntry
 
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
 
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
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
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
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
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
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
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
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
 
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
 
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
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
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

I

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
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
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
increment(double) - Method in class redis.util.ZSetEntry
 
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
 
IntegerReply - Class in redis.reply
Created by IntelliJ IDEA.
IntegerReply(long) - Constructor for class redis.reply.IntegerReply
 
isEmpty() - Method in class redis.util.ZSet
 
iterator() - Method in class redis.util.ZSet
 

K

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

L

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
LF - Static variable in class redis.RedisProtocol
 
LF - Static variable in class redis.util.Encoding
 
LIMIT - Static variable in class redis.client.RedisClientBase
 
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
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
list() - Method in class redis.util.ZSet
 
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
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
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
 
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
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
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
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
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

M

main(String[]) - Static method in class redis.client.Benchmark
 
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(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(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
 
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.
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
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
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
 
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
 
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

NEG_ONE - Static variable in class redis.util.Encoding
 
NEG_ONE_WITH_CRLF - 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(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
object_(Object...) - Method in class redis.client.RedisClient
 
object_(Object...) - Method in class redis.client.RedisClient.Pipeline
 

P

parseVersion(String) - Static method in class redis.client.RedisClientBase
 
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
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
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
ping() - Method in class redis.client.RedisClient
Ping the server Connection
ping() - Method in class redis.client.RedisClient.Pipeline
Ping the server Connection
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(byte[], byte[], byte[]) - Method in interface redis.client.ReplyListener
 
psetex(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the value and expiration in milliseconds of a key String
psetex(Object, Object, Object) - Method in class redis.client.RedisClient
Set the value and expiration in milliseconds of a key String
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(Object) - Method in class redis.client.RedisClient
Get the time to live for a key in milliseconds Generic
publish(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Post a message to a channel Pubsub
publish(Object, Object) - Method in class redis.client.RedisClient
Post a message to a channel Pubsub
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() - Method in class redis.client.RedisClient
Close the connection Connection

R

randomkey() - Method in class redis.client.RedisClient.Pipeline
Return a random key from the keyspace Generic
randomkey() - Method in class redis.client.RedisClient
Return a random key from the keyspace Generic
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
 
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(Object, Object) - Method in class redis.client.RedisClient
Rename a key Generic
renamenx(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Rename a key, only if the new key does not exist Generic
renamenx(Object, Object) - Method in class redis.client.RedisClient
Rename a key, only if the new key does not exist Generic
Reply<T> - Interface in redis.reply
Replies.
ReplyListener - Interface in redis.client
Callback interface for subscribe commands.
restore(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Create a key using the provided serialized value, previously obtained using DUMP.
restore(Object, Object, Object) - Method in class redis.client.RedisClient
Create a key using the provided serialized value, previously obtained using DUMP.
rpop(Object) - Method in class redis.client.RedisClient.Pipeline
Remove and get the last element in a list List
rpop(Object) - Method in class redis.client.RedisClient
Remove and get the last element in a list List
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(Object, Object) - Method in class redis.client.RedisClient
Remove the last element in a list, append it to another list and return it List
rpush(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Append one or multiple values to a list List
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
 
rpushx(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Append a value to a list, only if the list exists List
rpushx(Object, Object) - Method in class redis.client.RedisClient
Append a value to a list, only if the list exists List

S

sadd(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Add one or more members to a set Set
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
 
save() - Method in class redis.client.RedisClient.Pipeline
Synchronously save the dataset to disk Server
save() - Method in class redis.client.RedisClient
Synchronously save the dataset to disk Server
scard(Object) - Method in class redis.client.RedisClient.Pipeline
Get the number of members in a set Set
scard(Object) - Method in class redis.client.RedisClient
Get the number of members in a set Set
script_exists(Object...) - Method in class redis.client.RedisClient.Pipeline
Check existence of scripts in the script cache.
script_exists(Object...) - Method in class redis.client.RedisClient
Check existence of scripts in the script cache.
script_exists_(Object...) - Method in class redis.client.RedisClient.Pipeline
 
script_exists_(Object...) - Method in class redis.client.RedisClient
 
script_flush() - Method in class redis.client.RedisClient.Pipeline
Remove all the scripts from the script cache.
script_flush() - Method in class redis.client.RedisClient
Remove all the scripts from the script cache.
script_kill() - Method in class redis.client.RedisClient.Pipeline
Kill the script currently in execution.
script_kill() - Method in class redis.client.RedisClient
Kill the script currently in execution.
script_load(Object) - Method in class redis.client.RedisClient.Pipeline
Load the specified Lua script into the script cache.
script_load(Object) - Method in class redis.client.RedisClient
Load the specified Lua script into the script cache.
sdiff(Object...) - Method in class redis.client.RedisClient.Pipeline
Subtract multiple sets Set
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
 
sdiffstore(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Subtract multiple sets and store the resulting set in a key Set
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
 
select(Object) - Method in class redis.client.RedisClient.Pipeline
Change the selected database for the current connection Connection
select(Object) - Method in class redis.client.RedisClient
Change the selected database for the current connection Connection
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(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
 
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(Object, Object, Object) - Method in class redis.client.RedisClient
Sets or clears the bit at offset in the string value stored at key String
setex(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Set the value and expiration of a key String
setex(Object, Object, Object) - Method in class redis.client.RedisClient
Set the value and expiration of a key String
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(Object, Object) - Method in class redis.client.RedisClient
Set the value of a key, only if the key does not exist String
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(Object, Object, Object) - Method in class redis.client.RedisClient
Overwrite part of a string at key starting at the specified offset String
shutdown(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Synchronously save the dataset to disk and then shut down the server Server
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
 
sinter(Object...) - Method in class redis.client.RedisClient.Pipeline
Intersect multiple sets Set
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
 
sinterstore(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Intersect multiple sets and store the resulting set in a key Set
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
 
sismember(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Determine if a given value is a member of a set Set
sismember(Object, Object) - Method in class redis.client.RedisClient
Determine if a given value is a member of a set Set
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(Object, Object) - Method in class redis.client.RedisClient
Make the server a slave of another instance, or promote it as master Server
slowlog(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Manages the Redis slow queries log Server
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
 
smembers(Object) - Method in class redis.client.RedisClient.Pipeline
Get all the members in a set Set
smembers(Object) - Method in class redis.client.RedisClient
Get all the members in a set Set
smove(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Move a member from one set to another Set
smove(Object, Object, Object) - Method in class redis.client.RedisClient
Move a member from one set to another Set
sort(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Sort the elements in a list, set or sorted set Generic
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
 
spop(Object) - Method in class redis.client.RedisClient.Pipeline
Remove and return a random member from a set Set
spop(Object) - Method in class redis.client.RedisClient
Remove and return a random member from a set Set
srandmember(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Get one or multiple random members from a set Set
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
 
srem(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Remove one or more members from a set Set
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
 
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(Object) - Method in class redis.client.RedisClient
Get the length of the value stored in a key String
subscribe(Object...) - Method in class redis.client.RedisClientBase
Subscribes the client to the specified channels.
subscribed(byte[], int) - Method in class redis.client.MessageListener
 
subscribed(byte[], int) - Method in interface redis.client.ReplyListener
 
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(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
 
sunionstore(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Add multiple sets and store the resulting set in a key Set
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
 
sync() - Method in class redis.client.RedisClient.Pipeline
Internal command used for replication Server
sync() - Method in class redis.client.RedisClient
Internal command used for replication Server

T

time() - Method in class redis.client.RedisClient.Pipeline
Return the current server time Server
time() - Method in class redis.client.RedisClient
Return the current server time Server
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(Object) - Method in class redis.client.RedisClient
Get the time to live for a key Generic
type(Object) - Method in class redis.client.RedisClient.Pipeline
Determine the type stored at key Generic
type(Object) - Method in class redis.client.RedisClient
Determine the type stored at key Generic

U

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() - Method in class redis.client.RedisClient
Forget about all watched keys Transactions

V

version - 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(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
 
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
 
writeDirect(OutputStream, Object, Object, Object, Object, 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(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
zcard(Object) - Method in class redis.client.RedisClient.Pipeline
Get the number of members in a sorted set Sorted_set
zcard(Object) - Method in class redis.client.RedisClient
Get the number of members in a sorted set Sorted_set
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(Object, Object, Object) - Method in class redis.client.RedisClient
Count the members in a sorted set with scores within the given values Sorted_set
zincrby(Object, Object, Object) - Method in class redis.client.RedisClient.Pipeline
Increment the score of a member in a sorted set Sorted_set
zincrby(Object, Object, Object) - Method in class redis.client.RedisClient
Increment the score of a member in a sorted set Sorted_set
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(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
 
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(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
 
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(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
 
zrank(Object, Object) - Method in class redis.client.RedisClient.Pipeline
Determine the index of a member in a sorted set Sorted_set
zrank(Object, Object) - Method in class redis.client.RedisClient
Determine the index of a member in a sorted set Sorted_set
zrem(Object, Object...) - Method in class redis.client.RedisClient.Pipeline
Remove one or more members from a sorted set Sorted_set
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
 
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(Object, Object, Object) - Method in class redis.client.RedisClient
Remove all members in a sorted set within the given indexes Sorted_set
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(Object, Object, Object) - Method in class redis.client.RedisClient
Remove all members in a sorted set within the given scores Sorted_set
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(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
 
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(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
 
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(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
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(Object, Object) - Method in class redis.client.RedisClient
Get the score associated with the given member in a sorted set Sorted_set
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
 
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(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
 
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

Copyright © 2015. All rights reserved.