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. case class E(e: Throwable) extends PubSubMessage with Product with Serializable
  2. trait EvalOperations extends AnyRef
  3. trait GeoOperations extends AnyRef

    Created by alexis on 05/09/16.

  4. case class GeoRadiusMember(member: Option[String], hash: Option[Long] = None, dist: Option[String] = None, coords: Option[(String, String)] = None) extends Product with Serializable
  5. trait HashOperations extends AnyRef
  6. trait HyperLogLogOperations extends AnyRef
  7. trait IO extends Log
  8. class IdentifiableRedisClientPool extends RedisClientPool

  9. trait ListOperations extends AnyRef
  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 AnyRef
  14. trait Operations extends AnyRef
  15. trait Protocol extends R
  16. trait PubOperations extends AnyRef
  17. trait PubSub extends PubOperations
  18. sealed trait PubSubMessage extends AnyRef
  19. trait Redis extends IO with Protocol
  20. class RedisClient extends RedisCommand with PubSub
  21. class RedisClientPool extends AnyRef
  22. trait RedisCommand extends Redis with Operations with GeoOperations with NodeOperations with StringOperations with ListOperations with SetOperations with SortedSetOperations with HashOperations with EvalOperations with PubOperations with HyperLogLogOperations
  23. case class RedisConnectionException(message: String) extends RuntimeException with Product with Serializable
  24. case class RedisMultiExecException(message: String) extends RuntimeException with Product with Serializable
  25. case class S(channel: String, noSubscribed: Int) extends PubSubMessage with Product with Serializable
  26. case class Seconds(value: Long) extends SecondsOrMillis with Product with Serializable
  27. sealed trait SecondsOrMillis extends AnyRef
  28. trait SetOperations extends AnyRef
  29. trait SortedSetOperations extends AnyRef
  30. trait StringOperations extends AnyRef
  31. case class U(channel: String, noSubscribed: Int) extends PubSubMessage with Product with Serializable

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped