redis.api

package redis.api

Members list

Concise view

Type members

Classlikes

case object AFTER extends ListPivot

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait ListPivot
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
AFTER.type
case object AND extends BitOperator

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
AND.type
case object ASC extends Order

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Order
class Object
trait Matchable
class Any
Self type
ASC.type
trait Aggregate

Attributes

Source:
api.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MAX.type
object MIN.type
object SUM.type
case object BEFORE extends ListPivot

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait ListPivot
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
BEFORE.type
sealed trait BitOperator extends Product with Serializable

Attributes

Source:
api.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object AND.type
object NOT.type
object OR.type
object XOR.type
case object DESC extends Order

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Order
class Object
trait Matchable
class Any
Self type
DESC.type
case class Limit(value: Double, inclusive: Boolean)

Attributes

Source:
api.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class LimitOffsetCount(offset: Long, count: Long)

Attributes

Source:
api.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait ListPivot extends Product with Serializable

Attributes

Source:
api.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object AFTER.type
object BEFORE.type
case object MAX extends Aggregate

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Aggregate
class Object
trait Matchable
class Any
Self type
MAX.type
case object MIN extends Aggregate

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Aggregate
class Object
trait Matchable
class Any
Self type
MIN.type
case object NOSAVE extends ShutdownModifier

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
NOSAVE.type
case object NOT extends BitOperator

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
NOT.type
case object OR extends BitOperator

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
OR.type
trait Order

Attributes

Source:
api.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ASC.type
object DESC.type
case object SAVE extends ShutdownModifier

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
SAVE.type
case object SUM extends Aggregate

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Aggregate
class Object
trait Matchable
class Any
Self type
SUM.type

Attributes

Source:
Sentinel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Source:
Sentinel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Source:
Sentinel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Source:
Sentinel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class SenResetMaster(pattern: String) extends RedisCommandIntegerBoolean

Attributes

Source:
Sentinel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class SenSlaves(master: String) extends RedisCommandMultiBulk[Seq[Map[String, String]]]

Attributes

Source:
Sentinel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait ShutdownModifier extends Product with Serializable

Attributes

Source:
api.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object NOSAVE.type
object SAVE.type
case object XOR extends BitOperator

Attributes

Source:
api.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
XOR.type
sealed trait ZaddOption extends Product with Serializable

Attributes

Companion:
object
Source:
api.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object CH.type
object INCR.type
object NX.type
object XX.type
object ZaddOption

Attributes

Companion:
trait
Source:
api.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type