object ServerRequests
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerRequests
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class BGRewriteAOF () extends Request[Unit] with Product with Serializable
- case class BGSave () extends Request[Unit] with Product with Serializable
- case class ClientGetName () extends Request[Option[String]] with Product with Serializable
- case class ClientKill (ip: String, port: Int) extends Request[Unit] with Product with Serializable
- case class ClientKillWithFilters (addrOpt: Option[(String, Int)], idOpt: Option[Long], typeOpt: Option[ClientType], skipMe: Boolean) extends Request[Long] with Product with Serializable
- case class ClientList () extends Request[List[Map[String, String]]] with Product with Serializable
- case class ClientPause (timeoutMillis: Long) extends Request[Unit] with Product with Serializable
- case class ClientSetName (name: String) extends Request[Unit] with Product with Serializable
- case class Command () extends Request[Map[String, scredis.CommandInfo]] with Product with Serializable
- case class CommandCount () extends Request[Int] with Product with Serializable
- case class CommandGetKeys [CC[X] <: Traversable[X]](command: String)(implicit cbf: CanBuildFrom[Nothing, String, CC[String]]) extends Request[CC[String]] with Product with Serializable
- case class CommandInfo (commands: String*) extends Request[Map[String, scredis.CommandInfo]] with Product with Serializable
- case class ConfigGet (parameter: String) extends Request[Map[String, String]] with Product with Serializable
- case class ConfigResetStat () extends Request[Unit] with Product with Serializable
- case class ConfigRewrite () extends Request[Unit] with Product with Serializable
- case class ConfigSet [W](parameter: String, value: W)(implicit evidence$1: Writer[W]) extends Request[Unit] with Product with Serializable
- case class DBSize () extends Request[Long] with Product with Serializable
- case class FlushAll () extends Request[Unit] with Product with Serializable
- case class FlushDB () extends Request[Unit] with Product with Serializable
- case class Info (sectionOpt: Option[String]) extends Request[Map[String, String]] with Product with Serializable
- case class LastSave () extends Request[Long] with Product with Serializable
- case class Role () extends Request[scredis.Role] with Product with Serializable
- case class Save () extends Request[Unit] with Product with Serializable
- case class Shutdown (modifierOpt: Option[ShutdownModifier]) extends Request[Unit] with Product with Serializable
- case class SlaveOf (host: String, port: Int) extends Request[Unit] with Product with Serializable
- case class SlaveOfNoOne () extends Request[Unit] with Product with Serializable
- case class SlowLogGet [CC[X] <: Traversable[X]](countOpt: Option[Int])(implicit cbf: CanBuildFrom[Nothing, SlowLogEntry, CC[SlowLogEntry]]) extends Request[CC[SlowLogEntry]] with Product with Serializable
- case class SlowLogLen () extends Request[Long] with Product with Serializable
- case class SlowLogReset () extends Request[Unit] with Product with Serializable
- case class Time () extends Request[(Long, Long)] with Product with Serializable
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( ... )
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
- object BGRewriteAOF extends ZeroArgCommand with Serializable
- object BGSave extends ZeroArgCommand with Serializable
- object ClientGetName extends ZeroArgCommand with Serializable
- object ClientKill extends protocol.Command with Serializable
- object ClientList extends ZeroArgCommand with Serializable
- object ClientPause extends protocol.Command with Serializable
- object ClientSetName extends protocol.Command with Serializable
- object Command extends ZeroArgCommand with Serializable
- object CommandCount extends ZeroArgCommand with Serializable
- object CommandGetKeys extends protocol.Command with Serializable
- object CommandInfo extends protocol.Command with Serializable
- object ConfigGet extends protocol.Command with Serializable
- object ConfigResetStat extends ZeroArgCommand with Serializable
- object ConfigRewrite extends ZeroArgCommand with Serializable
- object ConfigSet extends protocol.Command with Serializable
- object DBSize extends ZeroArgCommand with Serializable
- object FlushAll extends ZeroArgCommand with WriteCommand with Serializable
- object FlushDB extends ZeroArgCommand with WriteCommand with Serializable
- object Info extends protocol.Command with Serializable
- object LastSave extends ZeroArgCommand with Serializable
- object Role extends ZeroArgCommand with Serializable
- object Save extends ZeroArgCommand with WriteCommand with Serializable
- object Shutdown extends protocol.Command with Serializable
- object SlaveOf extends protocol.Command with Serializable
- object SlowLogGet extends protocol.Command with Serializable
- object SlowLogLen extends ZeroArgCommand with Serializable
- object SlowLogReset extends ZeroArgCommand with Serializable
- object Time extends ZeroArgCommand with Serializable