package servers
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class ClientKill(ip: String, port: Int) extends RedisCommandStatusBoolean with Product with Serializable
- case class ClientSetname(connectionName: String) extends RedisCommandStatusBoolean with Product with Serializable
- case class ConfigGet(parameter: String) extends RedisCommandMultiBulk[Map[String, String]] with Product with Serializable
- case class ConfigSet(parameter: String, value: String) extends RedisCommandStatusBoolean with Product with Serializable
- case class DebugObject[K](key: K)(implicit redisKey: ByteStringSerializer[K]) extends RedisCommandStatusString with Product with Serializable
- case class Flushall(async: Boolean = false) extends RedisCommandStatusBoolean with Product with Serializable
- case class Flushdb(async: Boolean = false) extends RedisCommandStatusBoolean with Product with Serializable
- case class Info(section: Option[String] = None) extends RedisCommandBulk[String] with Product with Serializable
- case class Shutdown(modifier: Option[ShutdownModifier] = None) extends RedisCommandStatusBoolean with Product with Serializable
- case class Slaveof(ip: String, port: Int) extends RedisCommandStatusBoolean with Product with Serializable
Value Members
- case object Bgrewriteaof extends RedisCommandStatusString with Product with Serializable
- case object Bgsave extends RedisCommandStatusString with Product with Serializable
- case object ClientGetname extends RedisCommandBulkOptionByteString[String] with Product with Serializable
- case object ClientList extends RedisCommandBulk[Seq[Map[String, String]]] with Product with Serializable
- case object ConfigResetstat extends RedisCommandStatusBoolean with Product with Serializable
- case object Dbsize extends RedisCommandIntegerLong with Product with Serializable
- case object DebugSegfault extends RedisCommandStatusString with Product with Serializable
- case object Lastsave extends RedisCommandIntegerLong with Product with Serializable
- case object Save extends RedisCommandStatusBoolean with Product with Serializable
- case object SlaveofNoOne extends RedisCommandStatusBoolean with Product with Serializable
- case object Time extends RedisCommandMultiBulk[(Long, Long)] with Product with Serializable