qredisclient
Classes | Static Public Member Functions | Public Attributes | List of all members
RedisClient::ServerInfo Struct Reference

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
 

Detailed Description

The ServerInfo struct Represents redis-server information parsed from INFO command.


The documentation for this struct was generated from the following files: