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