Redis4Qt  1.0.0
Redis API for Qt framework
LHRedis 成员列表

成员的完整列表,这些成员属于 LHRedis,包括所有继承而来的类成员

CreateInstance(QVariant &varInstance, const LHParameters &Parameters) (定义于 LHRedis)LHRedisvirtual
DestroyInstance(const QVariant &varInstance) (定义于 LHRedis)LHRedisvirtual
FuncType 枚举名称 (定义于 LHRedis)LHRedis
getLastError()LHRedis
hash_del(QString key, QString field, bool *error=NULL)LHRedis
hash_del(QString key, QStringList fields, bool *error=NULL)LHRedis
HASH_DEL 枚举值 (定义于 LHRedis)LHRedis
HASH_EXISTS 枚举值 (定义于 LHRedis)LHRedis
hash_exists(QString key, QString field, bool *error=NULL)LHRedis
HASH_GET 枚举值 (定义于 LHRedis)LHRedis
hash_get(QString key, QString field, bool *error=NULL)LHRedis
HASH_GETALL 枚举值 (定义于 LHRedis)LHRedis
hash_getall(QString key, bool *error=NULL)LHRedis
HASH_INCRBY 枚举值 (定义于 LHRedis)LHRedis
hash_incrby(QString key, QString field, int increment, bool *error=NULL)LHRedis
HASH_INCRBYFLOAT 枚举值 (定义于 LHRedis)LHRedis
hash_incrbyfloat(QString key, QString field, float increment, bool *error=NULL)LHRedis
HASH_KEYS 枚举值 (定义于 LHRedis)LHRedis
hash_keys(QString key, bool *error=NULL)LHRedis
HASH_LEN 枚举值 (定义于 LHRedis)LHRedis
hash_len(QString key, bool *error=NULL)LHRedis
HASH_MGET 枚举值 (定义于 LHRedis)LHRedis
hash_mget(QString key, QStringList fields, bool *error=NULL)LHRedis
HASH_MSET 枚举值 (定义于 LHRedis)LHRedis
hash_mset(QString key, QMap< QString, QVariant > map, bool *error=NULL)LHRedis
HASH_SET 枚举值 (定义于 LHRedis)LHRedis
hash_set(QString key, QString field, QString value, bool *error=NULL)LHRedis
HASH_SETNX 枚举值 (定义于 LHRedis)LHRedis
hash_setnx(QString key, QString field, QString value, bool *error=NULL)LHRedis
hash_values(QString key, bool *error=NULL)LHRedis
HASH_VALUES 枚举值 (定义于 LHRedis)LHRedis
Init(const LHParameters &Parameters) (定义于 LHRedis)LHRedisvirtual
key_del(QString key, bool *error=NULL)LHRedis
KEY_DEL 枚举值 (定义于 LHRedis)LHRedis
key_dump(QString key, bool *error=NULL)LHRedis
KEY_DUMP 枚举值 (定义于 LHRedis)LHRedis
key_exists(QString key, bool *error=NULL)LHRedis
KEY_EXISTS 枚举值 (定义于 LHRedis)LHRedis
KEY_EXPIRE 枚举值 (定义于 LHRedis)LHRedis
key_expire(QString key, int seconds, bool *error=NULL)LHRedis
KEY_EXPIRE_AT 枚举值 (定义于 LHRedis)LHRedis
key_expireat(QString key, qint64 timestamp, bool *error=NULL)LHRedis
KEY_PTTL 枚举值 (定义于 LHRedis)LHRedis
key_pttl(QString key, bool *error=NULL)LHRedis
KEY_RENAME 枚举值 (定义于 LHRedis)LHRedis
key_rename(QString key, QString newkey, bool *error=NULL)LHRedis
KEY_TTL 枚举值 (定义于 LHRedis)LHRedis
key_ttl(QString key, bool *error=NULL)LHRedis
KEY_TYPE 枚举值 (定义于 LHRedis)LHRedis
key_type(QString key, bool *error=NULL)LHRedis
KEYS 枚举值 (定义于 LHRedis)LHRedis
keys(QString pattern, bool *error=NULL)LHRedis
LHRedis() (定义于 LHRedis)LHRedis
LIST_BLPOP 枚举值 (定义于 LHRedis)LHRedis
list_blpop(QString key, int timeout, bool *error=NULL)LHRedis
LIST_BRPOP 枚举值 (定义于 LHRedis)LHRedis
list_brpop(QString key, int timeout, bool *error=NULL)LHRedis
LIST_BRPOPLPUSH 枚举值 (定义于 LHRedis)LHRedis
list_brpoplpush(QString source, QString destination, int timeout, bool *error=NULL)LHRedis
LIST_INDEX 枚举值 (定义于 LHRedis)LHRedis
list_index(QString key, int index, bool *error=NULL)LHRedis
LIST_INSERT 枚举值 (定义于 LHRedis)LHRedis
list_insert(QString key, QString position, QString pivot, QString value, bool *error=NULL)LHRedis
LIST_LEN 枚举值 (定义于 LHRedis)LHRedis
list_len(QString key, bool *error=NULL)LHRedis
LIST_LPOP 枚举值 (定义于 LHRedis)LHRedis
list_lpop(QString key, bool *error=NULL)LHRedis
LIST_LPUSH 枚举值 (定义于 LHRedis)LHRedis
list_lpush(QString key, QString value, bool *error=NULL)LHRedis
list_lpush(QString key, QStringList values, bool *error=NULL)LHRedis
LIST_LPUSHX 枚举值 (定义于 LHRedis)LHRedis
list_lpushx(QString key, QStringList values, bool *error=NULL)LHRedis
LIST_RANGE 枚举值 (定义于 LHRedis)LHRedis
list_range(QString key, int start, int end, bool *error=NULL)LHRedis
list_rem(QString key, int count, QString value, bool *error=NULL)LHRedis
LIST_REMOVE 枚举值 (定义于 LHRedis)LHRedis
LIST_RPOP 枚举值 (定义于 LHRedis)LHRedis
list_rpop(QString key, bool *error=NULL)LHRedis
LIST_RPOPLPUSH 枚举值 (定义于 LHRedis)LHRedis
list_rpoplpush(QString source, QString destination, bool *error=NULL)LHRedis
LIST_RPUSH 枚举值 (定义于 LHRedis)LHRedis
list_rpush(QString key, QString value, bool *error=NULL)LHRedis
list_rpush(QString key, QStringList values, bool *error=NULL)LHRedis
LIST_RPUSHX 枚举值 (定义于 LHRedis)LHRedis
list_rpushx(QString key, QStringList values, bool *error=NULL)LHRedis
LIST_SET 枚举值 (定义于 LHRedis)LHRedis
list_set(QString key, int index, QString value, bool *error=NULL)LHRedis
LIST_TRIM 枚举值 (定义于 LHRedis)LHRedis
list_trim(QString key, int start, int stop, bool *error=NULL)LHRedis
psubscribe(QString channel, bool *error=NULL)LHRedis
PSUBSCRIBE 枚举值 (定义于 LHRedis)LHRedis
publish(QString channel, QString message, bool *error=NULL)LHRedis
PUBLISH 枚举值 (定义于 LHRedis)LHRedis
punsubscribe(QString channel, bool *error=NULL)LHRedis
PUNSUBSCRIBE 枚举值 (定义于 LHRedis)LHRedis
SET_ADD 枚举值 (定义于 LHRedis)LHRedis
set_add(QString key, QString member, bool *error=NULL)LHRedis
set_add(QString key, QStringList members, bool *error=NULL)LHRedis
set_card(QString key, bool *error=NULL)LHRedis
SET_CARD 枚举值 (定义于 LHRedis)LHRedis
set_diff(QStringList keys, bool *error=NULL)LHRedis
SET_DIFF 枚举值 (定义于 LHRedis)LHRedis
SET_DIFFSTORE 枚举值 (定义于 LHRedis)LHRedis
set_diffstore(QString destination, QStringList keys, bool *error=NULL)LHRedis
set_inter(QStringList keys, bool *error=NULL)LHRedis
SET_INTER 枚举值 (定义于 LHRedis)LHRedis
set_interstore(QString destination, QStringList keys, bool *error=NULL)LHRedis
SET_INTERSTORE 枚举值 (定义于 LHRedis)LHRedis
set_ismember(QString key, QString member, bool *error=NULL)LHRedis
SET_ISMEMBER 枚举值 (定义于 LHRedis)LHRedis
SET_MEMBERS 枚举值 (定义于 LHRedis)LHRedis
set_members(QString key, bool *error=NULL)LHRedis
SET_MOVE 枚举值 (定义于 LHRedis)LHRedis
set_move(QString source, QString destination, QString member, bool *error=NULL)LHRedis
set_pop(QString key, bool *error=NULL)LHRedis
SET_POP 枚举值 (定义于 LHRedis)LHRedis
SET_RANDMEMBER 枚举值 (定义于 LHRedis)LHRedis
set_randmember(QString key, bool *error=NULL)=0LHRedispure virtual
set_randmember(QString key, bool *error=NULL)LHRedis
set_rem(QString key, QString member, bool *error=NULL)LHRedis
set_rem(QString key, QStringList members, bool *error=NULL)LHRedis
SET_REMOVE 枚举值 (定义于 LHRedis)LHRedis
SET_UNION 枚举值 (定义于 LHRedis)LHRedis
set_union(QStringList keys, bool *error=NULL)LHRedis
set_unionstore(QString destination, QStringList keys, bool *error=NULL)LHRedis
SET_UNIONSTORE 枚举值 (定义于 LHRedis)LHRedis
STRING_APPEND 枚举值 (定义于 LHRedis)LHRedis
string_append(QString key, QString value, bool *error=NULL)LHRedis
STRING_DECR 枚举值 (定义于 LHRedis)LHRedis
string_decr(QString key, bool *error=NULL)LHRedis
STRING_DECRBY 枚举值 (定义于 LHRedis)LHRedis
string_decrby(QString key, int interval, bool *error=NULL)LHRedis
string_get(QString key, bool *error=NULL)LHRedis
STRING_GET 枚举值 (定义于 LHRedis)LHRedis
STRING_GET_RANGE 枚举值 (定义于 LHRedis)LHRedis
string_getrange(QString key, int start, int stop, bool *error=NULL)LHRedis
string_incr(QString key, bool *error=NULL)LHRedis
STRING_INCR 枚举值 (定义于 LHRedis)LHRedis
string_incrby(QString key, int interval, bool *error=NULL)LHRedis
STRING_INCRBY 枚举值 (定义于 LHRedis)LHRedis
string_mget(QStringList keys, bool *error=NULL)LHRedis
STRING_MGET 枚举值 (定义于 LHRedis)LHRedis
string_mset(QMap< QString, QVariant > map, bool *error=NULL)LHRedis
STRING_MSET 枚举值 (定义于 LHRedis)LHRedis
STRING_SET 枚举值 (定义于 LHRedis)LHRedis
string_set(QString key, QString value, bool *error=NULL)LHRedis
subscribe(QString channel, bool *error=NULL)LHRedis
SUBSCRIBE 枚举值 (定义于 LHRedis)LHRedis
Uninit() (定义于 LHRedis)LHRedisvirtual
UNSUBSCRIBE 枚举值 (定义于 LHRedis)LHRedis
unsubscribe(QString channel, bool *error=NULL)LHRedis
Upgrade() (定义于 LHRedis)LHRedisinlinevirtual
~LHRedis() (定义于 LHRedis)LHRedis