dev.naoh.lettucef.core

Type members

Classlikes

object LettuceF
class MasterReplicaRedisConnectionF[F[_], K, V](underlying: StatefulRedisMasterReplicaConnection[K, V], codec: RedisCodec[K, V])(implicit evidence$4: Async[F], evidence$5: ClassTag[K], evidence$6: ClassTag[V]) extends RedisConnectionF[F, K, V]
class RedisClientF[F[_]](underlying: RedisClient)(implicit F: Async[F])
Companion
object
Companion
class
class RedisClusterClientF[F[_]](underlying: RedisClusterClient)(implicit F: Async[F])
Companion
object
Companion
class
final
class RedisClusterCommandsF[F[_], K, V](val underlying: RedisAdvancedClusterAsyncCommands[K, V], codec: RedisCodec[K, V])(implicit F: Async[F], V: ClassTag[V], K: ClassTag[K]) extends AsyncCallCommands[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 RedisClusterConnectionF[F[_], K, V](underlying: StatefulRedisClusterConnection[K, V], codec: RedisCodec[K, V])(implicit evidence$1: Async[F], evidence$2: ClassTag[K], evidence$3: ClassTag[V])
final
class RedisCommandsF[F[_], K, V](val underlying: RedisAsyncCommands[K, V], codec: RedisCodec[K, V])(implicit F: Async[F], V: ClassTag[V], K: ClassTag[K]) extends AsyncCallCommands[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 TransactionalCommands[F, K, V]
class RedisConnectionF[F[_], K, V](underlying: StatefulRedisConnection[K, V], codec: RedisCodec[K, V])(implicit evidence$1: Async[F], evidence$2: ClassTag[K], evidence$3: ClassTag[V])
class RedisPubSubF[F[_], K, V](underlying: StatefulRedisPubSubConnection[K, V], shutdown: Deferred[F, Boolean])(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], V: ClassTag[V], K: ClassTag[K]) extends SentinelCommands[F, K, V]
final
class RedisStreamCommandsF[F[_], K, V](val underlying: Underlying[F, K, V]) extends ScanStreamCommands[F, K, V]