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. object HyperLogLogCommands

  16. val Integer: Byte

  17. object KeyCommands

  18. val Lf: Byte

  19. object ListCommands

  20. val Multi: Byte

  21. val Newline: ByteString

  22. val NullBulkReplyCount: Int

  23. val NullMultiBulkReplyCount: Int

  24. object PubSubCommands

  25. object Queued extends RedisError

  26. object RedisCommand

  27. object RequestQueueEmpty extends Event with Product with Serializable

  28. object ServerCommands

  29. object SetCommands

  30. object SortedSetCommands

  31. val Status: Byte

  32. object StringCommands

  33. object TransactionCommands

Inherited from AnyRef

Inherited from Any

Ungrouped