package commands
- Alphabetic
- Public
- Protected
Type Members
- final class HashCommands[K, V] extends AnyRef
Exposes the set of redis hash commands.
Exposes the set of redis hash commands.
Does not yet support
incrByFloat
- See also
- final class KeyCommands[K, V] extends AnyRef
Exposes the set of redis key commands available.
Exposes the set of redis key commands available.
- See also
- class ListCommands[K, V] extends AnyRef
Exposes the set of redis list commands available.
Exposes the set of redis list commands available.
- See also
List commands reference. Does not support
bLPop
,bRPop
,bRPopLPush
andlPushX
.
- final class ServerCommands[K, V] extends AnyRef
Exposes the set of redis **server** commands available.
Exposes the set of redis **server** commands available.
- Note
Does yet not support
clientCaching
,clientGetredir
,commandCount,
clientKill,
bgRewriteAOF.
- See also
- final class SetCommands[K, V] extends AnyRef
Exposes the set of redis **set** commands available.
Exposes the set of redis **set** commands available.
- See also
- class SortedSetCommands[K, V] extends AnyRef
Exposes the set of redis sorted set commands available.
Exposes the set of redis sorted set commands available.
- Note
Does yet not support
zRevRange
,zRevRangeWithScores
,zRemRangeByRank
.- See also
- final class StringCommands[K, V] extends AnyRef
Exposes the set of redis string commands available.
Exposes the set of redis string commands available.
- Note
Does not support
bitfield
.- See also
Value Members
- object ListCommands
- object ServerCommands
- object SortedSetCommands