dev.naoh.lettucef.core

Type members

Classlikes

trait CommonConnectionF[F[_], K, V]
class MasterReplicaRedisConnectionF[F[_], K, V](underlying: StatefulRedisMasterReplicaConnection[K, V], codec: RedisCodec[K, V])(implicit evidence$2: Async[F]) extends RedisConnectionF[F, K, V]
final class RedisAsyncCommandsF[F[_], K, V](val underlying: RedisAsyncCommands[K, V], codec: RedisCodec[K, V])(implicit F: Async[F]) extends CommandsDeps[F, K, V] with AclCommands[F, K, V] with BaseCommands[F, K, V] with GeoCommands[F, K, V] with HashCommands[F, K, V] with HLLCommands[F, K, V] with KeyCommands[F, K, V] with ListCommands[F, K, V] with ScriptingCommands[F, K, V] with ServerCommands[F, K, V] with SetCommands[F, K, V] with SortedSetCommands[F, K, V] with StreamCommands[F, K, V] with StringCommands[F, K, V] with TransactionCommands[F, K, V]
class RedisClientF[F[_]](underlying: RedisClient)(implicit F: Async[F])
final class RedisClusterAsyncCommandsF[F[_], K, V](val underlying: RedisAdvancedClusterAsyncCommands[K, V], codec: RedisCodec[K, V])(implicit F: Async[F]) extends CommandsDeps[F, K, V] with AclCommands[F, K, V] with BaseCommands[F, K, V] with ClusterCommands[F, K, V] with GeoCommands[F, K, V] with HashCommands[F, K, V] with HLLCommands[F, K, V] with KeyCommands[F, K, V] with ListCommands[F, K, V] with ScriptingCommands[F, K, V] with ServerCommands[F, K, V] with SetCommands[F, K, V] with SortedSetCommands[F, K, V] with StreamCommands[F, K, V] with StringCommands[F, K, V]
class RedisClusterClientF[F[_]](underlying: RedisClusterClient)(implicit F: Async[F])
class RedisClusterConnectionF[F[_], K, V](underlying: StatefulRedisClusterConnection[K, V], codec: RedisCodec[K, V])(implicit evidence$1: Async[F]) extends CommonConnectionF[F, K, V]
final class RedisClusterSyncCommandsF[F[_], K, V](val underlying: RedisAdvancedClusterAsyncCommands[K, V], codec: RedisCodec[K, V])(implicit F: Async[F]) extends CommandsDeps[F, K, V] with AclCommands[F, K, V] with BaseCommands[F, K, V] with ClusterCommands[F, K, V] with GeoCommands[F, K, V] with HashCommands[F, K, V] with HLLCommands[F, K, V] with KeyCommands[F, K, V] with ListCommands[F, K, V] with ScriptingCommands[F, K, V] with ServerCommands[F, K, V] with SetCommands[F, K, V] with SortedSetCommands[F, K, V] with StreamCommands[F, K, V] with StringCommands[F, K, V]
class RedisConnectionF[F[_], K, V](underlying: StatefulRedisConnection[K, V], codec: RedisCodec[K, V])(implicit evidence$1: Async[F]) extends CommonConnectionF[F, K, V]
class RedisPubSubF[F[_], K, V](underlying: StatefulRedisPubSubConnection[K, V])(implicit F: Async[F])
Companion:
object
Companion:
class
class RedisSentinelCommandsF[F[_], K, V](conn: StatefulRedisSentinelConnection[K, V], codec: RedisCodec[K, V])(implicit F: Async[F]) extends SentinelCommands[F, K, V]
final class RedisSyncCommandsF[F[_], K, V](val underlying: RedisAsyncCommands[K, V], codec: RedisCodec[K, V])(implicit F: Async[F]) extends CommandsDeps[F, K, V] with AclCommands[F, K, V] with BaseCommands[F, K, V] with GeoCommands[F, K, V] with HashCommands[F, K, V] with HLLCommands[F, K, V] with KeyCommands[F, K, V] with ListCommands[F, K, V] with ScriptingCommands[F, K, V] with ServerCommands[F, K, V] with SetCommands[F, K, V] with SortedSetCommands[F, K, V] with StreamCommands[F, K, V] with StringCommands[F, K, V] with TransactionCommands[F, K, V]