redis.api.connection

Members list

Type members

Classlikes

case class Auth[V](value1: V, value2: Option[V])(implicit convert: ByteStringSerializer[V]) extends RedisCommandStatus[Status]

Attributes

Source
Auth.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Echo[V, R](value: V)(implicit convert: ByteStringSerializer[V], deserializerR: ByteStringDeserializer[R]) extends RedisCommandBulkOptionByteString[R]

Attributes

Source
Echo.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait RedisCommand[Bulk, Option[R]]
class Object
trait Matchable
class Any
Show all
case object Ping extends RedisCommandStatusString

Attributes

Source
Ping.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Ping.type
case object Quit extends RedisCommandStatusBoolean

Attributes

Source
Quit.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Quit.type
case class Select(index: Int) extends RedisCommandStatusBoolean

Attributes

Source
Select.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Swapdb(index1: Int, index2: Int) extends RedisCommandStatusBoolean

Attributes

Source
Swapdb.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all