qredisclient
|
Public Member Functions | |
ScanResponse (const QByteArray &resp) | |
long long | getCursor () |
QVariantList | getCollection () |
Public Member Functions inherited from RedisClient::Response | |
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 Public Member Functions | |
static bool | isValidScanResponse (Response &r) |
Static Public Member Functions inherited from RedisClient::Response | |
static QString | valueToHumanReadString (const QVariant &, int indentLevel=0) |
Additional Inherited Members | |
Public Types inherited from RedisClient::Response | |
enum | Type { Status, Error, Integer, Bulk, MultiBulk, Unknown } |
Protected Member Functions inherited from RedisClient::Response | |
Type | getResponseType (const QByteArray &) const |
Type | getResponseType (const char) const |
bool | parse () |
void | feed (const QByteArray &buffer) |
Protected Attributes inherited from RedisClient::Response | |
QByteArray | m_responseSource |
QSharedPointer< redisReader > | m_redisReader |
QSharedPointer< QVariant > | m_result |