brando

package brando

Visibility
  1. Public
  2. All

Type Members

  1. case class Batch(requests: Request*) extends Product with Serializable

  2. case class BroadcastRequest(command: ByteString, params: ByteString*) extends Product with Serializable

  3. case class PubSubMessage(channel: String, message: String) extends Product with Serializable

  4. class Redis extends RedisConnectionSupervisor

  5. case class RedisDisconnectedException(message: String) extends Exception with Product with Serializable

  6. case class RedisException(message: String) extends Exception with Product with Serializable

  7. class RedisSentinel extends RedisConnectionSupervisor

  8. case class Request(command: ByteString, params: ByteString*) extends Product with Serializable

  9. class Sentinel extends Actor

  10. class ShardManager extends Actor

  11. class StashingRedis extends Actor with Stash

    This actor implements Akka stashing to stash requests to Redis when the connection is not established.

  12. sealed abstract class StatusReply extends AnyRef

Value Members

  1. object BroadcastRequest extends Serializable

  2. object Connection

  3. object ConnectionSupervisor

  4. object HashRequest

  5. object Ok extends StatusReply with Product with Serializable

  6. object Pong extends StatusReply with Product with Serializable

  7. object Queued extends StatusReply with Product with Serializable

  8. object Redis

  9. object RedisSentinel

  10. object Request extends Serializable

  11. object Response

  12. object Sentinel

  13. object ShardManager

  14. object StashingRedis

  15. object ValueType

Ungrouped