redis
.
algebra
key
object
key
extends
KeyInstances
with
KeyFunctions
Linear Supertypes
KeyFunctions
,
InjectFunctions
,
KeyInstances
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
key
KeyFunctions
InjectFunctions
KeyInstances
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
del
[
F
[
_
]
]
(
keys:
NonEmptyList
[
ByteString
]
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Long
]
Definition Classes
KeyFunctions
def
dump
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Option
[
ByteString
]]
Definition Classes
KeyFunctions
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
exists
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
KeyFunctions
def
expire
[
F
[
_
]
]
(
key:
ByteString
,
in:
Seconds
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
KeyFunctions
def
expireat
[
F
[
_
]
]
(
key:
ByteString
,
at:
Seconds
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
KeyFunctions
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
inject
[
F
[
_
]
,
G
[
_
]
,
A
]
(
ga:
G
[
Free
[
F
,
A
]]
)
(
implicit
F:
Functor
[
F
]
,
I:
Inject
[
G
,
F
]
)
:
Free
[
F
,
A
]
Definition Classes
InjectFunctions
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
implicit
val
keyAlgebraFunctor
:
Functor
[
KeyAlgebra
]
Definition Classes
KeyInstances
def
keys
[
F
[
_
]
]
(
pattern:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Seq
[
ByteString
]]
Definition Classes
KeyFunctions
def
match_
[
F
[
_
]
,
G
[
_
]
,
A
]
(
fa:
Free
[
F
,
A
]
)
(
implicit
F:
Functor
[
F
]
,
I:
Inject
[
G
,
F
]
)
:
Option
[
G
[
Free
[
F
,
A
]]]
Definition Classes
InjectFunctions
def
migrate
[
F
[
_
]
]
(
host:
ByteString
,
port:
Int
,
key:
ByteString
,
timeout:
Milliseconds
,
destination:
Short
,
copy:
Boolean
=
false
,
replace:
Boolean
=
false
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
KeyFunctions
def
move
[
F
[
_
]
]
(
key:
ByteString
,
db:
Short
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
KeyFunctions
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
object
[
F
[
_
]
]
(
subcommand:
ObjectSubcommand
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Option
[
ObjectResult
]]
Definition Classes
KeyFunctions
def
persist
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
KeyFunctions
def
pexpire
[
F
[
_
]
]
(
key:
ByteString
,
in:
Milliseconds
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
KeyFunctions
def
pexpireat
[
F
[
_
]
]
(
key:
ByteString
,
at:
Milliseconds
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
KeyFunctions
def
pttl
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Option
[
Milliseconds
]]
Definition Classes
KeyFunctions
def
randomkey
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Option
[
ByteString
]]
Definition Classes
KeyFunctions
def
rename
[
F
[
_
]
]
(
key:
ByteString
,
name:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
KeyFunctions
def
renamenx
[
F
[
_
]
]
(
key:
ByteString
,
name:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Boolean
]
Definition Classes
KeyFunctions
def
restore
[
F
[
_
]
]
(
key:
ByteString
,
value:
ByteString
,
ttl:
Option
[
Milliseconds
] =
None
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
KeyFunctions
def
sort
[
F
[
_
]
]
(
key:
ByteString
,
by:
Option
[
By
] =
None
,
limit:
Option
[
Limit
] =
None
,
get:
Seq
[
ByteString
] =
Nil
,
order:
Order
=
Asc
,
alpha:
Boolean
=
false
,
store:
Option
[
ByteString
] =
None
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
\/
[
Seq
[
ByteString
],
Long
]]
Definition Classes
KeyFunctions
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
ttl
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Option
[
Seconds
]]
Definition Classes
KeyFunctions
def
type
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
KeyAlgebra
,
F
]
)
:
Free
[
F
,
Option
[
data.Type
]]
Definition Classes
KeyFunctions
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
KeyFunctions
Inherited from
InjectFunctions
Inherited from
KeyInstances
Inherited from
AnyRef
Inherited from
Any
Ungrouped