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
Learn more about member selection
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 HashOperations extends AnyRef

  4. trait HyperLogLogOperations extends AnyRef

  5. trait IO extends Log

  6. class IdentifiableRedisClientPool extends RedisClientPool

  7. trait ListOperations extends AnyRef

  8. trait Log extends AnyRef

  9. case class M(origChannel: String, message: String) extends PubSubMessage with Product with Serializable

  10. case class Millis(value: Long) extends SecondsOrMillis with Product with Serializable

  11. sealed trait Msg extends AnyRef

  12. trait NodeOperations extends AnyRef

  13. trait Operations extends AnyRef

  14. trait Protocol extends R

  15. trait PubOperations extends AnyRef

  16. trait PubSub extends PubOperations

  17. sealed trait PubSubMessage extends AnyRef

  18. case class Publish(channel: String, msg: String) extends Msg with Product with Serializable

  19. class Publisher extends Actor

  20. trait Redis extends IO with Protocol

  21. class RedisClient extends RedisCommand with PubSub

  22. class RedisClientPool extends AnyRef

  23. trait RedisCommand extends Redis with Operations with NodeOperations with StringOperations with ListOperations with SetOperations with SortedSetOperations with HashOperations with EvalOperations with PubOperations with HyperLogLogOperations

  24. case class RedisConnectionException(message: String) extends RuntimeException with Product with Serializable

  25. case class RedisMultiExecException(message: String) extends RuntimeException with Product with Serializable

  26. case class Register(callback: (PubSubMessage) ⇒ Any) extends Msg with Product with Serializable

  27. case class S(channel: String, noSubscribed: Int) extends PubSubMessage with Product with Serializable

  28. case class Seconds(value: Long) extends SecondsOrMillis with Product with Serializable

  29. sealed trait SecondsOrMillis extends AnyRef

  30. trait SetOperations extends AnyRef

  31. trait SortedSetOperations extends AnyRef

  32. trait StringOperations extends AnyRef

  33. case class Subscribe(channels: Array[String]) extends Msg with Product with Serializable

  34. class Subscriber extends Actor

  35. case class U(channel: String, noSubscribed: Int) extends PubSubMessage with Product with Serializable

  36. case class Unsubscribe(channels: Array[String]) extends Msg with Product with Serializable

Value Members

  1. object RedisClient

  2. object UnsubscribeAll extends Msg with Product with Serializable

  3. object Util

  4. package cluster

  5. package ds

  6. package serialization

Inherited from AnyRef

Inherited from Any

Ungrouped