redis.api.connection
package 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 Serializabletrait Producttrait Equalstrait RedisCommandStatus[Status]class Objecttrait Matchableclass AnyShow all
case class Echo[V, R](value: V)(implicit convert: ByteStringSerializer[V], deserializerR: ByteStringDeserializer[R]) extends RedisCommandBulkOptionByteString[R]
Attributes
- Source
- Echo.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandBulkOptionByteString[R]class Objecttrait Matchableclass AnyShow all
case object Ping extends RedisCommandStatusString
Attributes
- Source
- Ping.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RedisCommandStatusStringtrait RedisCommandStatus[String]class Objecttrait Matchableclass AnyShow all
- Self type
-
Ping.type
case object Quit extends RedisCommandStatusBoolean
Attributes
- Source
- Quit.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
Quit.type
case class Select(index: Int) extends RedisCommandStatusBoolean
Attributes
- Source
- Select.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
case class Swapdb(index1: Int, index2: Int) extends RedisCommandStatusBoolean
Attributes
- Source
- Swapdb.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
In this article