trait Server extends Request
Ordering
- Alphabetic
- By Inheritance
Inherited
- Server
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- implicit abstract val executionContext: ExecutionContext
- Definition Classes
- Request
- abstract def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]
- Definition Classes
- Request
Concrete 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(): Future[String]
- def bgsave(): Future[String]
- def clientGetname(): Future[Option[String]]
- def clientKill(ip: String, port: Int): Future[Boolean]
- def clientList(): Future[Seq[Map[String, String]]]
- def clientSetname(connectionName: String): Future[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def configGet(parameter: String): Future[Map[String, String]]
- def configResetstat(): Future[Boolean]
- def configSet(parameter: String, value: String): Future[Boolean]
- def dbsize(): Future[Long]
- def debugObject(key: String): Future[String]
- def debugSegfault(): Future[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flushall(async: Boolean = false): Future[Boolean]
- def flushdb(async: Boolean = false): Future[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def info(section: String): Future[String]
- def info(): Future[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastsave(): Future[Long]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def save(): Future[Boolean]
- def shutdown(modifier: ShutdownModifier): Future[Boolean]
- def shutdown(): Future[Boolean]
- def slaveof(host: String, port: Int): Future[Boolean]
- def slaveofNoOne(): Future[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def time(): Future[(Long, Long)]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()