redis.api

package redis.api

Members list

Type members

Classlikes

case object AFTER extends ListPivot

Attributes

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

Attributes

Source
BitOperator.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait BitOperator
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
AND.type
case object ASC extends Order

Attributes

Source
Order.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Order
class Object
trait Matchable
class Any
Show all
Self type
ASC.type
trait Aggregate

Attributes

Source
Aggregate.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MAX
object MIN
object SUM
case object BEFORE extends ListPivot

Attributes

Source
ListPivot.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait ListPivot
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BEFORE.type
sealed trait BitOperator extends Product, Serializable

Attributes

Source
BitOperator.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object AND
object NOT
object OR
object XOR
case object DESC extends Order

Attributes

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

Attributes

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

Attributes

Source
LimitOffsetCount.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class ListDirection(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
ListDirection.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Left
object Right
object ListDirection

Attributes

Companion
class
Source
ListDirection.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ListPivot extends Product, Serializable

Attributes

Source
ListPivot.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object AFTER
object BEFORE
case object MAX extends Aggregate

Attributes

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

Attributes

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

Attributes

Source
ShutdownModifier.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NOSAVE.type
case object NOT extends BitOperator

Attributes

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

Attributes

Source
BitOperator.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait BitOperator
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
OR.type
trait Order

Attributes

Source
Order.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ASC
object DESC
case object SAVE extends ShutdownModifier

Attributes

Source
ShutdownModifier.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SAVE.type
case object SUM extends Aggregate

Attributes

Source
Aggregate.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Aggregate
class Object
trait Matchable
class Any
Show all
Self type
SUM.type

Attributes

Source
SenGetMasterAddr.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SenMasterFailover(master: String) extends RedisCommandStatusBoolean

Attributes

Source
SenMasterFailover.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SenMasterInfo(master: String) extends RedisCommandMultiBulk[Map[String, String]]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
SenSlaves.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait ShutdownModifier extends Product, Serializable

Attributes

Source
ShutdownModifier.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object NOSAVE
object SAVE
case object XOR extends BitOperator

Attributes

Source
BitOperator.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait BitOperator
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
XOR.type
sealed trait ZaddOption extends Product, Serializable

Attributes

Companion
object
Source
ZaddOption.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CH
object INCR
object NX
object XX
object ZaddOption

Attributes

Companion
trait
Source
ZaddOption.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ZaddOption.type