object RedisServer extends RedisServer
- Alphabetic
- By Inheritance
- RedisServer
- RedisServer
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[K, V](implicit connection: StatefulRedisConnection[K, V]): Task[String]
Asynchronously rewrite the append-only file.
Asynchronously rewrite the append-only file.
- returns
Always OK.
- Definition Classes
- RedisServer
-
def
bgsave[K, V](implicit connection: StatefulRedisConnection[K, V]): Task[String]
Asynchronously save the dataset to disk.
Asynchronously save the dataset to disk.
- returns
Simple string reply
- Definition Classes
- RedisServer
-
def
clientGetname[K, V](implicit connection: StatefulRedisConnection[K, V]): Task[String]
Get the current connection name.
Get the current connection name.
- returns
The connection name, or a null bulk reply if no name is set.
- Definition Classes
- RedisServer
-
def
clientKill[K, V](addr: String)(implicit connection: StatefulRedisConnection[K, V]): Task[String]
Kill the connection of a client identified by ip:port.
Kill the connection of a client identified by ip:port.
- returns
OK if the connection exists and has been closed.
- Definition Classes
- RedisServer
-
def
clientList[K, V](implicit connection: StatefulRedisConnection[K, V]): Task[String]
Get the list of client connections.
Get the list of client connections.
- returns
A unique string, formatted as follows: One client connection per line (separated by LF), each line is composed of a succession of property=value fields separated by a space character.
- Definition Classes
- RedisServer
-
def
clientSetname[K, V](name: K)(implicit connection: StatefulRedisConnection[K, V]): Task[String]
Set the current connection name.
Set the current connection name.
- returns
OK if the connection name was successfully set.
- Definition Classes
- RedisServer
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
commandCount[K, V](implicit connection: StatefulRedisConnection[K, V]): Task[Long]
Get total number of Redis commands.
Get total number of Redis commands.
- returns
Number of total commands in this Redis server.
- Definition Classes
- RedisServer
-
def
configGet[K, V](parameter: String)(implicit connection: StatefulRedisConnection[K, V]): Task[Map[String, String]]
Get the value of a configuration parameter.
Get the value of a configuration parameter.
- returns
Bulk string reply
- Definition Classes
- RedisServer
-
def
configResetstat[K, V](implicit connection: StatefulRedisConnection[K, V]): Task[String]
Reset the stats returned by INFO.
Reset the stats returned by INFO.
- returns
Always OK.
- Definition Classes
- RedisServer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flushall[K, V]()(implicit connection: StatefulRedisConnection[K, V]): Task[String]
Remove all keys reactivehronously from all databases.
Remove all keys reactivehronously from all databases.
- returns
Simple string reply
- Definition Classes
- RedisServer
-
def
flushdb[K, V]()(implicit connection: StatefulRedisConnection[K, V]): Task[String]
Remove all keys reactivehronously from the current database.
Remove all keys reactivehronously from the current database.
- returns
Single string reply
- Definition Classes
- RedisServer
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
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( ... ) @native()