object ServerRequests

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerRequests
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class BGRewriteAOF() extends Request[Unit] with Product with Serializable
  2. case class BGSave() extends Request[Unit] with Product with Serializable
  3. case class ClientGetName() extends Request[Option[String]] with Product with Serializable
  4. case class ClientKill(ip: String, port: Int) extends Request[Unit] with Product with Serializable
  5. case class ClientKillWithFilters(addrOpt: Option[(String, Int)], idOpt: Option[Long], typeOpt: Option[ClientType], skipMe: Boolean) extends Request[Long] with Product with Serializable
  6. case class ClientList() extends Request[List[Map[String, String]]] with Product with Serializable
  7. case class ClientPause(timeoutMillis: Long) extends Request[Unit] with Product with Serializable
  8. case class ClientSetName(name: String) extends Request[Unit] with Product with Serializable
  9. case class Command() extends Request[Map[String, scredis.CommandInfo]] with Product with Serializable
  10. case class CommandCount() extends Request[Int] with Product with Serializable
  11. case class CommandGetKeys(command: String) extends Request[List[String]] with Product with Serializable
  12. case class CommandInfo(commands: String*) extends Request[Map[String, scredis.CommandInfo]] with Product with Serializable
  13. case class ConfigGet(parameter: String) extends Request[Map[String, String]] with Product with Serializable
  14. case class ConfigResetStat() extends Request[Unit] with Product with Serializable
  15. case class ConfigRewrite() extends Request[Unit] with Product with Serializable
  16. case class ConfigSet[W](parameter: String, value: W)(implicit evidence$1: Writer[W]) extends Request[Unit] with Product with Serializable
  17. case class DBSize() extends Request[Long] with Product with Serializable
  18. case class FlushAll() extends Request[Unit] with Product with Serializable
  19. case class FlushDB() extends Request[Unit] with Product with Serializable
  20. case class Info(sectionOpt: Option[String]) extends Request[Map[String, String]] with Product with Serializable
  21. case class LastSave() extends Request[Long] with Product with Serializable
  22. case class Role() extends Request[scredis.Role] with Product with Serializable
  23. case class Save() extends Request[Unit] with Product with Serializable
  24. case class Shutdown(modifierOpt: Option[ShutdownModifier]) extends Request[Unit] with Product with Serializable
  25. case class SlaveOf(host: String, port: Int) extends Request[Unit] with Product with Serializable
  26. case class SlaveOfNoOne() extends Request[Unit] with Product with Serializable
  27. case class SlowLogGet(countOpt: Option[Int]) extends Request[List[SlowLogEntry]] with Product with Serializable
  28. case class SlowLogLen() extends Request[Long] with Product with Serializable
  29. case class SlowLogReset() extends Request[Unit] with Product with Serializable
  30. case class Time() extends Request[(Long, Long)] with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. object BGRewriteAOF extends ZeroArgCommand with Serializable
  21. object BGSave extends ZeroArgCommand with Serializable
  22. object ClientGetName extends ZeroArgCommand with Serializable
  23. object ClientKill extends protocol.Command with Serializable
  24. object ClientList extends ZeroArgCommand with Serializable
  25. object ClientPause extends protocol.Command with Serializable
  26. object ClientSetName extends protocol.Command with Serializable
  27. object Command extends ZeroArgCommand with Serializable
  28. object CommandCount extends ZeroArgCommand with Serializable
  29. object CommandGetKeys extends protocol.Command with Serializable
  30. object CommandInfo extends protocol.Command with Serializable
  31. object ConfigGet extends protocol.Command with Serializable
  32. object ConfigResetStat extends ZeroArgCommand with Serializable
  33. object ConfigRewrite extends ZeroArgCommand with Serializable
  34. object ConfigSet extends protocol.Command with Serializable
  35. object DBSize extends ZeroArgCommand with Serializable
  36. object FlushAll extends ZeroArgCommand with WriteCommand with Serializable
  37. object FlushDB extends ZeroArgCommand with WriteCommand with Serializable
  38. object Info extends protocol.Command with Serializable
  39. object LastSave extends ZeroArgCommand with Serializable
  40. object Role extends ZeroArgCommand with Serializable
  41. object Save extends ZeroArgCommand with WriteCommand with Serializable
  42. object Shutdown extends protocol.Command with Serializable
  43. object SlaveOf extends protocol.Command with Serializable
  44. object SlowLogGet extends protocol.Command with Serializable
  45. object SlowLogLen extends ZeroArgCommand with Serializable
  46. object SlowLogReset extends ZeroArgCommand with Serializable
  47. object Time extends ZeroArgCommand with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped