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. sealed trait Msg extends AnyRef
  14. trait NodeOperations extends AnyRef
  15. trait Operations extends AnyRef
  16. trait Protocol extends R
  17. trait PubOperations extends AnyRef
  18. trait PubSub extends PubOperations
  19. sealed trait PubSubMessage extends AnyRef
  20. case class Publish (channel: String, msg: String) extends Msg with Product with Serializable
  21. class Publisher extends Actor
  22. trait Redis extends IO with Protocol
  23. class RedisClient extends RedisCommand with PubSub
  24. class RedisClientPool extends AnyRef
  25. 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
  26. case class RedisConnectionException (message: String) extends RuntimeException with Product with Serializable
  27. case class RedisMultiExecException (message: String) extends RuntimeException with Product with Serializable
  28. case class Register (callback: (PubSubMessage) ⇒ Any) extends Msg with Product with Serializable
  29. case class S (channel: String, noSubscribed: Int) extends PubSubMessage with Product with Serializable
  30. case class Seconds (value: Long) extends SecondsOrMillis with Product with Serializable
  31. sealed trait SecondsOrMillis extends AnyRef
  32. trait SetOperations extends AnyRef
  33. trait SortedSetOperations extends AnyRef
  34. trait StringOperations extends AnyRef
  35. case class Subscribe (channels: Array[String]) extends Msg with Product with Serializable
  36. class Subscriber extends Actor
  37. case class U (channel: String, noSubscribed: Int) extends PubSubMessage with Product with Serializable
  38. case class Unsubscribe (channels: Array[String]) extends Msg with Product with Serializable

Value Members

  1. object RedisClient
  2. object RedisClientPool
  3. object UnsubscribeAll extends Msg with Product with Serializable
  4. object Util

Inherited from AnyRef

Inherited from Any

Ungrouped