ConnectionCommands

dev.profunktor.redis4cats.algebra.ConnectionCommands
trait ConnectionCommands[F[_], K] extends Ping[F], Auth[F], Client[F, K]

Attributes

Graph
Supertypes
trait Client[F, K]
trait Auth[F]
trait Ping[F]
class Object
trait Matchable
class Any
Show all
Known subtypes
trait RedisCommands[F, K, V]

Members list

Value members

Inherited methods

def auth(username: String, password: CharSequence): F[Boolean]

Attributes

Inherited from:
Auth
def auth(password: CharSequence): F[Boolean]

Attributes

Inherited from:
Auth
def getClientId(): F[Long]

Attributes

Inherited from:
Client
def getClientName(): F[Option[K]]

Attributes

Inherited from:
Client
def ping: F[String]

Attributes

Inherited from:
Ping
def select(index: Int): F[Unit]

Attributes

Inherited from:
Ping
def setClientName(name: K): F[Boolean]

Attributes

Inherited from:
Client