redis
.
algebra
server
object
server
extends
ServerInstances
with
ServerFunctions
Linear Supertypes
ServerFunctions
,
InjectFunctions
,
ServerInstances
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
server
ServerFunctions
InjectFunctions
ServerInstances
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
bgrewriteaof
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
bgsave
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
clientgetname
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Option
[
ByteString
]]
Definition Classes
ServerFunctions
def
clientkill
[
F
[
_
]
]
(
ip:
ByteString
,
port:
Int
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
clientlist
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Seq
[
ByteString
]]
Definition Classes
ServerFunctions
def
clientsetname
[
F
[
_
]
]
(
name:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
configget
[
F
[
_
]
]
(
parameter:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Seq
[
ByteString
]]
Definition Classes
ServerFunctions
def
configresetstat
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
configrewrite
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
configset
[
F
[
_
]
]
(
parameter:
ByteString
,
value:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
dbsize
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Short
]
Definition Classes
ServerFunctions
def
debugobject
[
F
[
_
]
]
(
key:
ByteString
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
debugsegfault
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flushall
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
flushdb
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
info
[
F
[
_
]
]
(
section:
Option
[
ByteString
] =
None
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
ByteString
]
Definition Classes
ServerFunctions
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
def
lastsave
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Seconds
]
Definition Classes
ServerFunctions
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
monitor
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Stream
[
ByteString
]]
Definition Classes
ServerFunctions
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
save
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
implicit
val
serverAlgebraFunctor
:
Functor
[
ServerAlgebra
]
Definition Classes
ServerInstances
def
shutdown
[
F
[
_
]
]
(
save:
Option
[
Boolean
] =
None
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
slaveof
[
F
[
_
]
]
(
master:
Master
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Status
]
Definition Classes
ServerFunctions
def
slowlog
[
F
[
_
]
]
(
subcommand:
SlowlogSubcommand
)
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
SlowlogResult
]
Definition Classes
ServerFunctions
def
sync
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
,
Unit
]
Definition Classes
ServerFunctions
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
time
[
F
[
_
]
]
(
implicit
arg0:
Functor
[
F
]
,
I:
Inject
[
ServerAlgebra
,
F
]
)
:
Free
[
F
, (
Seconds
,
Microseconds
)]
Definition Classes
ServerFunctions
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
ServerFunctions
Inherited from
InjectFunctions
Inherited from
ServerInstances
Inherited from
AnyRef
Inherited from
Any
Ungrouped