redis
.
algebra
data
package
data
Visibility
Public
All
Type Members
sealed abstract
class
Aggregate
extends
AnyRef
final
case class
And
(
dest:
ByteString
,
keys:
NonEmptyList
[
ByteString
]
)
extends
BitOperation
with
Product
with
Serializable
sealed abstract
class
BitOperation
extends
AnyRef
sealed abstract
class
By
extends
AnyRef
final
case class
Closed
(
value:
Double
)
extends
Endpoint
with
Product
with
Serializable
final
case class
Encoding
(
key:
ByteString
)
extends
ObjectSubcommand
with
Product
with
Serializable
final
case class
EncodingResult
(
value:
ByteString
)
extends
ObjectResult
with
Product
with
Serializable
sealed abstract
class
Endpoint
extends
AnyRef
final
case class
Get
(
limit:
Option
[
Int
] =
None
)
extends
SlowlogSubcommand
with
Product
with
Serializable
final
case class
GetResult
(
value:
Seq
[
ByteString
]
)
extends
SlowlogResult
with
Product
with
Serializable
final
case class
Host
(
name:
ByteString
,
port:
Int
)
extends
Master
with
Product
with
Serializable
final
case class
Idletime
(
key:
ByteString
)
extends
ObjectSubcommand
with
Product
with
Serializable
final
case class
IdletimeResult
(
value:
Long
)
extends
ObjectResult
with
Product
with
Serializable
final
case class
LenResult
(
value:
Int
)
extends
SlowlogResult
with
Product
with
Serializable
final
case class
Limit
(
offset:
Long
,
count:
Long
)
extends
Product
with
Serializable
final
case class
LuaBoolean
(
value:
Boolean
)
extends
LuaResult
with
Product
with
Serializable
final
case class
LuaNumber
(
value:
Long
)
extends
LuaResult
with
Product
with
Serializable
sealed abstract
class
LuaResult
extends
AnyRef
final
case class
LuaStatus
(
value:
Status
)
extends
LuaResult
with
Product
with
Serializable
final
case class
LuaString
(
value:
ByteString
)
extends
LuaResult
with
Product
with
Serializable
final
case class
LuaTable
(
value:
Seq
[
ByteString
]
)
extends
LuaResult
with
Product
with
Serializable
sealed abstract
class
Master
extends
AnyRef
final
case class
Not
(
dest:
ByteString
,
key:
ByteString
)
extends
BitOperation
with
Product
with
Serializable
sealed abstract
class
ObjectResult
extends
AnyRef
sealed abstract
class
ObjectSubcommand
extends
AnyRef
final
case class
Open
(
value:
Double
)
extends
Endpoint
with
Product
with
Serializable
final
case class
Or
(
dest:
ByteString
,
keys:
NonEmptyList
[
ByteString
]
)
extends
BitOperation
with
Product
with
Serializable
sealed abstract
class
Order
extends
AnyRef
final
case class
Pattern
(
pattern:
ByteString
)
extends
By
with
Product
with
Serializable
sealed abstract
class
Position
extends
AnyRef
final
case class
Refcount
(
key:
ByteString
)
extends
ObjectSubcommand
with
Product
with
Serializable
final
case class
RefcountResult
(
value:
Long
)
extends
ObjectResult
with
Product
with
Serializable
sealed abstract
class
SetOption
extends
AnyRef
sealed abstract
class
SlowlogResult
extends
AnyRef
sealed abstract
class
SlowlogSubcommand
extends
AnyRef
sealed abstract
class
Status
extends
AnyRef
sealed abstract
class
Type
extends
AnyRef
final
case class
Xor
(
dest:
ByteString
,
keys:
NonEmptyList
[
ByteString
]
)
extends
BitOperation
with
Product
with
Serializable
Value Members
object
+∞
extends
Endpoint
with
Product
with
Serializable
object
-∞
extends
Endpoint
with
Product
with
Serializable
object
After
extends
Position
with
Product
with
Serializable
object
Asc
extends
Order
with
Product
with
Serializable
object
Before
extends
Position
with
Product
with
Serializable
object
Desc
extends
Order
with
Product
with
Serializable
object
Error
extends
Status
with
Product
with
Serializable
object
Hash
extends
Type
with
Product
with
Serializable
object
Len
extends
SlowlogSubcommand
with
Product
with
Serializable
object
List
extends
Type
with
Product
with
Serializable
object
Max
extends
Aggregate
with
Product
with
Serializable
object
Min
extends
Aggregate
with
Product
with
Serializable
object
Noone
extends
Master
with
Product
with
Serializable
object
Nosort
extends
By
with
Product
with
Serializable
object
Nx
extends
SetOption
with
Product
with
Serializable
object
Ok
extends
Status
with
Product
with
Serializable
object
Reset
extends
SlowlogSubcommand
with
Product
with
Serializable
object
ResetResult
extends
SlowlogResult
with
Product
with
Serializable
object
Set
extends
Type
with
Product
with
Serializable
object
String
extends
Type
with
Product
with
Serializable
object
Sum
extends
Aggregate
with
Product
with
Serializable
object
Wrongtype
extends
Status
with
Product
with
Serializable
object
Xx
extends
SetOption
with
Product
with
Serializable
object
ZSet
extends
Type
with
Product
with
Serializable
Ungrouped