redis
.
api
connection
package
connection
Visibility
Public
All
Type Members
case class
Auth
[
V
]
(
value:
V
)
(
implicit
convert:
ByteStringSerializer
[
V
]
)
extends
RedisCommandStatus
[
Status
] with
Product
with
Serializable
case class
Echo
[
V
,
R
]
(
value:
V
)
(
implicit
convert:
ByteStringSerializer
[
V
]
,
deserializerR:
ByteStringDeserializer
[
R
]
)
extends
RedisCommandBulkOptionByteString
[
R
] with
Product
with
Serializable
case class
Select
(
index:
Int
)
extends
RedisCommandStatusBoolean
with
Product
with
Serializable
Value Members
object
Ping
extends
RedisCommandStatusString
with
Product
with
Serializable
object
Quit
extends
RedisCommandStatusBoolean
with
Product
with
Serializable
Ungrouped