Packages

p

redis.api

servers

package servers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ClientKill(ip: String, port: Int) extends RedisCommandStatusBoolean with Product with Serializable
  2. case class ClientSetname(connectionName: String) extends RedisCommandStatusBoolean with Product with Serializable
  3. case class ConfigGet(parameter: String) extends RedisCommandMultiBulk[Map[String, String]] with Product with Serializable
  4. case class ConfigSet(parameter: String, value: String) extends RedisCommandStatusBoolean with Product with Serializable
  5. case class DebugObject[K](key: K)(implicit redisKey: ByteStringSerializer[K]) extends RedisCommandStatusString with Product with Serializable
  6. case class Flushall(async: Boolean = false) extends RedisCommandStatusBoolean with Product with Serializable
  7. case class Flushdb(async: Boolean = false) extends RedisCommandStatusBoolean with Product with Serializable
  8. case class Info(section: Option[String] = None) extends RedisCommandBulk[String] with Product with Serializable
  9. case class Shutdown(modifier: Option[ShutdownModifier] = None) extends RedisCommandStatusBoolean with Product with Serializable
  10. case class Slaveof(ip: String, port: Int) extends RedisCommandStatusBoolean with Product with Serializable

Value Members

  1. case object Bgrewriteaof extends RedisCommandStatusString with Product with Serializable
  2. case object Bgsave extends RedisCommandStatusString with Product with Serializable
  3. case object ClientGetname extends RedisCommandBulkOptionByteString[String] with Product with Serializable
  4. case object ClientList extends RedisCommandBulk[Seq[Map[String, String]]] with Product with Serializable
  5. case object ConfigResetstat extends RedisCommandStatusBoolean with Product with Serializable
  6. case object Dbsize extends RedisCommandIntegerLong with Product with Serializable
  7. case object DebugSegfault extends RedisCommandStatusString with Product with Serializable
  8. case object Lastsave extends RedisCommandIntegerLong with Product with Serializable
  9. case object Save extends RedisCommandStatusBoolean with Product with Serializable
  10. case object SlaveofNoOne extends RedisCommandStatusBoolean with Product with Serializable
  11. case object Time extends RedisCommandMultiBulk[(Long, Long)] with Product with Serializable

Ungrouped