dev.profunktor.redis4cats.algebra

Type members

Classlikes

trait Auth[F[_]]
trait AutoFlush[F[_]]
trait Bits[F[_], K, V]
trait ConnectionCommands[F[_]] extends Ping[F] with Auth[F]
trait Decrement[F[_], K, V]
trait Diagnostic[F[_]]
trait Flush[F[_], K]
trait GeoCommands[F[_], K, V] extends GeoGetter[F, K, V] with GeoSetter[F, K, V]
trait GeoGetter[F[_], K, V]
trait GeoSetter[F[_], K, V]
trait Getter[F[_], K, V]
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]
trait HashIncrement[F[_], K, V]
trait HashSetter[F[_], K, V]
trait HyperLogLogCommands[F[_], K, V]
trait Increment[F[_], K, V]
trait KeyCommands[F[_], K]
trait ListBlocking[F[_], K, V]
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]
trait ListPushPop[F[_], K, V]
trait ListSetter[F[_], K, V]
trait MultiKey[F[_], K, V]
trait Ping[F[_]]
trait PipelineCommands[F[_]] extends AutoFlush[F]
trait ScriptCommands[F[_], K, V] extends Scripting[F, K, V]
trait Scripting[F[_], K, V]
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]
trait SetGetter[F[_], K, V]
trait SetSetter[F[_], K, V]
trait Setter[F[_], K, V]
trait SortedSetCommands[F[_], K, V] extends SortedSetGetter[F, K, V] with SortedSetSetter[F, K, V]
trait SortedSetGetter[F[_], K, V]
trait SortedSetSetter[F[_], K, V]
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 Bits[F, K, V]
trait Transaction[F[_]]
trait TransactionalCommands[F[_], K] extends Transaction[F] with Watcher[F, K]
trait Watcher[F[_], K]