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 PoolListener extends AnyRef

  13. trait Protocol extends R

  14. trait PubCommand extends AnyRef

  15. sealed trait PubSubMessage extends AnyRef

  16. trait Redis extends IO with Protocol with Log

  17. class RedisClient extends RedisCommand with PubCommand with SubCommand

  18. trait RedisClientPool extends AnyRef

  19. class RedisClientPoolByAddress extends RedisPoolByAddressBase[RedisClient] with RedisClientPool

  20. trait RedisClientPoolConfig extends AnyRef

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

  22. case class RedisConnectionException(message: String) extends RedisException with Product with Serializable

  23. abstract class RedisException extends RuntimeException

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

  25. class RedisMasterNotFoundException extends RedisException

  26. case class RedisMultiExecException(message: String) extends RedisException with Product with Serializable

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

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

  29. class RedisProtocolParsingException extends RedisException

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

  31. trait RedisSubscriptionMaintainer extends Log

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

  33. trait SetOperations extends AnyRef

  34. trait SortedSetOperations extends AnyRef

  35. trait StringOperations extends AnyRef

  36. trait SubCommand extends AnyRef

  37. class SubscribingThread extends Thread with Log

  38. trait SubscriptionReceiver extends AnyRef

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