redis.api

servers

package servers

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 Info(section: Option[String] = scala.None) extends RedisCommandBulk[String] with Product with Serializable

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

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

Value Members

  1. object Bgrewriteaof extends RedisCommandStatusString with Product with Serializable

  2. object Bgsave extends RedisCommandStatusString with Product with Serializable

  3. object ClientGetname extends RedisCommandBulkOptionByteString[String] with Product with Serializable

  4. object ClientList extends RedisCommandBulk[Seq[Map[String, String]]] with Product with Serializable

  5. object ConfigResetstat extends RedisCommandStatusBoolean with Product with Serializable

  6. object Dbsize extends RedisCommandIntegerLong with Product with Serializable

  7. object DebugSegfault extends RedisCommandStatusString with Product with Serializable

  8. object Flushall extends RedisCommandStatusBoolean with Product with Serializable

  9. object Flushdb extends RedisCommandStatusBoolean with Product with Serializable

  10. object Lastsave extends RedisCommandIntegerLong with Product with Serializable

  11. object Save extends RedisCommandStatusBoolean with Product with Serializable

  12. object SlaveofNoOne extends RedisCommandStatusBoolean with Product with Serializable

  13. object Time extends RedisCommandMultiBulk[(Long, Long)] with Product with Serializable

Ungrouped