Packages

p

redis.api

servers

package servers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

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

Ungrouped