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

A

add(Command<K, V, ?>) - Method in class com.lambdaworks.redis.output.MultiOutput
 
add(Map<K, V>) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(String) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(long) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(double) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(byte[]) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(CommandKeyword) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(CommandType) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addKey(K) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addKeys(K...) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnection
Add a new listener.
addValue(V) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addValues(V...) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
alpha() - Method in class com.lambdaworks.redis.SortArgs
 
alpha() - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
append(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
append(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
args - Variable in class com.lambdaworks.redis.protocol.Command
 
asc() - Method in class com.lambdaworks.redis.SortArgs
 
asc() - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
ASCII - Static variable in class com.lambdaworks.redis.protocol.Charsets
 
auth(String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
auth(String) - Method in class com.lambdaworks.redis.RedisConnection
 
await(long, TimeUnit) - Method in class com.lambdaworks.redis.protocol.Command
Wait up to the specified time for the command output to become available.
await(Command<K, V, T>, long, TimeUnit) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
awaitAll(Future<?>...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
Wait until commands are complete or the connection timeout is reached.
awaitAll(long, TimeUnit, Future<?>...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
Wait until futures are complete or the supplied timeout is reached.

B

Base16 - Class in com.lambdaworks.codec
High-performance base16 (AKA hex) codec.
Base16() - Constructor for class com.lambdaworks.codec.Base16
 
bgrewriteaof() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
bgrewriteaof() - Method in class com.lambdaworks.redis.RedisConnection
 
bgsave() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
bgsave() - Method in class com.lambdaworks.redis.RedisConnection
 
bitcount(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
bitcount(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
bitcount(K) - Method in class com.lambdaworks.redis.RedisConnection
 
bitcount(K, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
bitopAnd(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
bitopAnd(K, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
bitopNot(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
bitopNot(K, K) - Method in class com.lambdaworks.redis.RedisConnection
 
bitopOr(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
bitopOr(K, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
bitopXor(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
bitopXor(K, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
blpop(long, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
blpop(long, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
BooleanListOutput<K,V> - Class in com.lambdaworks.redis.output
List of boolean output.
BooleanListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.BooleanListOutput
 
BooleanOutput<K,V> - Class in com.lambdaworks.redis.output
Boolean output.
BooleanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.BooleanOutput
 
brpop(long, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
brpop(long, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
brpoplpush(long, K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
brpoplpush(long, K, K) - Method in class com.lambdaworks.redis.RedisConnection
 
buffer(String) - Static method in class com.lambdaworks.redis.protocol.Charsets
 
buffer() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
buffer - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
Builder() - Constructor for class com.lambdaworks.redis.SortArgs.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.ZStoreArgs.Builder
 
by(String) - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
by(String) - Method in class com.lambdaworks.redis.SortArgs
 
ByteArrayOutput<K,V> - Class in com.lambdaworks.redis.output
Byte array output.
ByteArrayOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ByteArrayOutput
 
bytes - Variable in enum com.lambdaworks.redis.protocol.CommandKeyword
 
bytes - Variable in enum com.lambdaworks.redis.protocol.CommandType
 

C

c - Variable in class com.lambdaworks.redis.RedisConnection
 
cancel(boolean) - Method in class com.lambdaworks.redis.protocol.Command
Cancel the command and notify any waiting consumers.
channel() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
channel - Variable in class com.lambdaworks.redis.RedisAsyncConnection
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnection
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
Charsets - Class in com.lambdaworks.redis.protocol
Charset-related utilities.
Charsets() - Constructor for class com.lambdaworks.redis.protocol.Charsets
 
clientGetname() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
clientGetname() - Method in class com.lambdaworks.redis.RedisConnection
 
clientKill(String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
clientKill(String) - Method in class com.lambdaworks.redis.RedisConnection
 
clientList() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
clientList() - Method in class com.lambdaworks.redis.RedisConnection
 
clientSetname(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
clientSetname(K) - Method in class com.lambdaworks.redis.RedisConnection
 
close() - Method in class com.lambdaworks.redis.RedisAsyncConnection
Close the connection.
close() - Method in class com.lambdaworks.redis.RedisConnection
Close the connection.
codec - Variable in class com.lambdaworks.redis.protocol.CommandOutput
 
codec - Variable in class com.lambdaworks.redis.RedisAsyncConnection
 
com.lambdaworks.codec - package com.lambdaworks.codec
 
com.lambdaworks.redis - package com.lambdaworks.redis
 
com.lambdaworks.redis.codec - package com.lambdaworks.redis.codec
 
com.lambdaworks.redis.output - package com.lambdaworks.redis.output
 
com.lambdaworks.redis.protocol - package com.lambdaworks.redis.protocol
 
com.lambdaworks.redis.pubsub - package com.lambdaworks.redis.pubsub
 
Command<K,V,T> - Class in com.lambdaworks.redis.protocol
A redis command and its result.
Command(CommandType, CommandOutput<K, V, T>, CommandArgs<K, V>, boolean) - Constructor for class com.lambdaworks.redis.protocol.Command
Create a new command with the supplied type and args.
CommandArgs<K,V> - Class in com.lambdaworks.redis.protocol
Redis command argument encoder.
CommandArgs(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.protocol.CommandArgs
 
CommandHandler<K,V> - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for writing redis commands and reading responses from the server.
CommandHandler(BlockingQueue<Command<K, V, ?>>) - Constructor for class com.lambdaworks.redis.protocol.CommandHandler
Initialize a new instance that handles commands from the supplied queue.
CommandKeyword - Enum in com.lambdaworks.redis.protocol
Keyword modifiers for redis commands.
CommandOutput<K,V,T> - Class in com.lambdaworks.redis.protocol
Abstract representation of the output of a redis command.
CommandOutput(RedisCodec<K, V>, T) - Constructor for class com.lambdaworks.redis.protocol.CommandOutput
Initialize a new instance that encodes and decodes keys and values using the supplied codec.
CommandType - Enum in com.lambdaworks.redis.protocol
Redis commands.
complete(int) - Method in class com.lambdaworks.redis.output.MultiOutput
 
complete(int) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
complete() - Method in class com.lambdaworks.redis.protocol.Command
Mark this command complete and notify all waiting threads.
complete(int) - Method in class com.lambdaworks.redis.protocol.CommandOutput
Mark the command output complete.
configGet(String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
configGet(String) - Method in class com.lambdaworks.redis.RedisConnection
 
configResetstat() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
configResetstat() - Method in class com.lambdaworks.redis.RedisConnection
 
configSet(String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
configSet(String, String) - Method in class com.lambdaworks.redis.RedisConnection
 
connect() - Method in class com.lambdaworks.redis.RedisClient
Open a new synchronous connection to the redis server that treats keys and values as UTF-8 strings.
connect(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Open a new synchronous connection to the redis server.
connectAsync() - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to the redis server that treats keys and values as UTF-8 strings.
connectAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to the redis server.
ConnectionWatchdog - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for monitoring the channel and reconnecting when the connection is lost.
ConnectionWatchdog(ClientBootstrap, ChannelGroup, Timer) - Constructor for class com.lambdaworks.redis.protocol.ConnectionWatchdog
Create a new watchdog that adds to new connections to the supplied ChannelGroup and establishes a new Channel when disconnected, while reconnect is true.
connectPubSub() - Method in class com.lambdaworks.redis.RedisClient
Open a new pub/sub connection to the redis server that treats keys and values as UTF-8 strings.
connectPubSub(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Open a new pub/sub connection to the redis server.
count() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
count() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 

D

DateOutput<K,V> - Class in com.lambdaworks.redis.output
Date output with no milliseconds.
DateOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.DateOutput
 
dbsize() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
dbsize() - Method in class com.lambdaworks.redis.RedisConnection
 
debugObject(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
debugObject(K) - Method in class com.lambdaworks.redis.RedisConnection
 
decode(char[]) - Static method in class com.lambdaworks.codec.Base16
Decode base16 chars to bytes.
decode(ChannelHandlerContext, ChannelBuffer) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
decode(ChannelBuffer, CommandOutput<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
Attempt to decode a redis response and return a flag indicating whether a complete response was read.
decode(ChannelHandlerContext, ChannelBuffer) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
 
decodeAscii(ByteBuffer) - Method in class com.lambdaworks.redis.protocol.CommandOutput
 
decodeKey(ByteBuffer) - Method in class com.lambdaworks.redis.codec.RedisCodec
Decode the key output by redis.
decodeKey(ByteBuffer) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
decodeValue(ByteBuffer) - Method in class com.lambdaworks.redis.codec.RedisCodec
Decode the value output by redis.
decodeValue(ByteBuffer) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
decr(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
decr(K) - Method in class com.lambdaworks.redis.RedisConnection
 
decrby(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
decrby(K, long) - Method in class com.lambdaworks.redis.RedisConnection
 
del(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
del(K...) - Method in class com.lambdaworks.redis.RedisConnection
 
desc() - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
desc() - Method in class com.lambdaworks.redis.SortArgs
 
digest(V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
digest(V) - Method in class com.lambdaworks.redis.RedisConnection
Generate SHA-1 digest for the supplied script.
discard() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
discard() - Method in class com.lambdaworks.redis.RedisConnection
 
dispatch(CommandType, CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
dispatch(CommandType, CommandOutput<K, V, T>, K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
dispatch(CommandType, CommandOutput<K, V, T>, K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
dispatch(CommandType, CommandOutput<K, V, T>, K, V[]) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
dispatch(CommandType, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
DoubleOutput<K,V> - Class in com.lambdaworks.redis.output
Double output, may be null.
DoubleOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.DoubleOutput
 
dump(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
dump(K) - Method in class com.lambdaworks.redis.RedisConnection
 

E

echo(V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
echo(V) - Method in class com.lambdaworks.redis.RedisConnection
 
encode(byte[], boolean) - Static method in class com.lambdaworks.codec.Base16
Encode bytes to base16 chars.
encodeKey(K) - Method in class com.lambdaworks.redis.codec.RedisCodec
Encode the key for output to redis.
encodeKey(String) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
encodeValue(V) - Method in class com.lambdaworks.redis.codec.RedisCodec
Encode the value for output to redis.
encodeValue(String) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
equals(Object) - Method in class com.lambdaworks.redis.KeyValue
 
equals(Object) - Method in class com.lambdaworks.redis.ScoredValue
 
error - Variable in class com.lambdaworks.redis.protocol.CommandOutput
 
eval(V, ScriptOutputType, K[], V...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
eval(V, ScriptOutputType, K...) - Method in class com.lambdaworks.redis.RedisConnection
Eval the supplied script, which must result in the requested type.
eval(V, ScriptOutputType, K[], V...) - Method in class com.lambdaworks.redis.RedisConnection
 
evalsha(String, ScriptOutputType, K[], V...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
evalsha(String, ScriptOutputType, K...) - Method in class com.lambdaworks.redis.RedisConnection
Eval a pre-loaded script identified by its SHA-1 digest, which must result in the requested type.
evalsha(String, ScriptOutputType, K[], V...) - Method in class com.lambdaworks.redis.RedisConnection
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
exec() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
exec() - Method in class com.lambdaworks.redis.RedisConnection
 
exists(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
exists(K) - Method in class com.lambdaworks.redis.RedisConnection
 
expire(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
expire(K, long) - Method in class com.lambdaworks.redis.RedisConnection
 
expireat(K, Date) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
expireat(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
expireat(K, Date) - Method in class com.lambdaworks.redis.RedisConnection
 
expireat(K, long) - Method in class com.lambdaworks.redis.RedisConnection
 

F

flushall() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
flushall() - Method in class com.lambdaworks.redis.RedisConnection
 
flushdb() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
flushdb() - Method in class com.lambdaworks.redis.RedisConnection
 

G

get() - Method in class com.lambdaworks.redis.protocol.Command
Get the command output and if the command hasn't completed yet, wait until it does.
get(long, TimeUnit) - Method in class com.lambdaworks.redis.protocol.Command
Get the command output and if the command hasn't completed yet, wait up to the specified time until it does.
get() - Method in class com.lambdaworks.redis.protocol.CommandOutput
Get the command output.
get(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
get(K) - Method in class com.lambdaworks.redis.RedisConnection
 
get(String) - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
get(String) - Method in class com.lambdaworks.redis.SortArgs
 
getbit(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
getbit(K, long) - Method in class com.lambdaworks.redis.RedisConnection
 
getError() - Method in class com.lambdaworks.redis.protocol.CommandOutput
Get the error that occurred.
getOutput() - Method in class com.lambdaworks.redis.protocol.Command
Get the object that holds this command's output.
getrange(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
getrange(K, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
getset(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
getset(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 

H

hasError() - Method in class com.lambdaworks.redis.protocol.CommandOutput
Check if the command resulted in an error.
hashCode() - Method in class com.lambdaworks.redis.KeyValue
 
hashCode() - Method in class com.lambdaworks.redis.ScoredValue
 
hdel(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hdel(K, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
hexists(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hexists(K, K) - Method in class com.lambdaworks.redis.RedisConnection
 
hget(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hget(K, K) - Method in class com.lambdaworks.redis.RedisConnection
 
hgetall(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hgetall(K) - Method in class com.lambdaworks.redis.RedisConnection
 
hincrby(K, K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hincrby(K, K, long) - Method in class com.lambdaworks.redis.RedisConnection
 
hincrbyfloat(K, K, double) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hincrbyfloat(K, K, double) - Method in class com.lambdaworks.redis.RedisConnection
 
hkeys(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hkeys(K) - Method in class com.lambdaworks.redis.RedisConnection
 
hlen(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hlen(K) - Method in class com.lambdaworks.redis.RedisConnection
 
hmget(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hmget(K, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
hmset(K, Map<K, V>) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hmset(K, Map<K, V>) - Method in class com.lambdaworks.redis.RedisConnection
 
hset(K, K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hset(K, K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
hsetnx(K, K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hsetnx(K, K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
hvals(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
hvals(K) - Method in class com.lambdaworks.redis.RedisConnection
 

I

incr(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
incr(K) - Method in class com.lambdaworks.redis.RedisConnection
 
incrby(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
incrby(K, long) - Method in class com.lambdaworks.redis.RedisConnection
 
incrbyfloat(K, double) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
incrbyfloat(K, double) - Method in class com.lambdaworks.redis.RedisConnection
 
info() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
info(String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
info() - Method in class com.lambdaworks.redis.RedisConnection
 
info(String) - Method in class com.lambdaworks.redis.RedisConnection
 
IntegerOutput<K,V> - Class in com.lambdaworks.redis.output
64-bit integer output, may be null.
IntegerOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.IntegerOutput
 
isCancelled() - Method in class com.lambdaworks.redis.protocol.Command
Check if the command has been cancelled.
isDone() - Method in class com.lambdaworks.redis.protocol.Command
Check if the command has completed.

K

key - Variable in class com.lambdaworks.redis.KeyValue
 
KeyListOutput<K,V> - Class in com.lambdaworks.redis.output
List of keys output.
KeyListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyListOutput
 
KeyOutput<K,V> - Class in com.lambdaworks.redis.output
Key output.
KeyOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyOutput
 
keys(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
keys(K) - Method in class com.lambdaworks.redis.RedisConnection
 
KeyValue<K,V> - Class in com.lambdaworks.redis
A key-value pair.
KeyValue(K, V) - Constructor for class com.lambdaworks.redis.KeyValue
 
KeyValueOutput<K,V> - Class in com.lambdaworks.redis.output
Key-value pair output.
KeyValueOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyValueOutput
 

L

lastsave() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
lastsave() - Method in class com.lambdaworks.redis.RedisConnection
 
latch - Variable in class com.lambdaworks.redis.protocol.Command
 
limit(long, long) - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
limit(long, long) - Method in class com.lambdaworks.redis.SortArgs
 
lindex(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
lindex(K, long) - Method in class com.lambdaworks.redis.RedisConnection
 
linsert(K, boolean, V, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
linsert(K, boolean, V, V) - Method in class com.lambdaworks.redis.RedisConnection
 
llen(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
llen(K) - Method in class com.lambdaworks.redis.RedisConnection
 
lpop(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
lpop(K) - Method in class com.lambdaworks.redis.RedisConnection
 
lpush(K, V...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
lpush(K, V...) - Method in class com.lambdaworks.redis.RedisConnection
 
lpushx(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
lpushx(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
lrange(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
lrange(K, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
lrem(K, long, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
lrem(K, long, V) - Method in class com.lambdaworks.redis.RedisConnection
 
lset(K, long, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
lset(K, long, V) - Method in class com.lambdaworks.redis.RedisConnection
 
ltrim(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
ltrim(K, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 

M

MapOutput<K,V> - Class in com.lambdaworks.redis.output
Map of keys and values output.
MapOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.MapOutput
 
max() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
max() - Method in class com.lambdaworks.redis.ZStoreArgs
 
message(K, V) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
message(K, K, V) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
message(K, V) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Message received from a channel subscription.
message(K, K, V) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Message received from a pattern subscription.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnection
 
mget(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
mget(K...) - Method in class com.lambdaworks.redis.RedisConnection
 
migrate(String, int, K, int, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
migrate(String, int, K, int, long) - Method in class com.lambdaworks.redis.RedisConnection
 
min() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
min() - Method in class com.lambdaworks.redis.ZStoreArgs
 
move(K, int) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
move(K, int) - Method in class com.lambdaworks.redis.RedisConnection
 
mset(Map<K, V>) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
mset(Map<K, V>) - Method in class com.lambdaworks.redis.RedisConnection
 
msetnx(Map<K, V>) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
msetnx(Map<K, V>) - Method in class com.lambdaworks.redis.RedisConnection
 
multi - Variable in class com.lambdaworks.redis.RedisAsyncConnection
 
multi() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
multi() - Method in class com.lambdaworks.redis.RedisConnection
 
MultiOutput<K,V> - Class in com.lambdaworks.redis.output
Output of all commands within a MULTI block.
MultiOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.MultiOutput
 

N

NestedMultiOutput<K,V> - Class in com.lambdaworks.redis.output
List of command outputs, possibly deeply nested.
NestedMultiOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.NestedMultiOutput
 
newScriptOutput(RedisCodec<K, V>, ScriptOutputType) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 

O

objectEncoding(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
objectEncoding(K) - Method in class com.lambdaworks.redis.RedisConnection
 
objectIdletime(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
objectIdletime(K) - Method in class com.lambdaworks.redis.RedisConnection
 
objectRefcount(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
objectRefcount(K) - Method in class com.lambdaworks.redis.RedisConnection
 
output - Variable in class com.lambdaworks.redis.protocol.Command
 
output - Variable in class com.lambdaworks.redis.protocol.CommandOutput
 

P

pattern() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
persist(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
persist(K) - Method in class com.lambdaworks.redis.RedisConnection
 
pexpire(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
pexpire(K, long) - Method in class com.lambdaworks.redis.RedisConnection
 
pexpireat(K, Date) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
pexpireat(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
pexpireat(K, Date) - Method in class com.lambdaworks.redis.RedisConnection
 
pexpireat(K, long) - Method in class com.lambdaworks.redis.RedisConnection
 
ping() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
ping() - Method in class com.lambdaworks.redis.RedisConnection
 
psubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnection
 
psubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
psubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Subscribed to a pattern.
pttl(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
pttl(K) - Method in class com.lambdaworks.redis.RedisConnection
 
publish(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
publish(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
PubSubCommandHandler<K,V> - Class in com.lambdaworks.redis.pubsub
A netty ChannelHandler responsible for writing redis pub/sub commands and reading the response stream from the server.
PubSubCommandHandler(BlockingQueue<Command<K, V, ?>>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.PubSubCommandHandler
Initialize a new instance.
PubSubOutput<K,V> - Class in com.lambdaworks.redis.pubsub
One element of the redis pub/sub stream.
PubSubOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.PubSubOutput
 
punsubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnection
 
punsubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
punsubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Unsubscribed from a pattern.

Q

queue - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
queue - Variable in class com.lambdaworks.redis.RedisAsyncConnection
 
quit() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
quit() - Method in class com.lambdaworks.redis.RedisConnection
 

R

randomkey() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
randomkey() - Method in class com.lambdaworks.redis.RedisConnection
 
RedisAsyncConnection<K,V> - Class in com.lambdaworks.redis
An asynchronous thread-safe connection to a redis server.
RedisAsyncConnection(BlockingQueue<Command<K, V, ?>>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisAsyncConnection
Initialize a new connection.
RedisClient - Class in com.lambdaworks.redis
A scalable thread-safe Redis client.
RedisClient(String) - Constructor for class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied host on the default port.
RedisClient(String, int) - Constructor for class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied host and port.
RedisCodec<K,V> - Class in com.lambdaworks.redis.codec
A RedisCodec encodes keys and values sent to redis, and decodes keys and values in the command output.
RedisCodec() - Constructor for class com.lambdaworks.redis.codec.RedisCodec
 
RedisCommandInterruptedException - Exception in com.lambdaworks.redis
Exception thrown when the thread executing a redis command is interrupted.
RedisCommandInterruptedException(Throwable) - Constructor for exception com.lambdaworks.redis.RedisCommandInterruptedException
 
RedisConnection<K,V> - Class in com.lambdaworks.redis
A synchronous thread-safe connection to a redis server.
RedisConnection(RedisAsyncConnection<K, V>) - Constructor for class com.lambdaworks.redis.RedisConnection
Initialize a new connection.
RedisException - Exception in com.lambdaworks.redis
Exception thrown when redis returns an error message, or when the client fails for any reason.
RedisException(String) - Constructor for exception com.lambdaworks.redis.RedisException
 
RedisException(String, Throwable) - Constructor for exception com.lambdaworks.redis.RedisException
 
RedisPubSubAdapter<K,V> - Class in com.lambdaworks.redis.pubsub
Convenience adapter with an empty implementation of all RedisPubSubListener callback methods.
RedisPubSubAdapter() - Constructor for class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
RedisPubSubConnection<K,V> - Class in com.lambdaworks.redis.pubsub
An asynchronous thread-safe pub/sub connection to a redis server.
RedisPubSubConnection(BlockingQueue<Command<K, V, ?>>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.pubsub.RedisPubSubConnection
Initialize a new connection.
RedisPubSubListener<K,V> - Interface in com.lambdaworks.redis.pubsub
Interface for redis pub/sub listeners.
RedisStateMachine<K,V> - Class in com.lambdaworks.redis.protocol
State machine that decodes redis server responses encoded according to the Unified Request Protocol.
RedisStateMachine() - Constructor for class com.lambdaworks.redis.protocol.RedisStateMachine
Initialize a new instance.
removeListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnection
Remove an existing listener.
rename(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
rename(K, K) - Method in class com.lambdaworks.redis.RedisConnection
 
renamenx(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
renamenx(K, K) - Method in class com.lambdaworks.redis.RedisConnection
 
restore(K, long, byte[]) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
restore(K, long, byte[]) - Method in class com.lambdaworks.redis.RedisConnection
 
rpop(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
rpop(K) - Method in class com.lambdaworks.redis.RedisConnection
 
rpoplpush(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
rpoplpush(K, K) - Method in class com.lambdaworks.redis.RedisConnection
 
rpush(K, V...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
rpush(K, V...) - Method in class com.lambdaworks.redis.RedisConnection
 
rpushx(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
rpushx(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
rsm - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
run(Timeout) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
Reconnect to the remote address that the closed channel was connected to.

S

sadd(K, V...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sadd(K, V...) - Method in class com.lambdaworks.redis.RedisConnection
 
save() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
save() - Method in class com.lambdaworks.redis.RedisConnection
 
scard(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
scard(K) - Method in class com.lambdaworks.redis.RedisConnection
 
score - Variable in class com.lambdaworks.redis.ScoredValue
 
ScoredValue<V> - Class in com.lambdaworks.redis
A value and its associated score from a ZSET.
ScoredValue(double, V) - Constructor for class com.lambdaworks.redis.ScoredValue
 
ScoredValueListOutput<K,V> - Class in com.lambdaworks.redis.output
List of values and their associated scores.
ScoredValueListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ScoredValueListOutput
 
scriptExists(String...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
scriptExists(String...) - Method in class com.lambdaworks.redis.RedisConnection
 
scriptFlush() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
scriptFlush() - Method in class com.lambdaworks.redis.RedisConnection
 
scriptKill() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
scriptKill() - Method in class com.lambdaworks.redis.RedisConnection
 
scriptLoad(V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
scriptLoad(V) - Method in class com.lambdaworks.redis.RedisConnection
 
ScriptOutputType - Enum in com.lambdaworks.redis
A Lua script returns one of the following types: ScriptOutputType.BOOLEAN boolean ScriptOutputType.INTEGER 64-bit integer ScriptOutputType.STATUS status string ScriptOutputType.VALUE value ScriptOutputType.MULTI of these types.
sdiff(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sdiff(K...) - Method in class com.lambdaworks.redis.RedisConnection
 
sdiffstore(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sdiffstore(K, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
select(int) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
select(int) - Method in class com.lambdaworks.redis.RedisConnection
 
set(long) - Method in class com.lambdaworks.redis.output.BooleanListOutput
 
set(long) - Method in class com.lambdaworks.redis.output.BooleanOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.BooleanOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ByteArrayOutput
 
set(long) - Method in class com.lambdaworks.redis.output.DateOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.DoubleOutput
 
set(long) - Method in class com.lambdaworks.redis.output.IntegerOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.IntegerOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyListOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyValueOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.MapOutput
 
set(long) - Method in class com.lambdaworks.redis.output.MultiOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.MultiOutput
 
set(long) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueListOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.StatusOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.StringListOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueListOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueSetOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.protocol.CommandOutput
Set the command output to a sequence of bytes, or null.
set(long) - Method in class com.lambdaworks.redis.protocol.CommandOutput
Set the command output to a 64-bit signed integer.
set(ByteBuffer) - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
set(long) - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
set(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
set(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
setbit(K, long, int) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
setbit(K, long, int) - Method in class com.lambdaworks.redis.RedisConnection
 
setDefaultTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.RedisClient
Set the default timeout for connections created by this client.
setError(ByteBuffer) - Method in class com.lambdaworks.redis.output.MultiOutput
 
setError(ByteBuffer) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
setError(ByteBuffer) - Method in class com.lambdaworks.redis.protocol.CommandOutput
Set command output to an error message from the server.
setError(String) - Method in class com.lambdaworks.redis.protocol.CommandOutput
Set command output to an error message from the client.
setex(K, long, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
setex(K, long, V) - Method in class com.lambdaworks.redis.RedisConnection
 
setnx(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
setnx(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
setrange(K, long, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
setrange(K, long, V) - Method in class com.lambdaworks.redis.RedisConnection
 
setReconnect(boolean) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
setTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.RedisAsyncConnection
Set the command timeout for this connection.
setTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.RedisConnection
Set the command timeout for this connection.
shutdown() - Method in class com.lambdaworks.redis.RedisAsyncConnection
Deprecated.
shutdown(boolean) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
shutdown() - Method in class com.lambdaworks.redis.RedisClient
Shutdown this client and close all open connections.
shutdown() - Method in class com.lambdaworks.redis.RedisConnection
Deprecated.
shutdown(boolean) - Method in class com.lambdaworks.redis.RedisConnection
 
sinter(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sinter(K...) - Method in class com.lambdaworks.redis.RedisConnection
 
sinterstore(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sinterstore(K, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
sismember(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sismember(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
slaveof(String, int) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
slaveof(String, int) - Method in class com.lambdaworks.redis.RedisConnection
 
slaveofNoOne() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
slaveofNoOne() - Method in class com.lambdaworks.redis.RedisConnection
 
slowlogGet() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
slowlogGet(int) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
slowlogGet() - Method in class com.lambdaworks.redis.RedisConnection
 
slowlogGet(int) - Method in class com.lambdaworks.redis.RedisConnection
 
slowlogLen() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
slowlogLen() - Method in class com.lambdaworks.redis.RedisConnection
 
slowlogReset() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
slowlogReset() - Method in class com.lambdaworks.redis.RedisConnection
 
smembers(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
smembers(K) - Method in class com.lambdaworks.redis.RedisConnection
 
smove(K, K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
smove(K, K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
sort(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sort(K, SortArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sort(K) - Method in class com.lambdaworks.redis.RedisConnection
 
sort(K, SortArgs) - Method in class com.lambdaworks.redis.RedisConnection
 
SortArgs - Class in com.lambdaworks.redis
Argument list builder for the redis SORT command.
SortArgs() - Constructor for class com.lambdaworks.redis.SortArgs
 
SortArgs.Builder - Class in com.lambdaworks.redis
Static builder methods.
sortStore(K, SortArgs, K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sortStore(K, SortArgs, K) - Method in class com.lambdaworks.redis.RedisConnection
 
spop(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
spop(K) - Method in class com.lambdaworks.redis.RedisConnection
 
srandmember(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
srandmember(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
srandmember(K) - Method in class com.lambdaworks.redis.RedisConnection
 
srandmember(K, long) - Method in class com.lambdaworks.redis.RedisConnection
 
srem(K, V...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
srem(K, V...) - Method in class com.lambdaworks.redis.RedisConnection
 
StatusOutput<K,V> - Class in com.lambdaworks.redis.output
Status message output.
StatusOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.StatusOutput
 
string(double) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
StringListOutput<K,V> - Class in com.lambdaworks.redis.output
List of string output.
StringListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.StringListOutput
 
strlen(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
strlen(K) - Method in class com.lambdaworks.redis.RedisConnection
 
subscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnection
 
subscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
subscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Subscribed to a channel.
sum() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
sum() - Method in class com.lambdaworks.redis.ZStoreArgs
 
sunion(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sunion(K...) - Method in class com.lambdaworks.redis.RedisConnection
 
sunionstore(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sunionstore(K, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
sync() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
sync() - Method in class com.lambdaworks.redis.RedisConnection
 

T

timeout - Variable in class com.lambdaworks.redis.RedisAsyncConnection
 
timeout - Variable in class com.lambdaworks.redis.RedisConnection
 
toString() - Method in class com.lambdaworks.redis.KeyValue
 
toString() - Method in class com.lambdaworks.redis.ScoredValue
 
ttl(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
ttl(K) - Method in class com.lambdaworks.redis.RedisConnection
 
type - Variable in class com.lambdaworks.redis.protocol.Command
 
type() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
type(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
type(K) - Method in class com.lambdaworks.redis.RedisConnection
 

U

unit - Variable in class com.lambdaworks.redis.RedisAsyncConnection
 
unit - Variable in class com.lambdaworks.redis.RedisConnection
 
unsubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnection
 
unsubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
unsubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Unsubscribed from a channel.
unwatch() - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
unwatch() - Method in class com.lambdaworks.redis.RedisConnection
 
Utf8StringCodec - Class in com.lambdaworks.redis.codec
A RedisCodec that handles UTF-8 encoded keys and values.
Utf8StringCodec() - Constructor for class com.lambdaworks.redis.codec.Utf8StringCodec
Initialize a new instance that encodes and decodes strings using the UTF-8 charset;

V

value - Variable in class com.lambdaworks.redis.KeyValue
 
value - Variable in class com.lambdaworks.redis.ScoredValue
 
ValueListOutput<K,V> - Class in com.lambdaworks.redis.output
List of values output.
ValueListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ValueListOutput
 
valueOf(String) - Static method in enum com.lambdaworks.redis.protocol.CommandKeyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.protocol.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.ScriptOutputType
Returns the enum constant of this type with the specified name.
ValueOutput<K,V> - Class in com.lambdaworks.redis.output
Value output.
ValueOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ValueOutput
 
values() - Static method in enum com.lambdaworks.redis.protocol.CommandKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.protocol.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.ScriptOutputType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSetOutput<K,V> - Class in com.lambdaworks.redis.output
Set of value output.
ValueSetOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ValueSetOutput
 

W

watch(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
watch(K...) - Method in class com.lambdaworks.redis.RedisConnection
 
weights(long...) - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
weights(long...) - Method in class com.lambdaworks.redis.ZStoreArgs
 
writeInt(ChannelBuffer, int) - Static method in class com.lambdaworks.redis.protocol.Command
Write the textual value of a positive integer to the supplied buffer.
writeRequested(ChannelHandlerContext, MessageEvent) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 

Z

zadd(K, double, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zadd(K, Object...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zadd(K, double, V) - Method in class com.lambdaworks.redis.RedisConnection
 
zadd(K, Object...) - Method in class com.lambdaworks.redis.RedisConnection
 
zcard(K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zcard(K) - Method in class com.lambdaworks.redis.RedisConnection
 
zcount(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zcount(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zcount(K, double, double) - Method in class com.lambdaworks.redis.RedisConnection
 
zcount(K, String, String) - Method in class com.lambdaworks.redis.RedisConnection
 
zincrby(K, double, K) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zincrby(K, double, K) - Method in class com.lambdaworks.redis.RedisConnection
 
zinterstore(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zinterstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zinterstore(K, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
zinterstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
zrange(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrange(K, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.RedisConnection
 
zrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.RedisConnection
 
zrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.RedisConnection
 
zrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.RedisConnection
 
zrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrank(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrank(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
zrem(K, V...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrem(K, V...) - Method in class com.lambdaworks.redis.RedisConnection
 
zremrangebyrank(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zremrangebyrank(K, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zremrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zremrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zremrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.RedisConnection
 
zremrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrange(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrange(K, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.RedisConnection
 
zrevrank(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zrevrank(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
zscore(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zscore(K, V) - Method in class com.lambdaworks.redis.RedisConnection
 
ZStoreArgs - Class in com.lambdaworks.redis
Argument list builder for the redis ZUNIONSTORE and ZINTERSTORE commands.
ZStoreArgs() - Constructor for class com.lambdaworks.redis.ZStoreArgs
 
ZStoreArgs.Builder - Class in com.lambdaworks.redis
Static builder methods.
zunionstore(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zunionstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnection
 
zunionstore(K, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
zunionstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.RedisConnection
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.