|
enum | Type {
Status,
Error,
Integer,
Bulk,
MultiBulk,
Unknown
} |
|
|
| Response (const QByteArray &) |
|
QVariant | getValue () |
|
Type | getType () const |
|
QByteArray | source () const |
|
QString | toRawString () const |
|
bool | isEmpty () const |
|
bool | isErrorMessage () const |
|
bool | isErrorStateMessage () const |
|
bool | isDisabledCommandErrorMessage () const |
|
bool | isOkMessage () const |
|
bool | isValid () |
|
bool | isMessage () const |
|
bool | isArray () const |
|
bool | hasUnusedBuffer () const |
|
QByteArray | getChannel () const |
|
bool | isAskRedirect () const |
|
bool | isMovedRedirect () const |
|
QByteArray | getRedirectionHost () const |
|
uint | getRedirectionPort () const |
|
void | setSource (const QByteArray &) |
|
void | appendToSource (const QByteArray &) |
|
QByteArray | getUnusedBuffer () |
|
void | reset () |
|
|
static QString | valueToHumanReadString (const QVariant &, int indentLevel=0) |
|
|
Type | getResponseType (const QByteArray &) const |
|
Type | getResponseType (const char) const |
|
bool | parse () |
|
void | feed (const QByteArray &buffer) |
|
|
QByteArray | m_responseSource |
|
QSharedPointer< redisReader > | m_redisReader |
|
QSharedPointer< QVariant > | m_result |
|
The documentation for this class was generated from the following files:
- /home/maker/projects/rdm/3rdparty/qredisclient/src/qredisclient/response.h
- /home/maker/projects/rdm/3rdparty/qredisclient/src/qredisclient/response.cpp