com.redis

protocol

package protocol

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. protocol
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type CloseCommand = akka.io.Tcp.CloseCommand

  2. type Command = akka.io.Tcp.Command

  3. type ConnectionClosed = akka.io.Tcp.ConnectionClosed

  4. type Event = akka.io.Tcp.Event

  5. abstract class RedisCommand[A] extends AnyRef

  6. case class RedisError(message: String) extends Throwable with Product with Serializable

  7. case class RedisRequest(sender: ActorRef, command: RedisCommand[_]) extends Command with Product with Serializable

Value Members

  1. val Abort: akka.io.Tcp.Abort.type

  2. val Aborted: akka.io.Tcp.Aborted.type

  3. val Bulk: Byte

  4. val Close: akka.io.Tcp.Close.type

  5. val Closed: akka.io.Tcp.Closed.type

  6. val ConfirmedClose: akka.io.Tcp.ConfirmedClose.type

  7. val ConfirmedClosed: akka.io.Tcp.ConfirmedClosed.type

  8. val Cr: Byte

    Response codes from the Redis server

  9. val Err: Byte

  10. object EvalCommands

  11. object HashCommands

  12. val Integer: Byte

  13. object KeyCommands

  14. val Lf: Byte

  15. object ListCommands

  16. val Multi: Byte

  17. val Newline: ByteString

  18. object NodeCommands

  19. val NullBulkReplyCount: Int

  20. object RedisCommand

  21. object RequestQueueEmpty extends Event with Product with Serializable

  22. object SetCommands

  23. object SortedSetCommands

  24. val Status: Byte

  25. object StringCommands

Inherited from AnyRef

Inherited from Any

Ungrouped