Client

dev.profunktor.redis4cats.algebra.Client
trait Client[F[_], K]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ConnectionCommands[F, K]
trait RedisCommands[F, K, V]

Members list

Value members

Abstract methods

def getClientId(): F[Long]
def getClientName(): F[Option[K]]
def setClientName(name: K): F[Boolean]