AclCommands

trait AclCommands[F[_], K, V] extends CommandsDeps[F, K, V] with AclCommandsF[<none>, K, V]
trait AclCommandsF[<none>, K, V]
trait CommandsDeps[F, K, V]
class Object
trait Matchable
class Any
class RedisAsyncCommandsF[F, K, V]

Value members

Concrete methods

def aclCat(): F[F[Set[AclCategory]]]
def aclCat(category: AclCategory): F[F[Set[CommandType]]]
def aclDeluser(usernames: String*): F[F[Long]]
def aclGenpass(): F[F[String]]
def aclGenpass(bits: Int): F[F[String]]
def aclGetuser(username: String): F[F[List[RedisData[V]]]]
def aclList(): F[F[Seq[String]]]
def aclLoad(): F[F[String]]
def aclLog(): F[F[List[RedisData[V]]]]
def aclLog(count: Int): F[F[List[RedisData[V]]]]
def aclLogReset(): F[F[String]]
def aclSave(): F[F[String]]
def aclSetuser(username: String, setuserArgs: AclSetuserArgs): F[F[String]]
def aclUsers(): F[F[Seq[String]]]
def aclWhoami(): F[F[String]]

Abstract fields

protected
val underlying: RedisAclAsyncCommands[K, V] & BaseRedisAsyncCommands[K, V]

Inherited fields

Inherited from
CommandsDeps

Implicits

Inherited implicits

implicit protected
val _async: Async[F]
Inherited from
CommandsDeps