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 All Packages
All Classes All Packages
All Classes All Packages
A
- addListener(RedisMonitorListener...) - Method in class com.blackrook.redis.RedisMonitorConnection
-
Adds
RedisMonitorListener
s to this connection. - addListener(RedisSubscriptionListener...) - Method in class com.blackrook.redis.RedisPubSubConnection
-
Adds
RedisSubscriptionListener
s to this connection. - Aggregation - Enum in com.blackrook.redis.enums
-
Aggregate function for union/intersection queries.
- AND - 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 - com.blackrook.redis.data.RedisObject.Type
- ARRAY - Static variable in class com.blackrook.redis.enums.ReturnType
-
ARRAY return type.
- ASC - 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.
All Classes All Packages