dedis library

Classes

Commands<K, V>
All commands type inherited
CommandsClient<K, V>
Implementation of Commands
IntDecoder
builtin String to int decoder
IntEncoder
builtin int to String encoder
KeysCommands<K, V>
key-value operation commands
ListCommands<K, V>
list operation commands
PubSubCommands<V>
pubsub operation commands
RedisClient
Redis Client
RedisCodec<T>
encoder and decoder pair
RedisConverter<S, D>
converter base class convert S to D
StringDecoder
builtin String to String decoder
StringEncoder
builtin String to String encoder
TransactionCommands<K, V>
transaction operation commands

Typedefs

RedisDecoder<T> = RedisConverter<String, T>
convert to T from String
RedisEncoder<T> = RedisConverter<T, String>
convert to String from T