Auth

trait Auth[F[_]]
class Object
trait Matchable
class Any
trait RedisCommands[F, K, V]

Value members

Methods

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