RedisInfoClient
public struct RedisInfoClient
A struct that contains a subset of the client information returned by the Redis INFO command in a parsed and more consumable fashion.
-
The number clients connected to the server
Declaration
Swift
public let connected_clients: Int
-
The number of clients connected to the server that are blocked
Declaration
Swift
public let blocked_clients: Int