Package

redis.api

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

  1. case class Auth[V](value: V)(implicit convert: ByteStringSerializer[V]) extends RedisCommandStatus[Status] with Product with Serializable

    Permalink
  2. case class Echo[V, R](value: V)(implicit convert: ByteStringSerializer[V], deserializerR: ByteStringDeserializer[R]) extends RedisCommandBulkOptionByteString[R] with Product with Serializable

    Permalink
  3. case class Select(index: Int) extends RedisCommandStatusBoolean with Product with Serializable

    Permalink

Value Members

  1. object Ping extends RedisCommandStatusString with Product with Serializable

    Permalink
  2. object Quit extends RedisCommandStatusBoolean with Product with Serializable

    Permalink

Ungrouped