redis.api.servers
package redis.api.servers
Members list
Type members
Classlikes
case object Bgrewriteaof extends RedisCommandStatusString
Attributes
- Source
- Bgrewriteaof.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RedisCommandStatusStringtrait RedisCommandStatus[String]class Objecttrait Matchableclass AnyShow all
- Self type
-
Bgrewriteaof.type
case object Bgsave extends RedisCommandStatusString
Attributes
- Source
- Bgsave.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RedisCommandStatusStringtrait RedisCommandStatus[String]class Objecttrait Matchableclass AnyShow all
- Self type
-
Bgsave.type
case object ClientGetname extends RedisCommandBulkOptionByteString[String]
Attributes
- Source
- ClientGetname.scala
- Supertypes
- Self type
-
ClientGetname.type
case class ClientKill(ip: String, port: Int) extends RedisCommandStatusBoolean
Attributes
- Source
- ClientKill.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
case object ClientList extends RedisCommandBulk[Seq[Map[String, String]]]
Attributes
- Source
- ClientList.scala
- Supertypes
- Self type
-
ClientList.type
case class ClientSetname(connectionName: String) extends RedisCommandStatusBoolean
Attributes
- Source
- ClientSetname.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- ConfigGet.scala
- Supertypes
case object ConfigResetstat extends RedisCommandStatusBoolean
Attributes
- Source
- ConfigResetstat.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
ConfigResetstat.type
case class ConfigSet(parameter: String, value: String) extends RedisCommandStatusBoolean
Attributes
- Source
- ConfigSet.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
case object Dbsize extends RedisCommandIntegerLong
Attributes
- Source
- Dbsize.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class Objecttrait Matchableclass AnyShow all
- Self type
-
Dbsize.type
case class DebugObject[K](key: K)(using redisKey: ByteStringSerializer[K]) extends RedisCommandStatusString
Attributes
- Source
- DebugObject.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatusStringtrait RedisCommandStatus[String]class Objecttrait Matchableclass AnyShow all
case object DebugSegfault extends RedisCommandStatusString
Attributes
- Source
- DebugSegfault.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RedisCommandStatusStringtrait RedisCommandStatus[String]class Objecttrait Matchableclass AnyShow all
- Self type
-
DebugSegfault.type
case class Flushall(async: Boolean) extends RedisCommandStatusBoolean
Attributes
- Source
- Flushall.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
case class Flushdb(async: Boolean) extends RedisCommandStatusBoolean
Attributes
- Source
- Flushdb.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
case class Info(section: Option[String]) extends RedisCommandBulk[String]
Attributes
- Source
- Info.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandBulk[String]class Objecttrait Matchableclass AnyShow all
case object Lastsave extends RedisCommandIntegerLong
Attributes
- Source
- Lastsave.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class Objecttrait Matchableclass AnyShow all
- Self type
-
Lastsave.type
case object Save extends RedisCommandStatusBoolean
Attributes
- Source
- Save.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
Save.type
case class Shutdown(modifier: Option[ShutdownModifier]) extends RedisCommandStatusBoolean
Attributes
- Source
- Shutdown.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
case class Slaveof(ip: String, port: Int) extends RedisCommandStatusBoolean
Attributes
- Source
- Slaveof.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
case object SlaveofNoOne extends RedisCommandStatusBoolean
Attributes
- Source
- SlaveofNoOne.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
SlaveofNoOne.type
case object Time extends RedisCommandMultiBulk[(Long, Long)]
Attributes
- Source
- Time.scala
- Supertypes
- Self type
-
Time.type
In this article