ConnectionCommands

trait ConnectionCommands[F[_]] extends Ping[F] with Auth[F]
trait Auth[F]
trait Ping[F]
class Object
trait Matchable
class Any
trait RedisCommands[F, K, V]

Value members

Inherited methods

def auth(username: String, password: CharSequence): F[Boolean]
Inherited from
Auth
def auth(password: CharSequence): F[Boolean]
Inherited from
Auth
def ping: F[String]
Inherited from
Ping
def select(index: Int): F[Unit]
Inherited from
Ping