Packages

trait StatsInfo extends RedisInfo

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatsInfo
  2. RedisInfo
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val infoStr: String
    Definition Classes
    RedisInfo

Concrete Value Members

  1. def evictedKeys: commons.Opt[Long]
  2. def expiredKeys: commons.Opt[Long]
  3. def get(name: String): commons.Opt[String]
    Definition Classes
    RedisInfo
  4. def instantaneousInputKbps: commons.Opt[Double]
  5. def instantaneousOpsPerSec: commons.Opt[Long]
  6. def instantaneousOutputKbps: commons.Opt[Double]
  7. def keyspaceHits: commons.Opt[Long]
  8. def keyspaceMisses: commons.Opt[Long]
  9. def latestForkUsec: commons.Opt[Long]
  10. def migrateCachedSockets: commons.Opt[Long]
  11. def pubsubChannels: commons.Opt[Long]
  12. def pubsubPatterns: commons.Opt[Long]
  13. lazy val rawValues: commons.BMap[String, String]
    Definition Classes
    RedisInfo
  14. def rejectedConnections: commons.Opt[Long]
  15. def syncFull: commons.Opt[Long]
  16. def syncPartialErr: commons.Opt[Long]
  17. def syncPartialOk: commons.Opt[Long]
  18. def toString(): String
    Definition Classes
    RedisInfo → AnyRef → Any
  19. def totalCommandsProcessed: commons.Opt[Long]
  20. def totalConnectionsReceived: commons.Opt[Long]
  21. def totalNetInputBytes: commons.Opt[Long]
  22. def totalNetOutputBytes: commons.Opt[Long]