AclCommands

trait AclCommands[F[_], K, V] extends AsyncCallCommands[F, K, V]
trait AsyncCallCommands[F, K, V]
class Object
trait Matchable
class Any
class RedisClusterCommandsF[F, K, V]
class RedisCommandsF[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[Seq[RedisData[V]]]
def aclList(): F[Seq[String]]
def aclLoad(): F[String]
def aclLog(): F[Seq[Map[String, RedisData[V]]]]
def aclLog(count: Int): F[Seq[Map[String, 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]

Inherited methods

protected
def call[R](f: RedisAclAsyncCommands[K, V] => RedisFuture[R]): F[R]
Inherited from
AsyncCallCommands

Abstract fields

protected
val underlying: RedisAclAsyncCommands[K, V]

Inherited fields

Inherited from
AsyncCallCommands

Implicits

Inherited implicits

implicit protected
val _async: Async[F]
Inherited from
AsyncCallCommands
implicit protected
val _keyTag: ClassTag[K]
Inherited from
AsyncCallCommands
implicit protected
val _valueTag: ClassTag[V]
Inherited from
AsyncCallCommands