|
qredisclient
|
The ServerInfo struct Represents redis-server information parsed from INFO command. More...
#include <connection.h>
Classes | |
| class | ParsedServerInfo |
Static Public Member Functions | |
| static ServerInfo | fromString (const QString &info) |
Public Attributes | |
| double | version |
| bool | clusterMode |
| bool | sentinelMode |
| DatabaseList | databases |
| ParsedServerInfo | parsed |
The ServerInfo struct Represents redis-server information parsed from INFO command.
1.8.11