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
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 - 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
All Classes All Packages