com
.
redis
protocol
package
protocol
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
protocol
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
type
Args
=
protocol.RedisCommand.Args
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
implicit
class
StringifiedArgsOps
extends
AnyRef
Value Members
val
ANil
:
protocol.RedisCommand.Args
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
object
ConnectionCommands
val
Cr
:
Byte
Response codes from the Redis server
object
Discarded
extends
Product
with
Serializable
val
Err
:
Byte
object
EvalCommands
object
HashCommands
object
HyperLogLogCommands
val
Integer
:
Byte
object
KeyCommands
val
Lf
:
Byte
object
ListCommands
val
Multi
:
Byte
val
Newline
:
ByteString
val
NullBulkReplyCount
:
Int
val
NullMultiBulkReplyCount
:
Int
object
Queued
extends
RedisError
object
RedisCommand
object
RequestQueueEmpty
extends
Event
with
Product
with
Serializable
object
ServerCommands
object
SetCommands
object
SortedSetCommands
val
Status
:
Byte
object
StringCommands
object
TransactionCommands
Inherited from
AnyRef
Inherited from
Any
Ungrouped