package algebra
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Auth[F[_]] extends AnyRef
- trait AutoFlush[F[_]] extends AnyRef
- sealed trait BitCommandOperation extends AnyRef
- trait BitCommands[F[_], K, V] extends AnyRef
- trait Client[F[_], K] extends AnyRef
- trait ConnectionCommands[F[_], K] extends Ping[F] with Auth[F] with Client[F, K]
- trait Decrement[F[_], K, V] extends AnyRef
- trait Diagnostic[F[_]] extends AnyRef
- trait Flush[F[_], K] extends AnyRef
- trait Functions[F[_], K, V] extends AnyRef
- trait GeoCommands[F[_], K, V] extends GeoGetter[F, K, V] with GeoSetter[F, K, V]
- trait GeoGetter[F[_], K, V] extends AnyRef
- trait GeoSetter[F[_], K, V] extends AnyRef
- trait Getter[F[_], K, V] extends AnyRef
- trait HashCommands[F[_], K, V] extends HashGetter[F, K, V] with HashSetter[F, K, V] with HashIncrement[F, K, V]
- trait HashGetter[F[_], K, V] extends AnyRef
- trait HashIncrement[F[_], K, V] extends AnyRef
- trait HashSetter[F[_], K, V] extends AnyRef
- trait HighLevelTx[F[_]] extends AnyRef
- trait HyperLogLogCommands[F[_], K, V] extends AnyRef
- trait Increment[F[_], K, V] extends AnyRef
- trait KeyCommands[F[_], K] extends AnyRef
- trait ListBlocking[F[_], K, V] extends AnyRef
- trait ListCommands[F[_], K, V] extends ListBlocking[F, K, V] with ListGetter[F, K, V] with ListSetter[F, K, V] with ListPushPop[F, K, V]
- trait ListGetter[F[_], K, V] extends AnyRef
- trait ListPushPop[F[_], K, V] extends AnyRef
- trait ListSetter[F[_], K, V] extends AnyRef
- trait MultiKey[F[_], K, V] extends AnyRef
- trait Ping[F[_]] extends AnyRef
- trait PipelineCommands[F[_]] extends AutoFlush[F]
- trait Pipelining[F[_]] extends AnyRef
- trait ScriptCommands[F[_], K, V] extends Scripting[F, K, V] with Functions[F, K, V]
- trait Scripting[F[_], K, V] extends AnyRef
- trait ServerCommands[F[_], K] extends Flush[F, K] with Diagnostic[F]
- trait SetCommands[F[_], K, V] extends SetGetter[F, K, V] with SetSetter[F, K, V] with SetDeletion[F, K, V]
- trait SetDeletion[F[_], K, V] extends AnyRef
- trait SetGetter[F[_], K, V] extends AnyRef
- trait SetSetter[F[_], K, V] extends AnyRef
- trait Setter[F[_], K, V] extends AnyRef
- trait SortedSetCommands[F[_], K, V] extends SortedSetGetter[F, K, V] with SortedSetSetter[F, K, V]
- trait SortedSetGetter[F[_], K, V] extends AnyRef
- trait SortedSetSetter[F[_], K, V] extends AnyRef
- trait StringCommands[F[_], K, V] extends Getter[F, K, V] with Setter[F, K, V] with MultiKey[F, K, V] with Decrement[F, K, V] with Increment[F, K, V] with Unsafe[F, K, V]
- trait Transaction[F[_]] extends AnyRef
- trait TransactionalCommands[F[_], K] extends Transaction[F] with Watcher[F, K] with HighLevelTx[F] with Pipelining[F]
- trait Unsafe[F[_], K, V] extends AnyRef
- trait Watcher[F[_], K] extends AnyRef
Value Members
- object BitCommandOperation
This is the API documentation for the Redis4Cats library.