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