brando

package brando

Visibility
  1. Public
  2. All

Type Members

  1. class Brando extends Actor

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

  3. case class Shard(id: String, host: String, port: Int, database: Option[Int] = scala.None, auth: Option[String] = scala.None) extends Product with Serializable

  4. class ShardManager extends Actor

  5. case class ShardRequest(command: ByteString, key: ByteString, params: ByteString*) extends Product with Serializable

  6. abstract class StatusReply extends AnyRef

Value Members

  1. object Brando

  2. object ErrorReply

  3. object HashRequest

  4. object IntegerReply

  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 Request extends Serializable

  9. object Response

  10. object ShardManager

  11. object ShardRequest extends Serializable

  12. object ValueType

Ungrouped