ServerCommands

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

Value members

Concrete methods

def bgrewriteaof(): F[F[String]]
def bgsave(): F[F[String]]
def clientCaching(enabled: Boolean): F[F[String]]
def clientGetname(): F[F[K]]
def clientGetredir(): F[F[Long]]
def clientId(): F[F[Long]]
def clientKill(addr: String): F[F[String]]
def clientKill(killArgs: KillArgs): F[F[Long]]
def clientList(): F[F[String]]
def clientPause(timeout: Long): F[F[String]]
def clientSetname(name: K): F[F[String]]
def clientTracking(args: TrackingArgs): F[F[String]]
def clientUnblock(id: Long, tpe: UnblockType): F[F[Long]]
def command(): F[F[List[RedisData[V]]]]
def commandCount(): F[F[Long]]
def commandInfo(commands: String*): F[F[List[RedisData[V]]]]
def configGet(parameter: String): F[F[Map[String, String]]]
def configResetstat(): F[F[String]]
def configRewrite(): F[F[String]]
def configSet(parameter: String, value: String): F[F[String]]
def dbsize(): F[F[Long]]
def debugCrashAndRecover(delay: Long): F[F[String]]
def debugHtstats(db: Int): F[F[String]]
def debugObject(key: K): F[F[String]]
def debugReload(): F[F[String]]
def debugRestart(delay: Long): F[F[String]]
def debugSdslen(key: K): F[F[String]]
def flushall(): F[F[String]]
def flushall(flushMode: FlushMode): F[F[String]]
def flushdb(): F[F[String]]
def flushdb(flushMode: FlushMode): F[F[String]]
def info(): F[F[String]]
def info(section: String): F[F[String]]
def lastsave(): F[F[Date]]
def memoryUsage(key: K): F[F[Long]]
def save(): F[F[String]]
def slaveof(host: String, port: Int): F[F[String]]
def slaveofNoOne(): F[F[String]]
def slowlogGet(): F[F[List[RedisData[V]]]]
def slowlogGet(count: Int): F[F[List[RedisData[V]]]]
def slowlogLen(): F[F[Long]]
def slowlogReset(): F[F[String]]
def time(): F[F[Seq[V]]]

Abstract fields

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

Inherited fields

Inherited from
CommandsDeps

Implicits

Inherited implicits

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