redis.api

connection

package connection

Visibility
  1. Public
  2. All

Type Members

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

  2. case class Echo[A](value: A)(implicit convert: RedisValueConverter[A]) extends RedisCommandBulkOptionByteString with Product with Serializable

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

Value Members

  1. object Ping extends RedisCommandStatus[String] with Product with Serializable

  2. object Quit extends RedisCommandStatusBoolean with Product with Serializable

Ungrouped