p

com

redis

package redis

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. redis
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BaseOperations extends BaseApi
  2. case class E(e: Throwable) extends PubSubMessage with Product with Serializable
  3. trait EvalOperations extends EvalApi
  4. trait GeoOperations extends GeoApi
  5. case class GeoRadiusMember(member: Option[String], hash: Option[Long] = None, dist: Option[String] = None, coords: Option[(String, String)] = None) extends Product with Serializable
  6. trait HashOperations extends HashApi
  7. trait HyperLogLogOperations extends HyperLogLogApi
  8. trait IO extends Log
  9. trait ListOperations extends ListApi
  10. trait Log extends AnyRef
  11. case class M(origChannel: String, message: String) extends PubSubMessage with Product with Serializable
  12. case class Millis(value: Long) extends SecondsOrMillis with Product with Serializable
  13. trait NodeOperations extends NodeApi
  14. trait Protocol extends R
  15. trait PubOperations extends AnyRef
  16. trait PubSub extends PubOperations
  17. sealed trait PubSubMessage extends AnyRef
  18. trait Redis extends IO with Protocol
  19. class RedisClient extends RedisCommand with PubSub
  20. class RedisClientPool extends AnyRef
  21. trait RedisCommand extends Redis with BaseOperations with GeoOperations with NodeOperations with StringOperations with ListOperations with SetOperations with SortedSetOperations with HashOperations with EvalOperations with PubOperations with HyperLogLogOperations with AutoCloseable
  22. case class RedisConnectionException(message: String) extends RuntimeException with Product with Serializable
  23. case class RedisMultiExecException(message: String) extends RuntimeException with Product with Serializable
  24. case class S(channel: String, noSubscribed: Int) extends PubSubMessage with Product with Serializable
  25. case class Seconds(value: Long) extends SecondsOrMillis with Product with Serializable
  26. trait SetOperations extends SetApi
  27. trait SortedSetOperations extends SortedSetApi
  28. trait StringOperations extends StringApi
  29. case class U(channel: String, noSubscribed: Int) extends PubSubMessage with Product with Serializable
  30. sealed trait SecondsOrMillis extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version 3.10) Use implementation with scala.concurrent.duration.Duration and SetBehaviour

Value Members

  1. object RedisClient
  2. object RedisClientPool
  3. object Util

Inherited from AnyRef

Inherited from Any

Ungrouped