com

redis

package redis

Visibility
  1. Public
  2. All

Type Members

  1. trait ConnectionCommand extends AnyRef

  2. case class E(e: Throwable) extends PubSubMessage with Product with Serializable

  3. trait EvalOperations extends AnyRef

  4. trait HashOperations extends AnyRef

  5. trait IO extends Log

  6. trait ListOperations extends AnyRef

  7. trait Log extends AnyRef

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

  9. trait NodeOperations extends AnyRef

  10. trait Operations extends ConnectionCommand

  11. trait PoolCreationByAddress extends AnyRef

  12. trait Protocol extends R

  13. trait PubCommand extends AnyRef

  14. sealed trait PubSubMessage extends AnyRef

  15. trait Redis extends IO with Protocol with Log

  16. class RedisClient extends RedisCommand with PubCommand with SubCommand

  17. trait RedisClientPool extends AnyRef

  18. class RedisClientPoolByAddress extends RedisPoolByAddressBase[RedisClient] with RedisClientPool

  19. trait RedisClientPoolConfig extends AnyRef

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

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

  22. abstract class RedisException extends RuntimeException

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

  24. class RedisMasterNotFoundException extends RedisException

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

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

  27. trait RedisPoolByAddressBase[R <: Redis] extends AnyRef

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

  29. trait RedisSubscriptionMaintainer extends Log

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

  31. trait SetOperations extends AnyRef

  32. trait SortedSetOperations extends AnyRef

  33. trait StringOperations extends AnyRef

  34. trait SubCommand extends AnyRef

  35. class SubscribingThread extends Thread with Log

  36. trait SubscriptionReceiver extends AnyRef

  37. 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