Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addListener(RedisMonitorListener...) - Method in class com.blackrook.redis.RedisMonitorConnection
Adds RedisMonitorListeners to this connection.
addListener(RedisSubscriptionListener...) - Method in class com.blackrook.redis.RedisPubSubConnection
Adds RedisSubscriptionListeners to this connection.
Aggregation - Enum in com.blackrook.redis.enums
Aggregate function for union/intersection queries.
AND - Enum constant in enum com.blackrook.redis.enums.BitwiseOperation
 
append(byte) - Method in class com.blackrook.redis.struct.DataList
Appends a byte to the end of this buffer.
append(byte[]) - Method in class com.blackrook.redis.struct.DataList
Appends a series of bytes to the end of this buffer.
append(byte[], int, int) - Method in class com.blackrook.redis.struct.DataList
Appends a series of bytes to the end of this buffer.
append(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
append(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
append(String, String) - Method in class com.blackrook.redis.RedisConnection
 
append(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
applyMemberToObject(String, Object, T) - Method in class com.blackrook.redis.struct.TypeConverter
Applies an object value to a target object via a "field" name (setter/field).
ARRAY - Enum constant in enum com.blackrook.redis.data.RedisObject.Type
 
ARRAY - Static variable in class com.blackrook.redis.enums.ReturnType
ARRAY return type.
ASC - Enum constant in enum com.blackrook.redis.enums.SortOrder
Sort ascending.
asDouble() - Method in class com.blackrook.redis.data.RedisObject
Returns this object as a double.
asLong() - Method in class com.blackrook.redis.data.RedisObject
Returns this object as a long integer.
asRaw() - Method in class com.blackrook.redis.data.RedisObject
Returns this object as a raw string, sent/received by/from Redis, replete with newline characters.
asRaw(boolean) - Method in class com.blackrook.redis.data.RedisObject
Returns this object as a raw string, sent/received by/from Redis, replete with newline characters.
asString() - Method in class com.blackrook.redis.data.RedisObject
Returns this object as a String.

B

bgrewriteaof() - Method in interface com.blackrook.redis.commands.RedisServerCommands
bgrewriteaof() - Method in class com.blackrook.redis.RedisServerConnection
 
bgsave() - Method in interface com.blackrook.redis.commands.RedisServerCommands
bgsave() - Method in class com.blackrook.redis.RedisServerConnection
 
bitcount(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
bitcount(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
bitcount(String) - Method in class com.blackrook.redis.RedisConnection
 
bitcount(String) - Method in class com.blackrook.redis.RedisPipeline
 
bitcount(String, long, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
bitcount(String, long, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
bitcount(String, long, long) - Method in class com.blackrook.redis.RedisConnection
 
bitcount(String, long, long) - Method in class com.blackrook.redis.RedisPipeline
 
bitop(BitwiseOperation, String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
bitop(BitwiseOperation, String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
bitop(BitwiseOperation, String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
bitop(BitwiseOperation, String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
bitpos(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
bitpos(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
bitpos(String, long) - Method in class com.blackrook.redis.RedisConnection
 
bitpos(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
bitpos(String, long, Long, Long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
bitpos(String, long, Long, Long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
bitpos(String, long, Long, Long) - Method in class com.blackrook.redis.RedisConnection
 
bitpos(String, long, Long, Long) - Method in class com.blackrook.redis.RedisPipeline
 
BitwiseOperation - Enum in com.blackrook.redis.enums
The bitwise operation to perform on a BITOP call.
blpop(long, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
blpop(long, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
blpop(long, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
blpop(long, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
blpopLong(long, String, String...) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.blpop(long, String, String...), except it casts the value to a long integer.
BOOLEAN - Static variable in class com.blackrook.redis.enums.ReturnType
BOOLEAN return type.
BOOLEANARRAY - Static variable in class com.blackrook.redis.enums.ReturnType
BOOLEANARRAY return type.
brpop(long, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
brpop(long, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
brpop(long, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
brpop(long, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
brpopLong(long, String, String...) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.brpop(long, String, String...), except it casts the value to a long integer.
brpoplpush(long, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
brpoplpush(long, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
brpoplpush(long, String, String) - Method in class com.blackrook.redis.RedisConnection
 
brpoplpush(long, String, String) - Method in class com.blackrook.redis.RedisPipeline
 
brpoplpushLong(long, String, String) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.brpoplpush(long, String, String), except it casts the value to a long integer.

C

capacityCheck(int) - Method in class com.blackrook.redis.struct.DataList
Increases the size of the internal buffer if necessary.
clear() - Method in class com.blackrook.redis.struct.DataList
Deletes all bytes from this buffer.
clientGetName() - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
clientGetName() - Method in class com.blackrook.redis.RedisConnection
 
clientKill(String, int) - Method in interface com.blackrook.redis.commands.RedisServerCommands
clientKill(String, int) - Method in class com.blackrook.redis.RedisServerConnection
 
clientList() - Method in interface com.blackrook.redis.commands.RedisServerCommands
clientList() - Method in class com.blackrook.redis.RedisServerConnection
 
clientPause(long) - Method in interface com.blackrook.redis.commands.RedisServerCommands
clientPause(long) - Method in class com.blackrook.redis.RedisServerConnection
 
clientSetName(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
clientSetName(String) - Method in class com.blackrook.redis.RedisConnection
 
close() - Method in class com.blackrook.redis.io.RESPWriter
 
close() - Method in class com.blackrook.redis.RedisConnectionAbstract
 
close(Closeable) - Static method in class com.blackrook.redis.struct.Utils
Attempts to close a Closeable object.
close(AutoCloseable) - Static method in class com.blackrook.redis.struct.Utils
Attempts to close an AutoCloseable object.
com.blackrook.redis - package com.blackrook.redis
Contains classes relevant to connecting to Redis servers.
com.blackrook.redis.commands - package com.blackrook.redis.commands
Contains interfaces for implementing Redis commands.
com.blackrook.redis.data - package com.blackrook.redis.data
Contains encapsulations for Redis objects and responses.
com.blackrook.redis.enums - package com.blackrook.redis.enums
Contains useful enumerations.
com.blackrook.redis.event - package com.blackrook.redis.event
Contains classes about Redis events.
com.blackrook.redis.exception - package com.blackrook.redis.exception
Contains Redis connector exception classes.
com.blackrook.redis.hints - package com.blackrook.redis.hints
Contains hints for Redis object conversion.
com.blackrook.redis.io - package com.blackrook.redis.io
Contains classes relevant to reading and writing to Redis sockets.
com.blackrook.redis.struct - package com.blackrook.redis.struct
Additional helper data structures and methods.
configGet(String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
configGet(String) - Method in class com.blackrook.redis.RedisServerConnection
 
configResetStat() - Method in interface com.blackrook.redis.commands.RedisServerCommands
configResetStat() - Method in class com.blackrook.redis.RedisServerConnection
 
configRewrite() - Method in interface com.blackrook.redis.commands.RedisServerCommands
configRewrite() - Method in class com.blackrook.redis.RedisServerConnection
 
configSet(String, String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
configSet(String, String) - Method in class com.blackrook.redis.RedisServerConnection
 
construct(Constructor, Object...) - Static method in class com.blackrook.redis.struct.Utils
Creates a new instance of a class from a class type.
convertArray(String, Object, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts an array value to a target type.
convertBoolean(String, Boolean, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts a boolean to another type.
convertByteArray(String, byte[], Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts a byte array value to a target type.
convertCharacter(String, Character, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts a character value to a target type.
convertCharArray(String, char[], Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts a char array value to a target type.
convertDate(String, Date, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts a date value to a target type.
convertEnum(String, Enum, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts an enum value to a target type.
convertIterable(String, Iterable, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts an iterable to another type (like an array).
convertNumber(String, Number, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts a numeric value to a target type.
convertOtherArray(String, Object, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts a totally different array type.
convertString(String, String, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Converts a string value to a target type.
create(double) - Static method in class com.blackrook.redis.data.RedisObject
Creates an object of type STRING, using a floating-point number.
create(long) - Static method in class com.blackrook.redis.data.RedisObject
Creates an object of type INTEGER.
create(long, String[]) - Static method in class com.blackrook.redis.data.RedisCursor
Creates a new scan cursor with a set of keys.
create(Class) - Static method in class com.blackrook.redis.struct.Utils
Creates a new instance of a class from a class type.
create(String) - Static method in class com.blackrook.redis.data.RedisObject
Creates an object of type STRING.
create(String...) - Static method in class com.blackrook.redis.data.RedisObject
Creates an object of type ARRAY.
createEmptyArray(int) - Static method in class com.blackrook.redis.data.RedisObject
Creates an object of type ARRAY, but with all null elements.
createError(String) - Static method in class com.blackrook.redis.data.RedisObject
Creates an object of type ERROR.
createForType(Object, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Reflect.creates a new instance of an object for placement in a POJO or elsewhere.
createForType(String, Object, Class) - Method in class com.blackrook.redis.struct.TypeConverter
Reflect.creates a new instance of an object for placement in a POJO or elsewhere.
createNull() - Static method in class com.blackrook.redis.data.RedisObject
Creates a null object (type STRING).
createNullArray() - Static method in class com.blackrook.redis.data.RedisObject
Creates a null object (type ARRAY).

D

DataList - Class in com.blackrook.redis.struct
A mutable buffer of data.
DataList() - Constructor for class com.blackrook.redis.struct.DataList
Makes a new volatile list.
DataList(int) - Constructor for class com.blackrook.redis.struct.DataList
Makes a new buffer that doubles every resize.
DataList(int, int) - Constructor for class com.blackrook.redis.struct.DataList
Makes a new buffer.
DataType - Enum in com.blackrook.redis.enums
Enumeration of Redis data types.
DATATYPE - Static variable in class com.blackrook.redis.enums.ReturnType
DATATYPE return type.
dbsize() - Method in interface com.blackrook.redis.commands.RedisServerCommands
dbsize() - Method in class com.blackrook.redis.RedisServerConnection
 
debugObject(String) - Method in interface com.blackrook.redis.commands.RedisDebugCommands
debugObject(String) - Method in class com.blackrook.redis.RedisDebugConnection
 
debugSegfault() - Method in interface com.blackrook.redis.commands.RedisDebugCommands
debugSegfault() - Method in class com.blackrook.redis.RedisDebugConnection
 
decr(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
decr(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
decr(String) - Method in class com.blackrook.redis.RedisConnection
 
decr(String) - Method in class com.blackrook.redis.RedisPipeline
 
decrby(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
decrby(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
decrby(String, long) - Method in class com.blackrook.redis.RedisConnection
 
decrby(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
DEFAULT_CAPACITY - Static variable in class com.blackrook.redis.struct.DataList
Default capacity for a new list.
del(String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
del(String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
del(String, String...) - Method in class com.blackrook.redis.RedisConnection
 
del(String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
delete(int, int) - Method in class com.blackrook.redis.struct.DataList
Deletes a series of bytes from this buffer.
DESC - Enum constant in enum com.blackrook.redis.enums.SortOrder
Sort descending.
disconnect() - Method in class com.blackrook.redis.RedisConnectionAbstract
 
DOUBLE - Static variable in class com.blackrook.redis.enums.ReturnType
DOUBLE return type.
dump(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
dump(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
dump(String) - Method in class com.blackrook.redis.RedisConnection
 
dump(String) - Method in class com.blackrook.redis.RedisPipeline
 

E

echo(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
echo(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
echo(String) - Method in class com.blackrook.redis.RedisConnection
 
echo(String) - Method in class com.blackrook.redis.RedisPipeline
 
ENCODING - Static variable in class com.blackrook.redis.enums.ReturnType
ENCODING return type.
EncodingType - Enum in com.blackrook.redis.enums
List of data encoding types.
ERROR - Enum constant in enum com.blackrook.redis.data.RedisObject.Type
 
eval(String, String[], Object...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
eval(String, String[], Object...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
eval(String, String[], Object...) - Method in class com.blackrook.redis.RedisConnection
 
eval(String, String[], Object...) - Method in class com.blackrook.redis.RedisPipeline
 
evalsha(String, String[], Object...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
evalsha(String, String[], Object...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
evalsha(String, String[], Object...) - Method in class com.blackrook.redis.RedisConnection
 
evalsha(String, String[], Object...) - Method in class com.blackrook.redis.RedisPipeline
 
exists(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
exists(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
exists(String) - Method in class com.blackrook.redis.RedisConnection
 
exists(String) - Method in class com.blackrook.redis.RedisPipeline
 
expire(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
expire(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
expire(String, long) - Method in class com.blackrook.redis.RedisConnection
 
expire(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
expireat(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
expireat(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
expireat(String, long) - Method in class com.blackrook.redis.RedisConnection
 
expireat(String, long) - Method in class com.blackrook.redis.RedisPipeline
 

F

finish() - Method in class com.blackrook.redis.RedisPipeline
Send all pending commands in the pipeline and returns all of their return values.
fireOnMessageReceive(String, String) - Method in class com.blackrook.redis.RedisPubSubConnection
Fires an event to listeners when this subscription connection receives a message from a channel.
fireOnMonitorEvent(RedisMonitorEvent) - Method in class com.blackrook.redis.RedisMonitorConnection
Fires an event to listeners when this connection receives a monitor event.
fireOnPatternMessageReceive(String, String, String) - Method in class com.blackrook.redis.RedisPubSubConnection
Fires an event to listeners when this subscription connection receives a message from a channel.
fireOnPatternSubscribe(String, long) - Method in class com.blackrook.redis.RedisPubSubConnection
Fires an event to listeners when this subscription connection subscribes to a set of channels via a pattern.
fireOnPatternUnsubscribe(String, long) - Method in class com.blackrook.redis.RedisPubSubConnection
Fires an event to listeners when this subscription connection unsubscribes from a set of channels via a pattern.
fireOnSubscribe(String, long) - Method in class com.blackrook.redis.RedisPubSubConnection
Fires an event to listeners when this subscription connection subscribes to a channel.
fireOnUnsubscribe(String, long) - Method in class com.blackrook.redis.RedisPubSubConnection
Fires an event to listeners when this subscription connection unsubscribes from a channel.
flushall() - Method in interface com.blackrook.redis.commands.RedisServerCommands
flushall() - Method in class com.blackrook.redis.RedisServerConnection
 
flushdb() - Method in interface com.blackrook.redis.commands.RedisServerCommands
flushdb() - Method in class com.blackrook.redis.RedisServerConnection
 

G

get(int) - Method in class com.blackrook.redis.data.RedisObject
If this is an array, this returns an element at a specific index in it.
get(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
get(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
get(String) - Method in class com.blackrook.redis.RedisConnection
 
get(String) - Method in class com.blackrook.redis.RedisPipeline
 
getAddress() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getAlias() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.FieldInfo
 
getAlias() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.MethodInfo
 
getAlias(Field) - Method in interface com.blackrook.redis.struct.TypeProfileFactory.MemberPolicy
Gets an alias name for the provided field.
getAlias(Method) - Method in interface com.blackrook.redis.struct.TypeProfileFactory.MemberPolicy
Gets an alias name for the provided method.
getArguments() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getArrayDimensions(Class) - Static method in class com.blackrook.redis.struct.Utils
Gets how many dimensions that this array, represented by the provided type, has.
getArrayDimensions(Object) - Static method in class com.blackrook.redis.struct.Utils
Gets how many array dimensions that an object (presumably an array) has.
getArrayType(Class) - Static method in class com.blackrook.redis.struct.Utils
Gets the class type of this array type, if this is an array type.
getArrayType(Object) - Static method in class com.blackrook.redis.struct.Utils
Gets the class type of this array, if this is an array.
getAvailableConnection() - Method in class com.blackrook.redis.RedisConnectionPool
Retrieves an available connection from the pool.
getAvailableConnection(long) - Method in class com.blackrook.redis.RedisConnectionPool
Retrieves an available connection from the pool.
getAvailableConnectionCount() - Method in class com.blackrook.redis.RedisConnectionPool
 
getbit(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
getbit(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
getbit(String, long) - Method in class com.blackrook.redis.RedisConnection
 
getbit(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
getCapacity() - Method in class com.blackrook.redis.struct.DataList
Gets the capacity of this buffer.
getCapacityIncrement() - Method in class com.blackrook.redis.struct.DataList
Returns the capacity increment value.
getCommand() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getCursor() - Method in class com.blackrook.redis.data.RedisCursor
 
getData(int, byte[]) - Method in class com.blackrook.redis.struct.DataList
Gets a subset of data from this buffer.
getData(int, int) - Method in class com.blackrook.redis.struct.DataList
Gets a subset of data from this buffer.
getDB() - Method in class com.blackrook.redis.RedisInfo
 
getDBId() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getEnumInstance(String, Class) - Static method in class com.blackrook.redis.struct.Utils
Returns the enum instance of a class given class and name, or null if not a valid name.
getField() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.FieldInfo
 
getFieldValue(Object, Field) - Static method in class com.blackrook.redis.struct.Utils
Gets the value of a field on an object.
getGetterMethodsByAlias() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's getter methods.
getGetterMethodsByName() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's getter methods.
getHost() - Method in class com.blackrook.redis.RedisInfo
 
getKey() - Method in class com.blackrook.redis.data.KeyValue
 
getKeys() - Method in class com.blackrook.redis.data.RedisCursor
 
getLong(String) - Method in class com.blackrook.redis.RedisConnection
Just like RedisConnection.get(String), but it casts the result to a long integer.
getMethod() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.MethodInfo
 
getPassword() - Method in class com.blackrook.redis.RedisInfo
 
getPort() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getPort() - Method in class com.blackrook.redis.RedisInfo
 
getProfile(Class) - Method in class com.blackrook.redis.struct.TypeProfileFactory
Creates a new profile for a provided type.
getPublicFieldsByAlias() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's public fields.
getPublicFieldsByName() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's public fields.
getrange(String, long, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
getrange(String, long, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
getrange(String, long, long) - Method in class com.blackrook.redis.RedisConnection
 
getrange(String, long, long) - Method in class com.blackrook.redis.RedisPipeline
 
getServerTime() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getServerTimeMicros() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getServerTimeSeconds() - Method in class com.blackrook.redis.event.RedisMonitorEvent
 
getset(String, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
getset(String, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
getset(String, Number) - Method in class com.blackrook.redis.RedisConnection
 
getset(String, Number) - Method in class com.blackrook.redis.RedisPipeline
 
getset(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
getset(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
getset(String, String) - Method in class com.blackrook.redis.RedisConnection
 
getset(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
getsetLong(String, Number) - Method in class com.blackrook.redis.RedisConnection
Just like RedisConnection.getset(String, String), but it casts the result to a long integer.
getsetLong(String, String) - Method in class com.blackrook.redis.RedisConnection
Just like RedisConnection.getset(String, String), but it casts the result to a long integer.
getSetterMethodsByAlias() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's setter methods.
getSetterMethodsByName() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile
Returns a reference to the map that contains this profile's setter methods.
getTextualContents(File) - Static method in class com.blackrook.redis.struct.Utils
Retrieves the textual contents of a file in the system's current encoding.
getTextualContents(InputStream) - Static method in class com.blackrook.redis.struct.Utils
Retrieves the textual contents of a stream in the system's current encoding.
getTextualContents(InputStream, String) - Static method in class com.blackrook.redis.struct.Utils
Retrieves the textual contents of a stream.
getTimeout() - Method in class com.blackrook.redis.RedisInfo
 
getType() - Method in class com.blackrook.redis.data.RedisObject
 
getType() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.FieldInfo
 
getType() - Method in class com.blackrook.redis.struct.TypeProfileFactory.Profile.MethodInfo
 
getUsedConnectionCount() - Method in class com.blackrook.redis.RedisConnectionPool
 
getValue() - Method in class com.blackrook.redis.data.KeyValue
 

H

HASH - Enum constant in enum com.blackrook.redis.enums.DataType
Hash type.
HASHTABLE - Enum constant in enum com.blackrook.redis.enums.EncodingType
 
hasNext() - Method in class com.blackrook.redis.data.RedisCursor
Checks if there are more keys to iterate through.
hdel(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hdel(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hdel(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
hdel(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
hexists(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hexists(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hexists(String, String) - Method in class com.blackrook.redis.RedisConnection
 
hexists(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
hget(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hget(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hget(String, String) - Method in class com.blackrook.redis.RedisConnection
 
hget(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
hgetall(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hgetall(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hgetall(String) - Method in class com.blackrook.redis.RedisConnection
 
hgetall(String) - Method in class com.blackrook.redis.RedisPipeline
 
hgetallMap(String) - Method in class com.blackrook.redis.RedisConnection
Just like RedisConnection.hgetall(String), except the keys and values are returned in a map of key to value.
hgetallObject(String, Class) - Method in class com.blackrook.redis.RedisConnection
Just like RedisConnection.hgetall(String), except the keys and values are set on a new instance of a Java object via reflection.
hgetallObject(String, T) - Method in class com.blackrook.redis.RedisConnection
Just like RedisConnection.hgetall(String), except the keys and values are set on an existing instance of a Java object via reflection.
hgetLong(String, String) - Method in class com.blackrook.redis.RedisConnection
Just like RedisConnection.hget(String, String), but it casts the result to a long integer.
hincrby(String, String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hincrby(String, String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hincrby(String, String, long) - Method in class com.blackrook.redis.RedisConnection
 
hincrby(String, String, long) - Method in class com.blackrook.redis.RedisPipeline
 
hincrbyfloat(String, String, double) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hincrbyfloat(String, String, double) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hincrbyfloat(String, String, double) - Method in class com.blackrook.redis.RedisConnection
 
hincrbyfloat(String, String, double) - Method in class com.blackrook.redis.RedisPipeline
 
hkeys(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hkeys(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hkeys(String) - Method in class com.blackrook.redis.RedisConnection
 
hkeys(String) - Method in class com.blackrook.redis.RedisPipeline
 
hlen(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hlen(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hlen(String) - Method in class com.blackrook.redis.RedisConnection
 
hlen(String) - Method in class com.blackrook.redis.RedisPipeline
 
hmget(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hmget(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hmget(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
hmget(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
hmset(String, KeyValue...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hmset(String, KeyValue...) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.hmset(String, String, String, String...), except abstracted as KeyValues of key-value pairs.
hmset(String, KeyValue...) - Method in class com.blackrook.redis.RedisPipeline
hmset(String, Object, Object, Object...) - Method in class com.blackrook.redis.RedisConnection
hmset(String, Object, Object, Object...) - Method in class com.blackrook.redis.RedisPipeline
hmset(String, String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hmset(String, String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hmset(String, String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
hmset(String, String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
hmsetMap(String, Map) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.hmset(String, String, String, String...), except abstracted as a map of key-value pairs.
hmsetObject(String, T) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.hmset(String, String, String, String...), except each field or getter sets the fields and values.
hscan(String, long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
hscan(String, long) - Method in class com.blackrook.redis.RedisConnection
 
hscan(String, long, long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
hscan(String, long, long) - Method in class com.blackrook.redis.RedisConnection
 
hscan(String, long, String) - Method in interface com.blackrook.redis.commands.RedisScanCommands
hscan(String, long, String) - Method in class com.blackrook.redis.RedisConnection
 
hscan(String, long, String, Long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
hscan(String, long, String, Long) - Method in class com.blackrook.redis.RedisConnection
 
hset(String, String, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hset(String, String, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hset(String, String, Number) - Method in class com.blackrook.redis.RedisConnection
 
hset(String, String, Number) - Method in class com.blackrook.redis.RedisPipeline
 
hset(String, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hset(String, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hset(String, String, String) - Method in class com.blackrook.redis.RedisConnection
 
hset(String, String, String) - Method in class com.blackrook.redis.RedisPipeline
 
hsetnx(String, String, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hsetnx(String, String, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hsetnx(String, String, Number) - Method in class com.blackrook.redis.RedisConnection
 
hsetnx(String, String, Number) - Method in class com.blackrook.redis.RedisPipeline
 
hsetnx(String, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hsetnx(String, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hsetnx(String, String, String) - Method in class com.blackrook.redis.RedisConnection
 
hsetnx(String, String, String) - Method in class com.blackrook.redis.RedisPipeline
 
hvals(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
hvals(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
hvals(String) - Method in class com.blackrook.redis.RedisConnection
 
hvals(String) - Method in class com.blackrook.redis.RedisPipeline
 

I

incr(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
incr(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
incr(String) - Method in class com.blackrook.redis.RedisConnection
 
incr(String) - Method in class com.blackrook.redis.RedisPipeline
 
incrby(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
incrby(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
incrby(String, long) - Method in class com.blackrook.redis.RedisConnection
 
incrby(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
incrbyfloat(String, double) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
incrbyfloat(String, double) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
incrbyfloat(String, double) - Method in class com.blackrook.redis.RedisConnection
 
incrbyfloat(String, double) - Method in class com.blackrook.redis.RedisPipeline
 
info() - Method in interface com.blackrook.redis.commands.RedisServerCommands
info() - Method in class com.blackrook.redis.RedisServerConnection
 
info(String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
info(String) - Method in class com.blackrook.redis.RedisServerConnection
 
infoMap() - Method in class com.blackrook.redis.RedisServerConnection
 
infoMap(String) - Method in class com.blackrook.redis.RedisServerConnection
 
insertAt(byte[], int) - Method in class com.blackrook.redis.struct.DataList
Inserts a series of bytes into this buffer at a specific index.
INTEGER - Enum constant in enum com.blackrook.redis.data.RedisObject.Type
 
INTEGER - Enum constant in enum com.blackrook.redis.enums.EncodingType
 
INTEGER - Static variable in class com.blackrook.redis.enums.ReturnType
INTEGER return type.
INTSET - Enum constant in enum com.blackrook.redis.enums.EncodingType
 
invokeBlind(Method, Object, Object...) - Static method in class com.blackrook.redis.struct.Utils
Blindly invokes a method, only throwing a RuntimeException if something goes wrong.
isArray() - Method in class com.blackrook.redis.data.RedisObject
 
isArray(Class) - Static method in class com.blackrook.redis.struct.Utils
Tests if a class is actually an array type.
isArray(Object) - Static method in class com.blackrook.redis.struct.Utils
Tests if an object is actually an array type.
isBound() - Method in class com.blackrook.redis.RedisConnectionAbstract
Checks if this connection is successfully bound to an address.
isClosed() - Method in class com.blackrook.redis.RedisConnectionAbstract
Checks if this connection is closed.
isConnected() - Method in class com.blackrook.redis.RedisConnectionAbstract
Checks if this connection is connected to an endpoint.
isEmpty() - Method in class com.blackrook.redis.struct.DataList
 
isError() - Method in class com.blackrook.redis.data.RedisObject
 
isIgnored(Field) - Method in interface com.blackrook.redis.struct.TypeProfileFactory.MemberPolicy
Checks if a field is ignored by the profile generator.
isIgnored(Method) - Method in interface com.blackrook.redis.struct.TypeProfileFactory.MemberPolicy
Checks if a method is ignored by the profile generator.
isNull() - Method in class com.blackrook.redis.data.RedisObject
 
isNull(T, T) - Static method in class com.blackrook.redis.struct.Utils
Returns the first object if it is not null, otherwise returns the second.

J

joinArrays(T[]...) - Static method in class com.blackrook.redis.struct.Utils
Concatenates a set of arrays together, such that the contents of each array are joined into one array.

K

key - Variable in class com.blackrook.redis.data.KeyValue
The key object in the pair.
keys(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
keys(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
keys(String) - Method in class com.blackrook.redis.RedisConnection
 
keys(String) - Method in class com.blackrook.redis.RedisPipeline
 
KeyValue<K,V> - Class in com.blackrook.redis.data
Object pairs for a bunch of data structures.
KeyValue(K, V) - Constructor for class com.blackrook.redis.data.KeyValue
Creates a new object pair.

L

lastsave() - Method in interface com.blackrook.redis.commands.RedisServerCommands
lastsave() - Method in class com.blackrook.redis.RedisServerConnection
 
length() - Method in class com.blackrook.redis.data.RedisObject
If this is an ARRAY type, this returns its length in elements.
lindex(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
lindex(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
lindex(String, long) - Method in class com.blackrook.redis.RedisConnection
 
lindex(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
lindexLong(String, long) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.lindex(String, long), except it casts the value to a long integer.
LINKEDLIST - Enum constant in enum com.blackrook.redis.enums.EncodingType
 
linsert(String, boolean, String, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
linsert(String, boolean, String, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
linsert(String, boolean, String, Number) - Method in class com.blackrook.redis.RedisConnection
 
linsert(String, boolean, String, Number) - Method in class com.blackrook.redis.RedisPipeline
 
linsert(String, boolean, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
linsert(String, boolean, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
linsert(String, boolean, String, String) - Method in class com.blackrook.redis.RedisConnection
 
linsert(String, boolean, String, String) - Method in class com.blackrook.redis.RedisPipeline
 
LIST - Enum constant in enum com.blackrook.redis.enums.DataType
List type.
llen(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
llen(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
llen(String) - Method in class com.blackrook.redis.RedisConnection
 
llen(String) - Method in class com.blackrook.redis.RedisPipeline
 
lpop(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
lpop(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
lpop(String) - Method in class com.blackrook.redis.RedisConnection
 
lpop(String) - Method in class com.blackrook.redis.RedisPipeline
 
lpopLong(String) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.lpop(String), except it casts the value to a long integer.
lpush(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
lpush(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
lpush(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
lpush(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
lpushx(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
lpushx(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
lpushx(String, String) - Method in class com.blackrook.redis.RedisConnection
 
lpushx(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
lrange(String, long, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
lrange(String, long, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
lrange(String, long, long) - Method in class com.blackrook.redis.RedisConnection
 
lrange(String, long, long) - Method in class com.blackrook.redis.RedisPipeline
 
lrem(String, long, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
lrem(String, long, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
lrem(String, long, String) - Method in class com.blackrook.redis.RedisConnection
 
lrem(String, long, String) - Method in class com.blackrook.redis.RedisPipeline
 
lset(String, long, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
lset(String, long, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
lset(String, long, String) - Method in class com.blackrook.redis.RedisConnection
 
lset(String, long, String) - Method in class com.blackrook.redis.RedisPipeline
 
ltrim(String, long, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
ltrim(String, long, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
ltrim(String, long, long) - Method in class com.blackrook.redis.RedisConnection
 
ltrim(String, long, long) - Method in class com.blackrook.redis.RedisPipeline
 

M

MAX - Enum constant in enum com.blackrook.redis.enums.Aggregation
 
mget(String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
mget(String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
mget(String, String...) - Method in class com.blackrook.redis.RedisConnection
 
mget(String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
migrate(String, int, String, long, long) - Method in class com.blackrook.redis.RedisServerConnection
migrate(String, int, String, long, long, boolean, boolean) - Method in interface com.blackrook.redis.commands.RedisServerCommands
migrate(String, int, String, long, long, boolean, boolean) - Method in class com.blackrook.redis.RedisServerConnection
 
MIN - Enum constant in enum com.blackrook.redis.enums.Aggregation
 
move(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
move(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
move(String, long) - Method in class com.blackrook.redis.RedisConnection
 
move(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
mset(KeyValue...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
mset(KeyValue...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
mset(KeyValue...) - Method in class com.blackrook.redis.RedisConnection
 
mset(KeyValue...) - Method in class com.blackrook.redis.RedisPipeline
 
mset(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
mset(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
mset(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
mset(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
msetnx(KeyValue...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
msetnx(KeyValue...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
msetnx(KeyValue...) - Method in class com.blackrook.redis.RedisConnection
 
msetnx(KeyValue...) - Method in class com.blackrook.redis.RedisPipeline
 
msetnx(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
msetnx(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
msetnx(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
msetnx(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 

N

NONE - Enum constant in enum com.blackrook.redis.enums.DataType
No type.
NOT - Enum constant in enum com.blackrook.redis.enums.BitwiseOperation
 
NULL - Static variable in class com.blackrook.redis.data.RedisObject
All NULL string objects are this object.
NULL_ARRAY - Static variable in class com.blackrook.redis.data.RedisObject
All NULL array objects are this object.

O

object(String, String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
object(String, String) - Method in class com.blackrook.redis.RedisServerConnection
 
OBJECT - Static variable in class com.blackrook.redis.enums.ReturnType
OBJECT return type.
objectEncoding(String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
objectEncoding(String) - Method in class com.blackrook.redis.RedisServerConnection
 
objectIdletime(String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
objectIdletime(String) - Method in class com.blackrook.redis.RedisServerConnection
 
objectRefcount(String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
objectRefcount(String) - Method in class com.blackrook.redis.RedisServerConnection
 
OK - Static variable in class com.blackrook.redis.enums.ReturnType
OK return type.
onMessageReceive(String, String) - Method in class com.blackrook.redis.event.RedisSubscriptionAdapter
 
onMessageReceive(String, String) - Method in class com.blackrook.redis.event.RedisSubscriptionDebugListener
 
onMessageReceive(String, String) - Method in interface com.blackrook.redis.event.RedisSubscriptionListener
Called when this subscription connection receives a message from a channel.
onMonitorEvent(RedisMonitorEvent) - Method in class com.blackrook.redis.event.RedisMonitorDebugListener
 
onMonitorEvent(RedisMonitorEvent) - Method in interface com.blackrook.redis.event.RedisMonitorListener
Called when a MONITOR message is received.
onPatternMessageReceive(String, String, String) - Method in class com.blackrook.redis.event.RedisSubscriptionAdapter
 
onPatternMessageReceive(String, String, String) - Method in class com.blackrook.redis.event.RedisSubscriptionDebugListener
 
onPatternMessageReceive(String, String, String) - Method in interface com.blackrook.redis.event.RedisSubscriptionListener
Called when this subscription connection receives a message from a channel.
onPatternSubscribe(String, long) - Method in class com.blackrook.redis.event.RedisSubscriptionAdapter
 
onPatternSubscribe(String, long) - Method in class com.blackrook.redis.event.RedisSubscriptionDebugListener
 
onPatternSubscribe(String, long) - Method in interface com.blackrook.redis.event.RedisSubscriptionListener
Called when this subscription connection subscribes to a set of channels via a pattern.
onPatternUnsubscribe(String, long) - Method in class com.blackrook.redis.event.RedisSubscriptionAdapter
 
onPatternUnsubscribe(String, long) - Method in class com.blackrook.redis.event.RedisSubscriptionDebugListener
 
onPatternUnsubscribe(String, long) - Method in interface com.blackrook.redis.event.RedisSubscriptionListener
Called when this subscription connection unsubscribes from a set of channels via a pattern.
onSubscribe(String, long) - Method in class com.blackrook.redis.event.RedisSubscriptionAdapter
 
onSubscribe(String, long) - Method in class com.blackrook.redis.event.RedisSubscriptionDebugListener
 
onSubscribe(String, long) - Method in interface com.blackrook.redis.event.RedisSubscriptionListener
Called when this subscription connection subscribes to a channel.
onUnsubscribe(String, long) - Method in class com.blackrook.redis.event.RedisSubscriptionAdapter
 
onUnsubscribe(String, long) - Method in class com.blackrook.redis.event.RedisSubscriptionDebugListener
 
onUnsubscribe(String, long) - Method in interface com.blackrook.redis.event.RedisSubscriptionListener
Called when this subscription connection unsubscribes from a channel.
OR - Enum constant in enum com.blackrook.redis.enums.BitwiseOperation
 

P

parse(String) - Static method in class com.blackrook.redis.event.RedisMonitorEvent
Parses a string read by a MONITORed connection and turns it into an event.
parseBoolean(String) - Static method in class com.blackrook.redis.struct.Utils
Attempts to parse a boolean from a string.
parseByte(String) - Static method in class com.blackrook.redis.struct.Utils
Attempts to parse a byte from a string.
parseChar(String) - Static method in class com.blackrook.redis.struct.Utils
Attempts to parse a char from a string.
parseDouble(String) - Static method in class com.blackrook.redis.struct.Utils
Attempts to parse a double from a string.
parseDouble(String, double) - Static method in class com.blackrook.redis.struct.Utils
Attempts to parse a double from a string.
parseFloat(String) - Static method in class com.blackrook.redis.struct.Utils
Attempts to parse a float from a string.
parseInt(String) - Static method in class com.blackrook.redis.struct.Utils
Attempts to parse an int from a string.
parseLong(String) - Static method in class com.blackrook.redis.struct.Utils
Attempts to parse a long from a string.
parseLong(String, long) - Static method in class com.blackrook.redis.struct.Utils
Attempts to parse a long from a string.
parseShort(String) - Static method in class com.blackrook.redis.struct.Utils
Attempts to parse a short from a string.
persist(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
persist(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
persist(String) - Method in class com.blackrook.redis.RedisConnection
 
persist(String) - Method in class com.blackrook.redis.RedisPipeline
 
pexpire(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
pexpire(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
pexpire(String, long) - Method in class com.blackrook.redis.RedisConnection
 
pexpire(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
pexpireat(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
pexpireat(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
pexpireat(String, long) - Method in class com.blackrook.redis.RedisConnection
 
pexpireat(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
pfadd(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisHyperlogCommands
pfadd(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
pfcount(String, String...) - Method in interface com.blackrook.redis.commands.RedisHyperlogCommands
pfcount(String, String...) - Method in class com.blackrook.redis.RedisConnection
 
pfmerge(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisHyperlogCommands
pfmerge(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
ping() - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
ping() - Method in class com.blackrook.redis.RedisConnection
 
PONG - Static variable in class com.blackrook.redis.enums.ReturnType
PONG return type.
psetex(String, long, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
psetex(String, long, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
psetex(String, long, String) - Method in class com.blackrook.redis.RedisConnection
 
psetex(String, long, String) - Method in class com.blackrook.redis.RedisPipeline
 
psubscribe(String...) - Method in interface com.blackrook.redis.commands.RedisPubSubCommands
psubscribe(String...) - Method in class com.blackrook.redis.RedisPubSubConnection
 
pttl(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
pttl(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
pttl(String) - Method in class com.blackrook.redis.RedisConnection
 
pttl(String) - Method in class com.blackrook.redis.RedisPipeline
 
publish(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
publish(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
publish(String, String) - Method in class com.blackrook.redis.RedisConnection
 
publish(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
pubsub(String, String...) - Method in interface com.blackrook.redis.commands.RedisServerCommands
pubsub(String, String...) - Method in class com.blackrook.redis.RedisServerConnection
 
pubsubChannels(String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
pubsubChannels(String) - Method in class com.blackrook.redis.RedisServerConnection
 
pubsubNumpat() - Method in interface com.blackrook.redis.commands.RedisServerCommands
pubsubNumpat() - Method in class com.blackrook.redis.RedisServerConnection
 
pubsubNumsub(String...) - Method in interface com.blackrook.redis.commands.RedisServerCommands
pubsubNumsub(String...) - Method in class com.blackrook.redis.RedisServerConnection
 
punsubscribe(String...) - Method in interface com.blackrook.redis.commands.RedisPubSubCommands
punsubscribe(String...) - Method in class com.blackrook.redis.RedisPubSubConnection
 

Q

quit() - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
quit() - Method in class com.blackrook.redis.RedisConnection
 

R

randomkey() - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
randomkey() - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
randomkey() - Method in class com.blackrook.redis.RedisConnection
 
randomkey() - Method in class com.blackrook.redis.RedisPipeline
 
RAW - Enum constant in enum com.blackrook.redis.enums.EncodingType
 
readArray() - Method in class com.blackrook.redis.io.RESPReader
Reads and expects an Array Reply from Redis.
readBulk(DataList, int) - Method in class com.blackrook.redis.io.RESPReader
Reads bytes until CRLF and returns how many bytes in the "string" (before CRLF).
reader - Variable in class com.blackrook.redis.RedisConnectionAbstract
The input wrapper.
readFrom(RESPReader) - Method in class com.blackrook.redis.enums.ReturnType
 
readInteger() - Method in class com.blackrook.redis.io.RESPReader
Reads and expects an Integer Reply from Redis.
readLine(DataList) - Method in class com.blackrook.redis.io.RESPReader
Reads bytes until CRLF and returns how many bytes in the "string" (before CRLF).
readObject() - Method in class com.blackrook.redis.io.RESPReader
Reads a full Redis data structure as a RedisObject.
readOK() - Method in class com.blackrook.redis.io.RESPReader
Reads and expects "OK" from Redis.
readPong() - Method in class com.blackrook.redis.io.RESPReader
Reads and expects "PONG" from Redis.
readQueued() - Method in class com.blackrook.redis.io.RESPReader
Reads and expects "QUEUED" from Redis.
readRaw() - Method in class com.blackrook.redis.io.RESPReader
Reads until a full Redis data structure is read.
readString() - Method in class com.blackrook.redis.io.RESPReader
Reads and expects a String Reply from Redis, bulk or otherwise.
reconnect() - Method in class com.blackrook.redis.RedisConnectionAbstract
Reconnects to a server.
RedisConnection - Class in com.blackrook.redis
A single connection to a Redis server.
RedisConnection() - Constructor for class com.blackrook.redis.RedisConnection
Creates an open connection to localhost, port 6379, the default Redis port.
RedisConnection(RedisInfo) - Constructor for class com.blackrook.redis.RedisConnection
Creates an open connection.
RedisConnection(String, int) - Constructor for class com.blackrook.redis.RedisConnection
Creates an open connection.
RedisConnection(String, int, String) - Constructor for class com.blackrook.redis.RedisConnection
Creates an open connection.
RedisConnectionAbstract - Class in com.blackrook.redis
A single connection to a Redis server.
RedisConnectionAbstract() - Constructor for class com.blackrook.redis.RedisConnectionAbstract
Creates an open connection to localhost, port 6379, the default Redis port.
RedisConnectionAbstract(RedisInfo) - Constructor for class com.blackrook.redis.RedisConnectionAbstract
Creates an open connection.
RedisConnectionAbstract(String, int) - Constructor for class com.blackrook.redis.RedisConnectionAbstract
Creates an open connection.
RedisConnectionAbstract(String, int, String) - Constructor for class com.blackrook.redis.RedisConnectionAbstract
Creates an open connection.
RedisConnectionCommands - Interface in com.blackrook.redis.commands
Interface for Redis connection commands.
RedisConnectionPool - Class in com.blackrook.redis
A connection pool for Redis socket connections.
RedisConnectionPool(int, RedisInfo) - Constructor for class com.blackrook.redis.RedisConnectionPool
Creates a connection pool using a connection to a host.
RedisConnectionPool(int, String, int, String) - Constructor for class com.blackrook.redis.RedisConnectionPool
Creates a connection pool using a connection to a host.
RedisCursor - Class in com.blackrook.redis.data
A cursor encapsulation for the result of a SCAN call.
RedisDebugCommands - Interface in com.blackrook.redis.commands
Specifies the Redis commands for issuing debug conmmands.
RedisDebugConnection - Class in com.blackrook.redis
A connection to Redis that only provides debug calls to the server.
RedisDebugConnection() - Constructor for class com.blackrook.redis.RedisDebugConnection
Creates an open connection to localhost, port 6379, the default Redis port.
RedisDebugConnection(RedisInfo) - Constructor for class com.blackrook.redis.RedisDebugConnection
Creates an open connection.
RedisDebugConnection(String, int) - Constructor for class com.blackrook.redis.RedisDebugConnection
Creates an open connection.
RedisDebugConnection(String, int, String) - Constructor for class com.blackrook.redis.RedisDebugConnection
Creates an open connection.
RedisDeferredCommands - Interface in com.blackrook.redis.commands
Interface for Redis connection stuff from deferred calls like pipelines or transactions that don't require immediate feedback.
RedisException - Exception Class in com.blackrook.redis.exception
An exception thrown during a Redis command or a read error.
RedisException() - Constructor for exception class com.blackrook.redis.exception.RedisException
 
RedisException(String) - Constructor for exception class com.blackrook.redis.exception.RedisException
 
RedisException(String, Throwable) - Constructor for exception class com.blackrook.redis.exception.RedisException
 
RedisException(Throwable) - Constructor for exception class com.blackrook.redis.exception.RedisException
 
RedisHyperlogCommands - Interface in com.blackrook.redis.commands
Interface for Redis HyperlogLog management.
RedisIgnore - Annotation Type in com.blackrook.redis.hints
Placing this annotation on public fields or getter/setter methods on POJOs hints at this field not being included in the resulting collection/table.
RedisInfo - Class in com.blackrook.redis
Contains info about a single Redis server.
RedisInfo(String, int) - Constructor for class com.blackrook.redis.RedisInfo
Creates a Redis info object, no timeout, nor password.
RedisInfo(String, int, int) - Constructor for class com.blackrook.redis.RedisInfo
Creates a Redis info object, no timeout, nor password.
RedisInfo(String, int, int, int) - Constructor for class com.blackrook.redis.RedisInfo
Creates a Redis info object, no password.
RedisInfo(String, int, String) - Constructor for class com.blackrook.redis.RedisInfo
Creates a Redis info object, no timeout.
RedisInfo(String, int, String, int) - Constructor for class com.blackrook.redis.RedisInfo
Creates a Redis info object, no timeout.
RedisInfo(String, int, String, int, int) - Constructor for class com.blackrook.redis.RedisInfo
Creates a Redis info object.
RedisMonitorConnection - Class in com.blackrook.redis
A connection to Redis that sends MONITOR to the database and constantly fires events on reception of responses.
RedisMonitorConnection(RedisMonitorListener...) - Constructor for class com.blackrook.redis.RedisMonitorConnection
Creates an open connection to localhost, port 6379, the default Redis port.
RedisMonitorConnection(RedisInfo, RedisMonitorListener...) - Constructor for class com.blackrook.redis.RedisMonitorConnection
Creates an open connection.
RedisMonitorConnection(String, int, RedisMonitorListener...) - Constructor for class com.blackrook.redis.RedisMonitorConnection
Creates an open connection.
RedisMonitorConnection(String, int, String, RedisMonitorListener...) - Constructor for class com.blackrook.redis.RedisMonitorConnection
Creates an open connection.
RedisMonitorDebugListener - Class in com.blackrook.redis.event
An adapter class for RedisMonitorListener that prints messages to a PrintStream when events are heard.
RedisMonitorDebugListener() - Constructor for class com.blackrook.redis.event.RedisMonitorDebugListener
Creates a listener that dumps to System.out.
RedisMonitorDebugListener(PrintStream) - Constructor for class com.blackrook.redis.event.RedisMonitorDebugListener
Creates a listener.
RedisMonitorEvent - Class in com.blackrook.redis.event
An event class that is emitted from a RedisMonitorConnection whenever it receives an event from the connection.
RedisMonitorListener - Interface in com.blackrook.redis.event
A listener for RedisMonitorConnections that encapsulate events received via a MONITOR connection.
RedisName - Annotation Type in com.blackrook.redis.hints
Placing this annotation on public fields or getter/setter methods on POJOs hints that this field uses a different field or column name in a collection or table.
RedisObject - Class in com.blackrook.redis.data
An object, received or sent to the Redis Server.
RedisObject.Type - Enum in com.blackrook.redis.data
Underlying object type.
RedisParseException - Exception Class in com.blackrook.redis.exception
An exception thrown during a Redis stream read error.
RedisParseException() - Constructor for exception class com.blackrook.redis.exception.RedisParseException
 
RedisParseException(String) - Constructor for exception class com.blackrook.redis.exception.RedisParseException
 
RedisParseException(String, Throwable) - Constructor for exception class com.blackrook.redis.exception.RedisParseException
 
RedisParseException(Throwable) - Constructor for exception class com.blackrook.redis.exception.RedisParseException
 
RedisPipeline - Class in com.blackrook.redis
A Redis Pipeline, created from a Redis Connection.
RedisPubSubCommands - Interface in com.blackrook.redis.commands
Interface for Redis commands related to Pub/Sub messaging.
RedisPubSubConnection - Class in com.blackrook.redis
A special Redis connection that is essentially a subscription to one or more Redis channels.
RedisPubSubConnection(RedisSubscriptionListener...) - Constructor for class com.blackrook.redis.RedisPubSubConnection
Creates an open connection to localhost, port 6379, the default Redis port.
RedisPubSubConnection(RedisInfo, RedisSubscriptionListener...) - Constructor for class com.blackrook.redis.RedisPubSubConnection
Creates an open connection.
RedisPubSubConnection(String, int, RedisSubscriptionListener...) - Constructor for class com.blackrook.redis.RedisPubSubConnection
Creates an open connection.
RedisPubSubConnection(String, int, String, RedisSubscriptionListener...) - Constructor for class com.blackrook.redis.RedisPubSubConnection
Creates an open connection.
RedisScanCommands - Interface in com.blackrook.redis.commands
Command interface for key/value iteration in Redis.
RedisServerCommands - Interface in com.blackrook.redis.commands
Interface of Redis server commands.
RedisServerConnection - Class in com.blackrook.redis
A connection to a Redis server primarily for server and administrative operations.
RedisServerConnection() - Constructor for class com.blackrook.redis.RedisServerConnection
Creates an open connection to localhost, port 6379, the default Redis port.
RedisServerConnection(RedisInfo) - Constructor for class com.blackrook.redis.RedisServerConnection
Creates an open connection.
RedisServerConnection(String, int) - Constructor for class com.blackrook.redis.RedisServerConnection
Creates an open connection.
RedisServerConnection(String, int, String) - Constructor for class com.blackrook.redis.RedisServerConnection
Creates an open connection.
RedisSubscriptionAdapter - Class in com.blackrook.redis.event
An adapter class for RedisSubscriptionListener.
RedisSubscriptionAdapter() - Constructor for class com.blackrook.redis.event.RedisSubscriptionAdapter
 
RedisSubscriptionDebugListener - Class in com.blackrook.redis.event
An adapter class for RedisSubscriptionListener that prints messages to a PrintStream when events are heard.
RedisSubscriptionDebugListener() - Constructor for class com.blackrook.redis.event.RedisSubscriptionDebugListener
Creates a listener that dumps to System.out.
RedisSubscriptionDebugListener(PrintStream) - Constructor for class com.blackrook.redis.event.RedisSubscriptionDebugListener
Creates a listener.
RedisSubscriptionListener - Interface in com.blackrook.redis.event
A listener class that listens on fired events from a Redis channel subscription.
RedisUserConnection - Class in com.blackrook.redis
A connection to Redis that allows completely open submission to Redis.
RedisUserConnection() - Constructor for class com.blackrook.redis.RedisUserConnection
Creates an open connection to localhost, port 6379, the default Redis port.
RedisUserConnection(RedisInfo) - Constructor for class com.blackrook.redis.RedisUserConnection
Creates an open connection.
RedisUserConnection(String, int) - Constructor for class com.blackrook.redis.RedisUserConnection
Creates an open connection.
RedisUserConnection(String, int, String) - Constructor for class com.blackrook.redis.RedisUserConnection
Creates an open connection.
releaseConnection(RedisConnection) - Method in class com.blackrook.redis.RedisConnectionPool
Releases a Redis connection back to this pool.
removeListeners(RedisMonitorListener...) - Method in class com.blackrook.redis.RedisMonitorConnection
Removes RedisSubscriptionListeners from this connection.
removeListeners(RedisSubscriptionListener...) - Method in class com.blackrook.redis.RedisPubSubConnection
Removes RedisSubscriptionListeners from this connection.
rename(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
rename(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
rename(String, String) - Method in class com.blackrook.redis.RedisConnection
 
rename(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
renamenx(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
renamenx(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
renamenx(String, String) - Method in class com.blackrook.redis.RedisConnection
 
renamenx(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
RESPReader - Class in com.blackrook.redis.io
Reader class for reading responses from a Redis Socket connection.
RESPReader(InputStream) - Constructor for class com.blackrook.redis.io.RESPReader
Creates a RedisReader attached to an input stream.
RESPWriter - Class in com.blackrook.redis.io
Writer class for writing requests to a Redis Socket.
RESPWriter(OutputStream) - Constructor for class com.blackrook.redis.io.RESPWriter
Opens a RedisWriter attached to an output stream.
RESPWriter(Writer) - Constructor for class com.blackrook.redis.io.RESPWriter
Opens a RedisWriter attached to a writer.
restore(String, long, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
restore(String, long, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
restore(String, long, String) - Method in class com.blackrook.redis.RedisConnection
 
restore(String, long, String) - Method in class com.blackrook.redis.RedisPipeline
 
ReturnType<C> - Class in com.blackrook.redis.enums
Enumeration of Redis return types, used for figuring out what to return sometimes.
rpop(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
rpop(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
rpop(String) - Method in class com.blackrook.redis.RedisConnection
 
rpop(String) - Method in class com.blackrook.redis.RedisPipeline
 
rpopLong(String) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.rpop(String), except it casts the value to a long integer.
rpoplpush(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
rpoplpush(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
rpoplpush(String, String) - Method in class com.blackrook.redis.RedisConnection
 
rpoplpush(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
rpoplpushLong(String, String) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.rpoplpush(String, String), except it casts the value to a long integer.
rpush(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
rpush(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
rpush(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
rpush(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
rpushx(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
rpushx(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
rpushx(String, String) - Method in class com.blackrook.redis.RedisConnection
 
rpushx(String, String) - Method in class com.blackrook.redis.RedisPipeline
 

S

sadd(String, Object, Object...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sadd(String, Object, Object...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sadd(String, Object, Object...) - Method in class com.blackrook.redis.RedisConnection
 
sadd(String, Object, Object...) - Method in class com.blackrook.redis.RedisPipeline
sadd(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sadd(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sadd(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
sadd(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
save() - Method in interface com.blackrook.redis.commands.RedisServerCommands
save() - Method in class com.blackrook.redis.RedisServerConnection
 
scan(long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
scan(long) - Method in class com.blackrook.redis.RedisConnection
 
scan(long, long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
scan(long, long) - Method in class com.blackrook.redis.RedisConnection
 
scan(long, String) - Method in interface com.blackrook.redis.commands.RedisScanCommands
scan(long, String) - Method in class com.blackrook.redis.RedisConnection
 
scan(long, String, Long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
scan(long, String, Long) - Method in class com.blackrook.redis.RedisConnection
 
scard(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
scard(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
scard(String) - Method in class com.blackrook.redis.RedisConnection
 
scard(String) - Method in class com.blackrook.redis.RedisPipeline
 
scriptExists(String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
scriptExists(String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
scriptExists(String, String...) - Method in class com.blackrook.redis.RedisConnection
 
scriptExists(String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
scriptFlush() - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
scriptFlush() - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
scriptFlush() - Method in class com.blackrook.redis.RedisConnection
 
scriptFlush() - Method in class com.blackrook.redis.RedisPipeline
 
scriptKill(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
scriptKill(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
scriptKill(String) - Method in class com.blackrook.redis.RedisConnection
 
scriptKill(String) - Method in class com.blackrook.redis.RedisPipeline
 
scriptLoad(File) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
scriptLoad(File) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
scriptLoad(File) - Method in class com.blackrook.redis.RedisConnection
scriptLoad(File) - Method in class com.blackrook.redis.RedisPipeline
scriptLoad(InputStream) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
scriptLoad(InputStream) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
scriptLoad(InputStream) - Method in class com.blackrook.redis.RedisConnection
scriptLoad(InputStream) - Method in class com.blackrook.redis.RedisPipeline
scriptLoad(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
scriptLoad(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
scriptLoad(String) - Method in class com.blackrook.redis.RedisConnection
 
scriptLoad(String) - Method in class com.blackrook.redis.RedisPipeline
 
sdiff(String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sdiff(String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sdiff(String, String...) - Method in class com.blackrook.redis.RedisConnection
 
sdiff(String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
sdiffstore(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sdiffstore(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sdiffstore(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
sdiffstore(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
sendCommandString(String) - Method in class com.blackrook.redis.RedisUserConnection
Sends a request to a Redis server in the form of a literal command.
sendRequest(Object...) - Method in class com.blackrook.redis.RedisUserConnection
Sends a raw request to a Redis server in the form of a literal command, already separated into tokens.
sendRequest(String...) - Method in class com.blackrook.redis.RedisUserConnection
Sends a request to a Redis server in the form of a literal command, already separated into tokens.
set(int, double) - Method in class com.blackrook.redis.data.RedisObject
If this is an array, this sets an element at a specific index in it.
set(int, long) - Method in class com.blackrook.redis.data.RedisObject
If this is an array, this sets an element at a specific index in it.
set(int, RedisObject) - Method in class com.blackrook.redis.data.RedisObject
If this is an array, this sets an element at a specific index in it.
set(int, String) - Method in class com.blackrook.redis.data.RedisObject
If this is an array, this sets an element at a specific index in it.
set(int, String[]) - Method in class com.blackrook.redis.data.RedisObject
If this is an array, this sets an element at a specific index in it.
set(String, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
set(String, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
set(String, Number) - Method in class com.blackrook.redis.RedisConnection
 
set(String, Number) - Method in class com.blackrook.redis.RedisPipeline
 
set(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
set(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
set(String, String) - Method in class com.blackrook.redis.RedisConnection
 
set(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
SET - Enum constant in enum com.blackrook.redis.enums.DataType
Set type.
setbit(String, long, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
setbit(String, long, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
setbit(String, long, long) - Method in class com.blackrook.redis.RedisConnection
 
setbit(String, long, long) - Method in class com.blackrook.redis.RedisPipeline
 
setCapacity(int) - Method in class com.blackrook.redis.struct.DataList
Sets this buffer's capacity to some value.
setCapacityIncrement(int) - Method in class com.blackrook.redis.struct.DataList
Sets the capacity increment value.
setex(String, long, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
setex(String, long, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
setex(String, long, String) - Method in class com.blackrook.redis.RedisConnection
 
setex(String, long, String) - Method in class com.blackrook.redis.RedisPipeline
 
setFieldValue(Object, Field, Object) - Static method in class com.blackrook.redis.struct.Utils
Sets the value of a field on an object.
setnx(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
setnx(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
setnx(String, String) - Method in class com.blackrook.redis.RedisConnection
 
setnx(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
setrange(String, long, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
setrange(String, long, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
setrange(String, long, String) - Method in class com.blackrook.redis.RedisConnection
 
setrange(String, long, String) - Method in class com.blackrook.redis.RedisPipeline
 
setValue(V) - Method in class com.blackrook.redis.data.KeyValue
Sets the value to a new value.
shutdown(boolean) - Method in interface com.blackrook.redis.commands.RedisServerCommands
shutdown(boolean) - Method in class com.blackrook.redis.RedisServerConnection
 
sinter(String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sinter(String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sinter(String, String...) - Method in class com.blackrook.redis.RedisConnection
 
sinter(String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
sinterstore(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sinterstore(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sinterstore(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
sinterstore(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
sismember(String, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sismember(String, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sismember(String, Number) - Method in class com.blackrook.redis.RedisConnection
 
sismember(String, Number) - Method in class com.blackrook.redis.RedisPipeline
 
sismember(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sismember(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sismember(String, String) - Method in class com.blackrook.redis.RedisConnection
 
sismember(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
size() - Method in class com.blackrook.redis.struct.DataList
 
SKIPLIST - Enum constant in enum com.blackrook.redis.enums.EncodingType
 
slaveof(String, String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
slaveof(String, String) - Method in class com.blackrook.redis.RedisServerConnection
 
slaveofNoOne() - Method in interface com.blackrook.redis.commands.RedisServerCommands
slaveofNoOne() - Method in class com.blackrook.redis.RedisServerConnection
 
sleep(long) - Static method in class com.blackrook.redis.struct.Utils
Calls Thread.sleep() but in an encapsulated try to avoid catching InterruptedException.
sleep(long, int) - Static method in class com.blackrook.redis.struct.Utils
Calls Thread.sleep() but in an encapsulated try to avoid catching InterruptedException.
slowlog(String, String) - Method in interface com.blackrook.redis.commands.RedisServerCommands
slowlog(String, String) - Method in class com.blackrook.redis.RedisServerConnection
 
slowlogGet(long) - Method in interface com.blackrook.redis.commands.RedisServerCommands
slowlogGet(long) - Method in class com.blackrook.redis.RedisServerConnection
 
slowlogLen() - Method in interface com.blackrook.redis.commands.RedisServerCommands
slowlogLen() - Method in class com.blackrook.redis.RedisServerConnection
 
slowlogReset() - Method in interface com.blackrook.redis.commands.RedisServerCommands
slowlogReset() - Method in class com.blackrook.redis.RedisServerConnection
 
smembers(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
smembers(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
smembers(String) - Method in class com.blackrook.redis.RedisConnection
 
smembers(String) - Method in class com.blackrook.redis.RedisPipeline
 
smove(String, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
smove(String, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
smove(String, String, String) - Method in class com.blackrook.redis.RedisConnection
 
smove(String, String, String) - Method in class com.blackrook.redis.RedisPipeline
 
sort(String, String, SortOrder, boolean, Long, Long, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sort(String, String, SortOrder, boolean, Long, Long, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sort(String, String, SortOrder, boolean, Long, Long, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
sort(String, String, SortOrder, boolean, Long, Long, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
SortOrder - Enum in com.blackrook.redis.enums
Sort order for SORT calls.
specialDouble(double) - Method in class com.blackrook.redis.RedisConnection
Converts some of Java's primitive doubles to Redis interval values.
specialDouble(double) - Method in class com.blackrook.redis.RedisPipeline
Converts some of Java's primitive doubles to Redis interval values.
spop(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
spop(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
spop(String) - Method in class com.blackrook.redis.RedisConnection
 
spop(String) - Method in class com.blackrook.redis.RedisPipeline
 
spopLong(String) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.spop(String), except it casts the value to a long integer.
srandmember(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
srandmember(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
srandmember(String) - Method in class com.blackrook.redis.RedisConnection
 
srandmember(String) - Method in class com.blackrook.redis.RedisPipeline
 
srandmember(String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
srandmember(String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
srandmember(String, long) - Method in class com.blackrook.redis.RedisConnection
 
srandmember(String, long) - Method in class com.blackrook.redis.RedisPipeline
 
srem(String, Object, Object...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
srem(String, Object, Object...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
srem(String, Object, Object...) - Method in class com.blackrook.redis.RedisConnection
 
srem(String, Object, Object...) - Method in class com.blackrook.redis.RedisPipeline
 
srem(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
srem(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
srem(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
srem(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
sscan(String, long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
sscan(String, long) - Method in class com.blackrook.redis.RedisConnection
 
sscan(String, long, long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
sscan(String, long, long) - Method in class com.blackrook.redis.RedisConnection
 
sscan(String, long, String) - Method in interface com.blackrook.redis.commands.RedisScanCommands
sscan(String, long, String) - Method in class com.blackrook.redis.RedisConnection
 
sscan(String, String, String, Long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
sscan(String, String, String, Long) - Method in class com.blackrook.redis.RedisConnection
 
startPipeline() - Method in class com.blackrook.redis.RedisConnection
Creates a pipelined set of commands.
STRING - Enum constant in enum com.blackrook.redis.data.RedisObject.Type
 
STRING - Enum constant in enum com.blackrook.redis.enums.DataType
String type.
STRING - Static variable in class com.blackrook.redis.enums.ReturnType
STRING return type.
STRINGPAIR - Static variable in class com.blackrook.redis.enums.ReturnType
STRINGPAIR return type.
strlen(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
strlen(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
strlen(String) - Method in class com.blackrook.redis.RedisConnection
 
strlen(String) - Method in class com.blackrook.redis.RedisPipeline
 
subscribe(String...) - Method in interface com.blackrook.redis.commands.RedisPubSubCommands
subscribe(String...) - Method in class com.blackrook.redis.RedisPubSubConnection
 
SUM - Enum constant in enum com.blackrook.redis.enums.Aggregation
 
sunion(String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sunion(String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sunion(String, String...) - Method in class com.blackrook.redis.RedisConnection
 
sunion(String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
sunionstore(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
sunionstore(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
sunionstore(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
sunionstore(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 

T

time() - Method in interface com.blackrook.redis.commands.RedisServerCommands
time() - Method in class com.blackrook.redis.RedisServerConnection
 
toByteArray() - Method in class com.blackrook.redis.struct.DataList
Returns the bytes in this vector into an array.
toString() - Method in class com.blackrook.redis.data.KeyValue
 
toString() - Method in class com.blackrook.redis.data.RedisObject
 
toString() - Method in class com.blackrook.redis.struct.DataList
 
ttl(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
ttl(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
ttl(String) - Method in class com.blackrook.redis.RedisConnection
 
ttl(String) - Method in class com.blackrook.redis.RedisPipeline
 
TTL_NO_EXPIRE - Static variable in interface com.blackrook.redis.commands.RedisConnectionCommands
TTL error - no expire.
TTL_NOT_EXIST - Static variable in interface com.blackrook.redis.commands.RedisConnectionCommands
TTL error - not exist.
type(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
type(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
type(String) - Method in class com.blackrook.redis.RedisConnection
 
type(String) - Method in class com.blackrook.redis.RedisPipeline
 
TypeConverter - Class in com.blackrook.redis.struct
Type converter class for converting types to others.
TypeConverter(TypeProfileFactory) - Constructor for class com.blackrook.redis.struct.TypeConverter
Creates a type profiler.
TypeProfileFactory - Class in com.blackrook.redis.struct
A factory that produces type profiles for POJOs and data objects.
TypeProfileFactory(TypeProfileFactory.MemberPolicy) - Constructor for class com.blackrook.redis.struct.TypeProfileFactory
Creates a new TypeProfileFactory.
TypeProfileFactory.MemberPolicy - Interface in com.blackrook.redis.struct
An interface for figuring out whether to ignore certain fields or methods on an object that a profile is being generated for (if they are already going to pass testing for includable fields).
TypeProfileFactory.Profile<T> - Class in com.blackrook.redis.struct
Type profile for an unknown object that has an ambiguous signature for applying values to POJOs and beans.
TypeProfileFactory.Profile.FieldInfo - Class in com.blackrook.redis.struct
Field information.
TypeProfileFactory.Profile.MethodInfo - Class in com.blackrook.redis.struct
Method signature.

U

unsubscribe(String...) - Method in interface com.blackrook.redis.commands.RedisPubSubCommands
unsubscribe(String...) - Method in class com.blackrook.redis.RedisPubSubConnection
 
Utils - Class in com.blackrook.redis.struct
A utility class.

V

value - Variable in class com.blackrook.redis.data.KeyValue
The value object in the pair.
value() - Element in annotation type com.blackrook.redis.hints.RedisName
Specifies the column/field name.
valueOf(String) - Static method in enum com.blackrook.redis.data.RedisObject.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blackrook.redis.enums.Aggregation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blackrook.redis.enums.BitwiseOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blackrook.redis.enums.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blackrook.redis.enums.EncodingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blackrook.redis.enums.SortOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.blackrook.redis.data.RedisObject.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blackrook.redis.enums.Aggregation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blackrook.redis.enums.BitwiseOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blackrook.redis.enums.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blackrook.redis.enums.EncodingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blackrook.redis.enums.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeArray(Iterable) - Method in class com.blackrook.redis.io.RESPWriter
Writes a bulk string array.
writeArray(Object...) - Method in class com.blackrook.redis.io.RESPWriter
Writes a bulk string array.
writeArray(String...) - Method in class com.blackrook.redis.io.RESPWriter
Writes a bulk string array.
writeBulkString(String) - Method in class com.blackrook.redis.io.RESPWriter
Writes a bulk string to output.
writeBulkString(String, boolean) - Method in class com.blackrook.redis.io.RESPWriter
Writes a bulk string.
writeChar(char) - Method in class com.blackrook.redis.io.RESPWriter
Writes a character to output.
writeCommand(String) - Method in class com.blackrook.redis.io.RESPWriter
Writes a Redis command as though it will be executed from a REPL-like command prompt.
writeError(String) - Method in class com.blackrook.redis.io.RESPWriter
Writes an error to output.
writeNull() - Method in class com.blackrook.redis.io.RESPWriter
Writes a null object.
writeNull(boolean) - Method in class com.blackrook.redis.io.RESPWriter
Writes a null object.
writeNullArray() - Method in class com.blackrook.redis.io.RESPWriter
Writes a null object.
writeNumber(Number) - Method in class com.blackrook.redis.io.RESPWriter
Writes a number to output.
writeNumber(Number, boolean) - Method in class com.blackrook.redis.io.RESPWriter
Writes a number to output.
writeObject(RedisObject) - Method in class com.blackrook.redis.io.RESPWriter
Writes a full object that represents a Redis request.
writer - Variable in class com.blackrook.redis.RedisConnectionAbstract
The output wrapper.
writeRaw(String) - Method in class com.blackrook.redis.io.RESPWriter
Writes raw content into this writer and flushes it.
writeSimpleString(String) - Method in class com.blackrook.redis.io.RESPWriter
Writes a simple string to output.
writeSimpleString(String, boolean) - Method in class com.blackrook.redis.io.RESPWriter
Writes a bulk string to output.

X

XOR - Enum constant in enum com.blackrook.redis.enums.BitwiseOperation
 

Z

zadd(String, double, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zadd(String, double, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zadd(String, double, Number) - Method in class com.blackrook.redis.RedisConnection
 
zadd(String, double, Number) - Method in class com.blackrook.redis.RedisPipeline
 
zadd(String, double, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zadd(String, double, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zadd(String, double, String) - Method in class com.blackrook.redis.RedisConnection
 
zadd(String, double, String) - Method in class com.blackrook.redis.RedisPipeline
 
zadd(String, KeyValue...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zadd(String, KeyValue...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zadd(String, KeyValue...) - Method in class com.blackrook.redis.RedisConnection
 
zadd(String, KeyValue...) - Method in class com.blackrook.redis.RedisPipeline
 
zcard(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zcard(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zcard(String) - Method in class com.blackrook.redis.RedisConnection
 
zcard(String) - Method in class com.blackrook.redis.RedisPipeline
 
zcount(String, double, double) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zcount(String, String, String), except it accepts doubles for min and max, not strings.
zcount(String, double, double) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zcount(String, String, String), except it accepts doubles for min and max, not strings.
zcount(String, double, double) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.zcount(String, String, String), except it accepts doubles for min and max, not strings.
zcount(String, double, double) - Method in class com.blackrook.redis.RedisPipeline
Like RedisPipeline.zcount(String, String, String), except it accepts doubles for min and max, not strings.
zcount(String, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zcount(String, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zcount(String, String, String) - Method in class com.blackrook.redis.RedisConnection
 
zcount(String, String, String) - Method in class com.blackrook.redis.RedisPipeline
 
zincrby(String, double, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zincrby(String, double, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zincrby(String, double, String) - Method in class com.blackrook.redis.RedisConnection
 
zincrby(String, double, String) - Method in class com.blackrook.redis.RedisPipeline
 
zinterstore(String, double[], Aggregation, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zinterstore(String, double[], Aggregation, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zinterstore(String, double[], Aggregation, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
zinterstore(String, double[], Aggregation, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
zinterstore(String, double[], String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zinterstore(String, double[], String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zinterstore(String, double[], String, String...) - Method in class com.blackrook.redis.RedisConnection
 
zinterstore(String, double[], String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
zinterstore(String, Aggregation, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zinterstore(String, double[], Aggregation, String, String...), except no weights are applied to the source value scores.
zinterstore(String, Aggregation, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zinterstore(String, double[], Aggregation, String, String...), except no weights are applied to the source value scores.
zinterstore(String, Aggregation, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
zinterstore(String, Aggregation, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
zinterstore(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zinterstore(String, double[], Aggregation, String, String...), except no weights are applied to the source value scores, and does no aggregation of scores.
zinterstore(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zinterstore(String, double[], Aggregation, String, String...), except no weights are applied to the source value scores, and does no aggregation of scores.
zinterstore(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
zinterstore(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
ZIPLIST - Enum constant in enum com.blackrook.redis.enums.EncodingType
 
ZIPMAP - Enum constant in enum com.blackrook.redis.enums.EncodingType
 
zlexcount(String, double, double) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zlexcount(String, String, String), except it accepts doubles for min and max, not strings.
zlexcount(String, double, double) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zlexcount(String, String, String), except it accepts doubles for min and max, not strings.
zlexcount(String, double, double) - Method in class com.blackrook.redis.RedisConnection
 
zlexcount(String, double, double) - Method in class com.blackrook.redis.RedisPipeline
 
zlexcount(String, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zlexcount(String, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zlexcount(String, String, String) - Method in class com.blackrook.redis.RedisConnection
 
zlexcount(String, String, String) - Method in class com.blackrook.redis.RedisPipeline
 
zrange(String, long, long, boolean) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrange(String, long, long, boolean) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrange(String, long, long, boolean) - Method in class com.blackrook.redis.RedisConnection
 
zrange(String, long, long, boolean) - Method in class com.blackrook.redis.RedisPipeline
 
zrangebylex(String, double, double) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zrangebylex(String, String, String), except it accepts doubles for min and max, not strings, with no limit.
zrangebylex(String, double, double) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zrangebylex(String, String, String), except it accepts doubles for min and max, not strings, with no limit.
zrangebylex(String, double, double) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.zrangebylex(String, String, String), except it accepts doubles for min and max, not strings, with no limit.
zrangebylex(String, double, double) - Method in class com.blackrook.redis.RedisPipeline
Like RedisPipeline.zrangebylex(String, String, String), except it accepts doubles for min and max, not strings, with no limit.
zrangebylex(String, double, double, Long, Long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zrangebylex(String, String, String, Long, Long), except it accepts doubles for min and max, not strings.
zrangebylex(String, double, double, Long, Long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zrangebylex(String, String, String, Long, Long), except it accepts doubles for min and max, not strings.
zrangebylex(String, double, double, Long, Long) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.zrangebylex(String, String, String, Long, Long), except it accepts doubles for min and max, not strings.
zrangebylex(String, double, double, Long, Long) - Method in class com.blackrook.redis.RedisPipeline
Like RedisPipeline.zrangebylex(String, String, String, Long, Long), except it accepts doubles for min and max, not strings.
zrangebylex(String, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrangebylex(String, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrangebylex(String, String, String) - Method in class com.blackrook.redis.RedisConnection
zrangebylex(String, String, String) - Method in class com.blackrook.redis.RedisPipeline
zrangebylex(String, String, String, Long, Long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrangebylex(String, String, String, Long, Long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrangebylex(String, String, String, Long, Long) - Method in class com.blackrook.redis.RedisConnection
 
zrangebylex(String, String, String, Long, Long) - Method in class com.blackrook.redis.RedisPipeline
 
zrangebyscore(String, double, double, boolean) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zrangebyscore(String, String, String, boolean), except it accepts doubles for min and max, not strings.
zrangebyscore(String, double, double, boolean) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zrangebyscore(String, String, String, boolean), except it accepts doubles for min and max, not strings.
zrangebyscore(String, double, double, boolean) - Method in class com.blackrook.redis.RedisConnection
 
zrangebyscore(String, double, double, boolean) - Method in class com.blackrook.redis.RedisPipeline
 
zrangebyscore(String, double, double, boolean, Long, Long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zrangebyscore(String, String, String, boolean, Long, Long), except it accepts doubles for min and max, not strings.
zrangebyscore(String, double, double, boolean, Long, Long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zrangebyscore(String, String, String, boolean, Long, Long), except it accepts doubles for min and max, not strings.
zrangebyscore(String, double, double, boolean, Long, Long) - Method in class com.blackrook.redis.RedisConnection
 
zrangebyscore(String, double, double, boolean, Long, Long) - Method in class com.blackrook.redis.RedisPipeline
 
zrangebyscore(String, String, String, boolean) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrangebyscore(String, String, String, boolean) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrangebyscore(String, String, String, boolean) - Method in class com.blackrook.redis.RedisConnection
 
zrangebyscore(String, String, String, boolean) - Method in class com.blackrook.redis.RedisPipeline
 
zrangebyscore(String, String, String, boolean, Long, Long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrangebyscore(String, String, String, boolean, Long, Long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrangebyscore(String, String, String, boolean, Long, Long) - Method in class com.blackrook.redis.RedisConnection
 
zrangebyscore(String, String, String, boolean, Long, Long) - Method in class com.blackrook.redis.RedisPipeline
 
zrank(String, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrank(String, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrank(String, Number) - Method in class com.blackrook.redis.RedisConnection
 
zrank(String, Number) - Method in class com.blackrook.redis.RedisPipeline
 
zrank(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrank(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrank(String, String) - Method in class com.blackrook.redis.RedisConnection
 
zrank(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
zrem(String, Number, Number...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrem(String, Number, Number...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrem(String, Number, Number...) - Method in class com.blackrook.redis.RedisConnection
 
zrem(String, Number, Number...) - Method in class com.blackrook.redis.RedisPipeline
 
zrem(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrem(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrem(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
zrem(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
zremrangebylex(String, double, double) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zrangebylex(String, String, String), except it accepts doubles for min and max.
zremrangebylex(String, double, double) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zrangebylex(String, String, String), except it accepts doubles for min and max.
zremrangebylex(String, double, double) - Method in class com.blackrook.redis.RedisConnection
 
zremrangebylex(String, double, double) - Method in class com.blackrook.redis.RedisPipeline
 
zremrangebylex(String, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zremrangebylex(String, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zremrangebylex(String, String, String) - Method in class com.blackrook.redis.RedisConnection
 
zremrangebylex(String, String, String) - Method in class com.blackrook.redis.RedisPipeline
 
zremrangebyrank(String, long, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zremrangebyrank(String, long, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zremrangebyrank(String, long, long) - Method in class com.blackrook.redis.RedisConnection
 
zremrangebyrank(String, long, long) - Method in class com.blackrook.redis.RedisPipeline
 
zremrangebyscore(String, double, double) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zremrangebyscore(String, String, String), except it accepts doubles for min and max, not strings.
zremrangebyscore(String, double, double) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zremrangebyscore(String, String, String), except it accepts doubles for min and max, not strings.
zremrangebyscore(String, double, double) - Method in class com.blackrook.redis.RedisConnection
Like RedisConnection.zremrangebyscore(String, String, String), except it accepts doubles for min and max, not strings.
zremrangebyscore(String, double, double) - Method in class com.blackrook.redis.RedisPipeline
Like RedisPipeline.zremrangebyscore(String, String, String), except it accepts doubles for min and max, not strings.
zremrangebyscore(String, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zremrangebyscore(String, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zremrangebyscore(String, String, String) - Method in class com.blackrook.redis.RedisConnection
 
zremrangebyscore(String, String, String) - Method in class com.blackrook.redis.RedisPipeline
 
zrevrange(String, long, long, boolean) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrevrange(String, long, long, boolean) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrevrange(String, long, long, boolean) - Method in class com.blackrook.redis.RedisConnection
 
zrevrange(String, long, long, boolean) - Method in class com.blackrook.redis.RedisPipeline
 
zrevrangebyscore(String, double, double, boolean) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zrevrangebyscore(String, String, String, boolean), except it accepts doubles for min and max, not strings.
zrevrangebyscore(String, double, double, boolean) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zrevrangebyscore(String, String, String, boolean), except it accepts doubles for min and max, not strings.
zrevrangebyscore(String, double, double, boolean) - Method in class com.blackrook.redis.RedisConnection
 
zrevrangebyscore(String, double, double, boolean) - Method in class com.blackrook.redis.RedisPipeline
 
zrevrangebyscore(String, double, double, boolean, Long, Long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zrevrangebyscore(String, String, String, boolean, Long, Long), except it accepts doubles for min and max, not strings.
zrevrangebyscore(String, double, double, boolean, Long, Long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zrevrangebyscore(String, String, String, boolean, Long, Long), except it accepts doubles for min and max, not strings.
zrevrangebyscore(String, double, double, boolean, Long, Long) - Method in class com.blackrook.redis.RedisConnection
 
zrevrangebyscore(String, double, double, boolean, Long, Long) - Method in class com.blackrook.redis.RedisPipeline
 
zrevrangebyscore(String, String, String, boolean) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrevrangebyscore(String, String, String, boolean) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrevrangebyscore(String, String, String, boolean) - Method in class com.blackrook.redis.RedisConnection
 
zrevrangebyscore(String, String, String, boolean) - Method in class com.blackrook.redis.RedisPipeline
 
zrevrangebyscore(String, String, String, boolean, Long, Long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrevrangebyscore(String, String, String, boolean, Long, Long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrevrangebyscore(String, String, String, boolean, Long, Long) - Method in class com.blackrook.redis.RedisConnection
 
zrevrangebyscore(String, String, String, boolean, Long, Long) - Method in class com.blackrook.redis.RedisPipeline
 
zrevrank(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zrevrank(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zrevrank(String, String) - Method in class com.blackrook.redis.RedisConnection
 
zrevrank(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
zscan(String, long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
zscan(String, long) - Method in class com.blackrook.redis.RedisConnection
 
zscan(String, long, long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
zscan(String, long, long) - Method in class com.blackrook.redis.RedisConnection
 
zscan(String, long, String) - Method in interface com.blackrook.redis.commands.RedisScanCommands
zscan(String, long, String) - Method in class com.blackrook.redis.RedisConnection
 
zscan(String, long, String, Long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
zscan(String, long, String, Long) - Method in class com.blackrook.redis.RedisConnection
 
zscore(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zscore(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zscore(String, String) - Method in class com.blackrook.redis.RedisConnection
 
zscore(String, String) - Method in class com.blackrook.redis.RedisPipeline
 
ZSET - Enum constant in enum com.blackrook.redis.enums.DataType
Sorted set type.
zunionstore(String, double[], Aggregation, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zunionstore(String, double[], Aggregation, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zunionstore(String, double[], Aggregation, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
zunionstore(String, double[], Aggregation, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
zunionstore(String, double[], String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
zunionstore(String, double[], String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
zunionstore(String, double[], String, String...) - Method in class com.blackrook.redis.RedisConnection
 
zunionstore(String, double[], String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
zunionstore(String, Aggregation, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zunionstore(String, double[], Aggregation, String, String...), except no weights are applied to the source value scores.
zunionstore(String, Aggregation, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zunionstore(String, double[], Aggregation, String, String...), except no weights are applied to the source value scores.
zunionstore(String, Aggregation, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
zunionstore(String, Aggregation, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
zunionstore(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
Like RedisConnectionCommands.zunionstore(String, double[], Aggregation, String, String...), except no weights are applied to the source value scores, and does no aggregation of scores.
zunionstore(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
Like RedisDeferredCommands.zunionstore(String, double[], Aggregation, String, String...), except no weights are applied to the source value scores, and does no aggregation of scores.
zunionstore(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
 
zunionstore(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form