Package

com.redis

protocol

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. type Args = protocol.RedisCommand.Args

    Permalink
  2. implicit class ArgsOps[A] extends AnyRef

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

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

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

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

    Permalink
  7. abstract class RedisCommand[A] extends AnyRef

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

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

    Permalink
  10. implicit class StringifiedArgsOps extends AnyRef

    Permalink

Value Members

  1. val ANil: protocol.RedisCommand.Args

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

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

    Permalink
  4. val Bulk: Byte

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

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

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

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

    Permalink
  9. object ConnectionCommands

    Permalink
  10. val Cr: Byte

    Permalink

    Response codes from the Redis server

  11. object Discarded extends Product with Serializable

    Permalink
  12. val Err: Byte

    Permalink
  13. object EvalCommands

    Permalink
  14. object HashCommands

    Permalink
  15. object HyperLogLogCommands

    Permalink
  16. val Integer: Byte

    Permalink
  17. object KeyCommands

    Permalink
  18. val Lf: Byte

    Permalink
  19. object ListCommands

    Permalink
  20. val Multi: Byte

    Permalink
  21. val Newline: ByteString

    Permalink
  22. val NullBulkReplyCount: Int

    Permalink
  23. val NullMultiBulkReplyCount: Int

    Permalink
  24. object PubSubCommands

    Permalink
  25. object Queued extends RedisError

    Permalink
  26. object RedisCommand

    Permalink
  27. object RequestQueueEmpty extends Event with Product with Serializable

    Permalink
  28. object ServerCommands

    Permalink
  29. object SetCommands

    Permalink
  30. object SortedSetCommands

    Permalink
  31. val Status: Byte

    Permalink
  32. object StringCommands

    Permalink
  33. object TransactionCommands

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped