com

redis

package redis

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 IO extends Log

  5. trait ListOperations extends AnyRef

  6. trait Log extends AnyRef

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

  8. trait NodeOperations extends AnyRef

  9. trait Operations extends AnyRef

  10. trait PoolCreationByAddress extends AnyRef

  11. trait Protocol extends R

  12. trait PubCommand extends AnyRef

  13. sealed trait PubSubMessage extends AnyRef

  14. trait Redis extends IO with Protocol with Log

  15. class RedisClient extends RedisCommand with PubCommand with SubCommand

  16. trait RedisClientPool extends AnyRef

  17. class RedisClientPoolByAddress extends RedisClientPool

  18. trait RedisClientPoolConfig extends AnyRef

  19. trait RedisCommand extends Redis with Operations with NodeOperations with StringOperations with ListOperations with SetOperations with SortedSetOperations with HashOperations with EvalOperations

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

  21. abstract class RedisException extends RuntimeException

  22. case class RedisGenericPoolConfig(maxIdle: Int = 8, maxActive: Int = 50000, whenExhaustedAction: Byte = ..., maxWait: Int = 5000) extends RedisClientPoolConfig with Product with Serializable

  23. class RedisMasterNotFoundException extends RedisException

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

  25. case class RedisNode(name: String, host: String, port: Int, maxIdle: Int = 8, database: Int = 0, secret: Option[Any] = scala.None) extends Product with Serializable

  26. case class RedisStackPoolConfig(maxIdle: Int = 8) extends RedisClientPoolConfig with Product with Serializable

  27. trait RedisSubscriptionMaintainer extends Log

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

  29. trait SetOperations extends AnyRef

  30. trait SortedSetOperations extends AnyRef

  31. trait StringOperations extends AnyRef

  32. trait SubCommand extends AnyRef

  33. class SubscribingThread extends Thread with Log

  34. trait SubscriptionReceiver extends AnyRef

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

Value Members

  1. object RedisClient

  2. object RedisNode extends Serializable

  3. package cluster

  4. package ds

  5. package sentinel

  6. package serialization

Ungrouped