RedisConnectionF

class RedisConnectionF[F[_], K, V](underlying: StatefulRedisConnection[K, V], codec: RedisCodec[K, V])(implicit evidence$1: Async[F]) extends CommonConnectionF[F, K, V]
trait CommonConnectionF[F, K, V]
class Object
trait Matchable
class Any

Value members

Concrete methods

def async(): RedisAsyncCommandsF[F, K, V]
def closeAsync(): F[Unit]
def sync(): RedisSyncCommandsF[F, K, V]