Auth

dev.profunktor.redis4cats.algebra.Auth
trait Auth[F[_]]

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 auth(password: CharSequence): F[Boolean]
def auth(username: String, password: CharSequence): F[Boolean]