trait ClientsInfo extends RedisInfo
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientsInfo
- RedisInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
- def blockedClients: commons.Opt[Int]
- def clientBiggestInputBuf: commons.Opt[Long]
- def clientLongestOutputList: commons.Opt[Long]
- def connectedClients: commons.Opt[Long]
-
def
get(name: String): commons.Opt[String]
- Definition Classes
- RedisInfo
-
lazy val
rawValues: commons.BMap[String, String]
- Definition Classes
- RedisInfo
-
def
toString(): String
- Definition Classes
- RedisInfo → AnyRef → Any