Label
public enum Label : String, CustomStringConvertible
An enumeration of all the labels used by the Redis library for various Metrics
data points.
Each is backed by a raw string, and this type is CustomStringConvertible
to receive a
namespaced description in the form of "RediStack.<rawValue>"
.
-
Undocumented
Declaration
Swift
case totalConnectionCount
-
Undocumented
Declaration
Swift
case activeConnectionCount
-
Undocumented
Declaration
Swift
case activeChannelSubscriptions
-
Undocumented
Declaration
Swift
case activePatternSubscriptions
-
Undocumented
Declaration
Swift
case subscriptionMessagesReceivedCount
-
Undocumented
Declaration
Swift
case commandSuccessCount
-
Undocumented
Declaration
Swift
case commandFailureCount
-
Undocumented
Declaration
Swift
case commandRoundTripTime
-
Declaration
Swift
public var description: String { get }