dev.profunktor.redis4cats
package dev.profunktor.redis4cats
Members list
Concise view
Type members
Classlikes
trait RedisCommands[F[_], K, V] extends StringCommands[F, K, V] with HashCommands[F, K, V] with SetCommands[F, K, V] with SortedSetCommands[F, K, V] with ListCommands[F, K, V] with GeoCommands[F, K, V] with ConnectionCommands[F, K] with ServerCommands[F, K] with TransactionalCommands[F, K] with PipelineCommands[F] with ScriptCommands[F, K, V] with KeyCommands[F, K] with HyperLogLogCommands[F, K, V] with BitCommands[F, K, V]
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait PipelineCommands[F]trait AutoFlush[F]trait Pipelining[F]trait HighLevelTx[F]trait Transaction[F]trait Diagnostic[F]trait Auth[F]trait Ping[F]class Objecttrait Matchableclass Any
object RedisCommands
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- RedisCommands.type