Package

redis

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. trait Aggregate extends AnyRef

    Permalink
  2. sealed trait BitOperator extends AnyRef

    Permalink
  3. case class Limit(value: Double, inclusive: Boolean = true) extends Product with Serializable

    Permalink
  4. case class LimitOffsetCount(offset: Long, count: Long) extends Product with Serializable

    Permalink
  5. sealed trait ListPivot extends AnyRef

    Permalink
  6. trait Order extends AnyRef

    Permalink
  7. case class SenGetMasterAddr(master: String) extends RedisCommandMultiBulk[Option[Seq[String]]] with Product with Serializable

    Permalink
  8. case class SenMasterFailover(master: String) extends RedisCommandStatusBoolean with Product with Serializable

    Permalink
  9. case class SenMasterInfo(master: String) extends RedisCommandMultiBulk[Map[String, String]] with Product with Serializable

    Permalink
  10. case class SenMasters() extends RedisCommandMultiBulk[Seq[Map[String, String]]] with Product with Serializable

    Permalink
  11. case class SenResetMaster(pattern: String) extends RedisCommandIntegerBoolean with Product with Serializable

    Permalink
  12. case class SenSlaves(master: String) extends RedisCommandMultiBulk[Seq[Map[String, String]]] with Product with Serializable

    Permalink
  13. sealed trait ShutdownModifier extends AnyRef

    Permalink

Value Members

  1. object AFTER extends ListPivot with Product with Serializable

    Permalink
  2. object AND extends BitOperator with Product with Serializable

    Permalink
  3. object ASC extends Order with Product with Serializable

    Permalink
  4. object BEFORE extends ListPivot with Product with Serializable

    Permalink
  5. object DESC extends Order with Product with Serializable

    Permalink
  6. object MAX extends Aggregate with Product with Serializable

    Permalink
  7. object MIN extends Aggregate with Product with Serializable

    Permalink
  8. object NOSAVE extends ShutdownModifier with Product with Serializable

    Permalink
  9. object NOT extends BitOperator with Product with Serializable

    Permalink
  10. object OR extends BitOperator with Product with Serializable

    Permalink
  11. object SAVE extends ShutdownModifier with Product with Serializable

    Permalink
  12. object SUM extends Aggregate with Product with Serializable

    Permalink
  13. object XOR extends BitOperator with Product with Serializable

    Permalink
  14. package blists

    Permalink
  15. package connection

    Permalink
  16. package hashes

    Permalink
  17. package hyperloglog

    Permalink
  18. package keys

    Permalink
  19. package lists

    Permalink
  20. package publish

    Permalink
  21. package pubsub

    Permalink
  22. package scripting

    Permalink
  23. package servers

    Permalink
  24. package sets

    Permalink
  25. package sortedsets

    Permalink
  26. package strings

    Permalink
  27. package transactions

    Permalink

Ungrouped