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 Args = protocol.RedisCommand.Args

  2. implicit class ArgsOps[A] extends AnyRef

  3. type CloseCommand = akka.io.Tcp.CloseCommand

  4. type Command = akka.io.Tcp.Command

  5. type ConnectionClosed = akka.io.Tcp.ConnectionClosed

  6. type Event = akka.io.Tcp.Event

  7. abstract class RedisCommand[A] extends AnyRef

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

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

  10. implicit class StringifiedArgsOps extends AnyRef

Value Members

  1. val ANil: protocol.RedisCommand.Args

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

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

  4. val Bulk: Byte

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

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

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

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

  9. object ConnectionCommands

  10. val Cr: Byte

    Response codes from the Redis server

  11. object Discarded extends Product with Serializable

  12. val Err: Byte

  13. object EvalCommands

  14. object HashCommands

  15. val Integer: Byte

  16. object KeyCommands

  17. val Lf: Byte

  18. object ListCommands

  19. val Multi: Byte

  20. val Newline: ByteString

  21. val NullBulkReplyCount: Int

  22. val NullMultiBulkReplyCount: Int

  23. object Queued extends RedisError

  24. object RedisCommand

  25. object RequestQueueEmpty extends Event with Product with Serializable

  26. object ServerCommands

  27. object SetCommands

  28. object SortedSetCommands

  29. val Status: Byte

  30. object StringCommands

  31. object TransactionCommands

Inherited from AnyRef

Inherited from Any

Ungrouped