trait MemoryInfo extends RedisInfo
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MemoryInfo
- RedisInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
-
def
get(name: String): commons.Opt[String]
- Definition Classes
- RedisInfo
- def maxmemory: commons.Opt[Long]
- def maxmemoryHuman: commons.Opt[String]
- def maxmemoryPolicy: commons.Opt[MaxmemoryPolicy]
- def memAllocator: commons.Opt[String]
- def memFragmentationRatio: commons.Opt[Double]
-
lazy val
rawValues: commons.BMap[String, String]
- Definition Classes
- RedisInfo
-
def
toString(): String
- Definition Classes
- RedisInfo → AnyRef → Any
- def totalSystemMemory: commons.Opt[Long]
- def totalSystemMemoryHuman: commons.Opt[String]
- def usedMemory: commons.Opt[Long]
- def usedMemoryHuman: commons.Opt[String]
- def usedMemoryLua: commons.Opt[Long]
- def usedMemoryLuaHuman: commons.Opt[String]
- def usedMemoryPeak: commons.Opt[Long]
- def usedMemoryPeakHuman: commons.Opt[String]
- def usedMemoryRss: commons.Opt[Long]
- def usedMemoryRssHuman: commons.Opt[String]