trait ServerInfo extends RedisInfo
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerInfo
- RedisInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
- def archBits: commons.Opt[Int]
- def configFile: commons.Opt[String]
- def executable: commons.Opt[String]
- def gccVersion: commons.Opt[String]
-
def
get(name: String): commons.Opt[String]
- Definition Classes
- RedisInfo
- def hz: commons.Opt[Int]
- def lruClock: commons.Opt[Long]
- def multiplexingApi: commons.Opt[String]
- def os: commons.Opt[String]
- def processId: commons.Opt[Int]
-
lazy val
rawValues: commons.BMap[String, String]
- Definition Classes
- RedisInfo
- def redisBuildId: commons.Opt[String]
- def redisGitDirty: commons.Opt[Boolean]
- def redisGitSha1: commons.Opt[String]
- def redisMode: commons.Opt[RedisMode]
- def redisVersion: commons.Opt[String]
- def runId: commons.Opt[String]
- def tcpPort: commons.Opt[Int]
-
def
toString(): String
- Definition Classes
- RedisInfo → AnyRef → Any
- def uptimeInDays: commons.Opt[Long]
- def uptimeInSeconds: commons.Opt[Long]