package servers
Ordering
- Alphabetic
Visibility
- Public
- All
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
- object Bgrewriteaof extends RedisCommandStatusString with Product with Serializable
- object Bgsave extends RedisCommandStatusString with Product with Serializable
- object ClientGetname extends RedisCommandBulkOptionByteString[String] with Product with Serializable
- object ClientList extends RedisCommandBulk[Seq[Map[String, String]]] with Product with Serializable
- object ConfigResetstat extends RedisCommandStatusBoolean with Product with Serializable
- object Dbsize extends RedisCommandIntegerLong with Product with Serializable
- object DebugSegfault extends RedisCommandStatusString with Product with Serializable
- object Lastsave extends RedisCommandIntegerLong with Product with Serializable
- object Save extends RedisCommandStatusBoolean with Product with Serializable
- object SlaveofNoOne extends RedisCommandStatusBoolean with Product with Serializable
- object Time extends RedisCommandMultiBulk[(Long, Long)] with Product with Serializable