ServerCommands

trait ServerCommands[F[_], K] extends Flush[F, K] with Diagnostic[F]
trait Diagnostic[F]
trait Flush[F, K]
class Object
trait Matchable
class Any
trait RedisCommands[F, K, V]

Value members

Inherited methods

def dbsize: F[Long]
Inherited from
Diagnostic
def flushAll: F[Unit]
Inherited from
Flush
def flushAllAsync: F[Unit]
Inherited from
Flush
def info: F[Map[String, String]]
Inherited from
Diagnostic
def keys(key: K): F[List[K]]
Inherited from
Flush
def lastSave: F[Instant]
Inherited from
Diagnostic
def slowLogLen: F[Long]
Inherited from
Diagnostic