package
protocol
Type Members
-
-
implicit
class
ArgsOps[A] extends AnyRef
-
type
CloseCommand = akka.io.Tcp.CloseCommand
-
type
Command = akka.io.Tcp.Command
-
type
ConnectionClosed = akka.io.Tcp.ConnectionClosed
-
type
Event = akka.io.Tcp.Event
-
abstract
class
RedisCommand[A] extends AnyRef
-
case class
RedisError(message: String) extends Throwable with Product with Serializable
-
case class
RedisRequest(sender: ActorRef, command: RedisCommand[_]) extends Command with Product with Serializable
-
Value Members
-
-
val
Abort: akka.io.Tcp.Abort.type
-
val
Aborted: akka.io.Tcp.Aborted.type
-
val
Bulk: Byte
-
val
Close: akka.io.Tcp.Close.type
-
val
Closed: akka.io.Tcp.Closed.type
-
val
ConfirmedClose: akka.io.Tcp.ConfirmedClose.type
-
val
ConfirmedClosed: akka.io.Tcp.ConfirmedClosed.type
-
-
val
Cr: Byte
-
object
Discarded extends Product with Serializable
-
val
Err: Byte
-
-
-
-
val
Integer: Byte
-
-
val
Lf: Byte
-
-
val
Multi: Byte
-
val
Newline: ByteString
-
val
NullBulkReplyCount: Int
-
val
NullMultiBulkReplyCount: Int
-
-
-
-
object
RequestQueueEmpty extends Event with Product with Serializable
-
-
-
-
val
Status: Byte
-
-
Inherited from AnyRef
Inherited from Any