redis.commands

Server

trait Server extends Request

Source
Server.scala
Linear Supertypes
Request, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Server
  2. Request
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bgrewriteaof(): Future[String]

  8. def bgsave(): Future[String]

  9. def clientGetname(): Future[Option[String]]

  10. def clientKill(ip: String, port: Int): Future[Boolean]

  11. def clientList(): Future[Seq[Map[String, String]]]

  12. def clientSetname(connectionName: String): Future[Boolean]

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def configGet(parameter: String): Future[Map[String, String]]

  15. def configResetstat(): Future[Boolean]

  16. def configSet(parameter: String, value: String): Future[Boolean]

  17. def dbsize(): Future[Long]

  18. def debugObject(key: String): Future[String]

  19. def debugSegfault(): Future[String]

  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def flushall(): Future[Boolean]

  24. def flushdb(): Future[Boolean]

  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def info(section: String): Future[String]

  28. def info(): Future[String]

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def lastsave(): Future[Long]

  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def save(): Future[Boolean]

  35. def shutdown(modifier: ShutdownModifier): Future[Boolean]

  36. def shutdown(): Future[Boolean]

  37. def slaveof(host: String, port: Int): Future[Boolean]

  38. def slaveofNoOne(): Future[Boolean]

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def time(): Future[(Long, Long)]

  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Request

Inherited from AnyRef

Inherited from Any

Ungrouped