redis

api

package api

Visibility
  1. Public
  2. All

Type Members

  1. trait Aggregate extends AnyRef

  2. sealed trait BitOperator extends AnyRef

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

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

  5. sealed trait ListPivot extends AnyRef

  6. trait Order extends AnyRef

Value Members

  1. object AFTER extends ListPivot with Product with Serializable

  2. object AND extends BitOperator with Product with Serializable

  3. object ASC extends Order with Product with Serializable

  4. object BEFORE extends ListPivot with Product with Serializable

  5. object DESC extends Order with Product with Serializable

  6. object MAX extends Aggregate with Product with Serializable

  7. object MIN extends Aggregate with Product with Serializable

  8. object NOT extends BitOperator with Product with Serializable

  9. object OR extends BitOperator with Product with Serializable

  10. object SUM extends Aggregate with Product with Serializable

  11. object XOR extends BitOperator with Product with Serializable

  12. package blists

  13. package connection

  14. package hashes

  15. package keys

  16. package lists

  17. package publish

  18. package pubsub

  19. package scripting

  20. package sets

  21. package sortedsets

  22. package strings

  23. package transactions

Ungrouped