Package

redis.api

servers

Permalink

package servers

Visibility
  1. Public
  2. All

Type Members

  1. case class ClientKill(ip: String, port: Int) extends RedisCommandStatusBoolean with Product with Serializable

    Permalink
  2. case class ClientSetname(connectionName: String) extends RedisCommandStatusBoolean with Product with Serializable

    Permalink
  3. case class ConfigGet(parameter: String) extends RedisCommandMultiBulk[Map[String, String]] with Product with Serializable

    Permalink
  4. case class ConfigSet(parameter: String, value: String) extends RedisCommandStatusBoolean with Product with Serializable

    Permalink
  5. case class DebugObject[K](key: K)(implicit redisKey: ByteStringSerializer[K]) extends RedisCommandStatusString with Product with Serializable

    Permalink
  6. case class Info(section: Option[String] = None) extends RedisCommandBulk[String] with Product with Serializable

    Permalink
  7. case class Shutdown(modifier: Option[ShutdownModifier] = None) extends RedisCommandStatusBoolean with Product with Serializable

    Permalink
  8. case class Slaveof(ip: String, port: Int) extends RedisCommandStatusBoolean with Product with Serializable

    Permalink

Ungrouped