ServerCommands

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

Inherited methods

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

Abstract fields

protected
val underlying: RedisServerAsyncCommands[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