trait Server extends Request

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Server
  2. Request
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. implicit abstract val executionContext: ExecutionContext
    Definition Classes
    Request
  2. abstract def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]
    Definition Classes
    Request

Concrete 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 bgrewriteaof(): Future[String]
  6. def bgsave(): Future[String]
  7. def clientGetname(): Future[Option[String]]
  8. def clientKill(ip: String, port: Int): Future[Boolean]
  9. def clientList(): Future[Seq[Map[String, String]]]
  10. def clientSetname(connectionName: String): Future[Boolean]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def configGet(parameter: String): Future[Map[String, String]]
  13. def configResetstat(): Future[Boolean]
  14. def configSet(parameter: String, value: String): Future[Boolean]
  15. def dbsize(): Future[Long]
  16. def debugObject(key: String): Future[String]
  17. def debugSegfault(): Future[String]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def flushall(async: Boolean = false): Future[Boolean]
  22. def flushdb(async: Boolean = false): Future[Boolean]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def info(section: String): Future[String]
  26. def info(): Future[String]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def lastsave(): Future[Long]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def save(): Future[Boolean]
  33. def shutdown(modifier: ShutdownModifier): Future[Boolean]
  34. def shutdown(): Future[Boolean]
  35. def slaveof(host: String, port: Int): Future[Boolean]
  36. def slaveofNoOne(): Future[Boolean]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def time(): Future[(Long, Long)]
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Request

Inherited from AnyRef

Inherited from Any

Ungrouped