Packages

p

redis.api

connection

package connection

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Auth[V](value: V)(implicit convert: ByteStringSerializer[V]) extends RedisCommandStatus[Status] with Product with Serializable
  2. case class Echo[V, R](value: V)(implicit convert: ByteStringSerializer[V], deserializerR: ByteStringDeserializer[R]) extends RedisCommandBulkOptionByteString[R] with Product with Serializable
  3. case class Select(index: Int) extends RedisCommandStatusBoolean with Product with Serializable
  4. case class Swapdb(index1: Int, index2: Int) extends RedisCommandStatusBoolean with Product with Serializable

Value Members

  1. case object Ping extends RedisCommandStatusString with Product with Serializable
  2. case object Quit extends RedisCommandStatusBoolean with Product with Serializable

Ungrouped