redis.api
package redis.api
Members list
Packages
package redis.api.blists
package redis.api.clusters
package redis.api.connection
package redis.api.geo
package redis.api.hashes
package redis.api.hyperloglog
package redis.api.keys
package redis.api.lists
package redis.api.publish
package redis.api.pubsub
package redis.api.scripting
package redis.api.servers
package redis.api.sets
package redis.api.sortedsets
package redis.api.strings
package redis.api.transactions
Type members
Classlikes
Attributes
- Source
- ListPivot.scala
- Supertypes
- Self type
-
AFTER.type
case object AND extends BitOperator
Attributes
- Source
- BitOperator.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait BitOperatortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
AND.type
Attributes
- Source
- Order.scala
- Supertypes
- Self type
-
ASC.type
trait Aggregate
Attributes
- Source
- Aggregate.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source
- ListPivot.scala
- Supertypes
- Self type
-
BEFORE.type
sealed trait BitOperator extends Product, Serializable
Attributes
- Source
- Order.scala
- Supertypes
- Self type
-
DESC.type
Attributes
- Source
- Limit.scala
- Supertypes
Attributes
- Source
- LimitOffsetCount.scala
- Supertypes
sealed abstract class ListDirection(val value: String) extends Product, Serializable
object ListDirection
Attributes
- Companion
- class
- Source
- ListDirection.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ListDirection.type
sealed trait ListPivot extends Product, Serializable
Attributes
- Source
- ListPivot.scala
- Supertypes
- Known subtypes
Attributes
- Source
- Aggregate.scala
- Supertypes
- Self type
-
MAX.type
Attributes
- Source
- Aggregate.scala
- Supertypes
- Self type
-
MIN.type
case object NOSAVE extends ShutdownModifier
Attributes
- Source
- ShutdownModifier.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait ShutdownModifiertrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
NOSAVE.type
case object NOT extends BitOperator
Attributes
- Source
- BitOperator.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait BitOperatortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
NOT.type
case object OR extends BitOperator
Attributes
- Source
- BitOperator.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait BitOperatortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
OR.type
trait Order
Attributes
- Source
- Order.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
case object SAVE extends ShutdownModifier
Attributes
- Source
- ShutdownModifier.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait ShutdownModifiertrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
SAVE.type
Attributes
- Source
- Aggregate.scala
- Supertypes
- Self type
-
SUM.type
case class SenGetMasterAddr(master: String) extends RedisCommandMultiBulk[Option[Seq[String]]]
Attributes
- Source
- SenGetMasterAddr.scala
- Supertypes
case class SenMasterFailover(master: String) extends RedisCommandStatusBoolean
Attributes
- Source
- SenMasterFailover.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
case class SenMasterInfo(master: String) extends RedisCommandMultiBulk[Map[String, String]]
Attributes
- Source
- SenMasterInfo.scala
- Supertypes
case class SenMasters() extends RedisCommandMultiBulk[Seq[Map[String, String]]]
Attributes
- Source
- SenMasters.scala
- Supertypes
case class SenResetMaster(pattern: String) extends RedisCommandIntegerBoolean
Attributes
- Source
- SenResetMaster.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandInteger[Boolean]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- SenSlaves.scala
- Supertypes
sealed trait ShutdownModifier extends Product, Serializable
Attributes
- Source
- ShutdownModifier.scala
- Supertypes
- Known subtypes
case object XOR extends BitOperator
Attributes
- Source
- BitOperator.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait BitOperatortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
XOR.type
sealed trait ZaddOption extends Product, Serializable
object ZaddOption
Attributes
- Companion
- trait
- Source
- ZaddOption.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ZaddOption.type
In this article