AclCommands

trait AclCommands[F[_], K, V] extends CommandsDeps[F, K, V] with AclCommandsF[F, K, V]
trait AclCommandsF[F, K, V]
trait CommandsDeps[F, K, V]
class Object
trait Matchable
class Any
class RedisSyncCommandsF[F, K, V]

Value members

Concrete methods

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