Diagnostic

dev.profunktor.redis4cats.algebra.Diagnostic
trait Diagnostic[F[_]]

Attributes

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

Members list

Value members

Abstract methods

def dbsize: F[Long]
def info: F[Map[String, String]]
def info(section: String): F[Map[String, String]]
def lastSave: F[Instant]
def slowLogLen: F[Long]