ServerCommands

dev.profunktor.redis4cats.algebra.ServerCommands
trait ServerCommands[F[_], K] extends Flush[F, K], Diagnostic[F]

Attributes

Graph
Supertypes
trait Diagnostic[F]
trait Flush[F, K]
class Object
trait Matchable
class Any
Known subtypes
trait RedisCommands[F, K, V]

Members list

Value members

Inherited and Abstract methods

def dbsize: F[Long]

Attributes

Inherited from:
Diagnostic
def flushAll(mode: FlushMode): F[Unit]

Attributes

Inherited from:
Flush
def flushAll: F[Unit]

Attributes

Inherited from:
Flush
def flushDb(mode: FlushMode): F[Unit]

Attributes

Inherited from:
Flush
def flushDb: F[Unit]

Attributes

Inherited from:
Flush
def info(section: String): F[Map[String, String]]

Attributes

Inherited from:
Diagnostic
def info: F[Map[String, String]]

Attributes

Inherited from:
Diagnostic
def keys(key: K): F[List[K]]

Attributes

Inherited from:
Flush
def lastSave: F[Instant]

Attributes

Inherited from:
Diagnostic
def slowLogLen: F[Long]

Attributes

Inherited from:
Diagnostic