![]() |
Redis4Qt
1.0.0
Redis API for Qt framework
|
成员的完整列表,这些成员属于 Redis4Qt,包括所有继承而来的类成员
| getLastError() | Redis4Qt | |
| hash_del(QString key, QString field, bool *error=NULL) | Redis4Qt | |
| hash_del(QString key, QStringList fields, bool *error=NULL) | Redis4Qt | |
| hash_exists(QString key, QString field, bool *error=NULL) | Redis4Qt | |
| hash_get(QString key, QString field, bool *error=NULL) | Redis4Qt | |
| hash_getall(QString key, bool *error=NULL) | Redis4Qt | |
| hash_incrby(QString key, QString field, int increment, bool *error=NULL) | Redis4Qt | |
| hash_incrbyfloat(QString key, QString field, float increment, bool *error=NULL) | Redis4Qt | |
| hash_keys(QString key, bool *error=NULL) | Redis4Qt | |
| hash_len(QString key, bool *error=NULL) | Redis4Qt | |
| hash_mget(QString key, QStringList fields, bool *error=NULL) | Redis4Qt | |
| hash_mset(QString key, QMap< QString, QVariant > map, bool *error=NULL) | Redis4Qt | |
| hash_set(QString key, QString field, QString value, bool *error=NULL) | Redis4Qt | |
| hash_setnx(QString key, QString field, QString value, bool *error=NULL) | Redis4Qt | |
| hash_values(QString key, bool *error=NULL) | Redis4Qt | |
| key_del(QString key, bool *error=NULL) | Redis4Qt | |
| key_dump(QString key, bool *error=NULL) | Redis4Qt | |
| key_exists(QString key, bool *error=NULL) | Redis4Qt | |
| key_expire(QString key, int seconds, bool *error=NULL) | Redis4Qt | |
| key_expireat(QString key, qint64 timestamp, bool *error=NULL) | Redis4Qt | |
| key_pttl(QString key, bool *error=NULL) | Redis4Qt | |
| key_rename(QString key, QString newkey, bool *error=NULL) | Redis4Qt | |
| key_ttl(QString key, bool *error=NULL) | Redis4Qt | |
| key_type(QString key, bool *error=NULL) | Redis4Qt | |
| keys(QString pattern, bool *error=NULL) | Redis4Qt | |
| list_blpop(QString key, int timeout, bool *error=NULL) | Redis4Qt | |
| list_brpop(QString key, int timeout, bool *error=NULL) | Redis4Qt | |
| list_brpoplpush(QString source, QString destination, int timeout, bool *error=NULL) | Redis4Qt | |
| list_index(QString key, int index, bool *error=NULL) | Redis4Qt | |
| list_insert(QString key, QString position, QString pivot, QString value, bool *error=NULL) | Redis4Qt | |
| list_len(QString key, bool *error=NULL) | Redis4Qt | |
| list_lpop(QString key, bool *error=NULL) | Redis4Qt | |
| list_lpush(QString key, QString value, bool *error=NULL) | Redis4Qt | |
| list_lpush(QString key, QStringList values, bool *error=NULL) | Redis4Qt | |
| list_lpushx(QString key, QStringList values, bool *error=NULL) | Redis4Qt | |
| list_range(QString key, int start, int end, bool *error=NULL) | Redis4Qt | |
| list_rem(QString key, int count, QString value, bool *error=NULL) | Redis4Qt | |
| list_rpop(QString key, bool *error=NULL) | Redis4Qt | |
| list_rpoplpush(QString source, QString destination, bool *error=NULL) | Redis4Qt | |
| list_rpush(QString key, QString value, bool *error=NULL) | Redis4Qt | |
| list_rpush(QString key, QStringList values, bool *error=NULL) | Redis4Qt | |
| list_rpushx(QString key, QStringList values, bool *error=NULL) | Redis4Qt | |
| list_set(QString key, int index, QString value, bool *error=NULL) | Redis4Qt | |
| list_trim(QString key, int start, int stop, bool *error=NULL) | Redis4Qt | |
| psubscribe(QString channel, bool *error=NULL) | Redis4Qt | |
| publish(QString channel, QString message, bool *error=NULL) | Redis4Qt | |
| punsubscribe(QString channel, bool *error=NULL) | Redis4Qt | |
| Redis4Qt() (定义于 Redis4Qt) | Redis4Qt | |
| set_add(QString key, QString member, bool *error=NULL) | Redis4Qt | |
| set_add(QString key, QStringList members, bool *error=NULL) | Redis4Qt | |
| set_card(QString key, bool *error=NULL) | Redis4Qt | |
| set_diff(QStringList keys, bool *error=NULL) | Redis4Qt | |
| set_diffstore(QString destination, QStringList keys, bool *error=NULL) | Redis4Qt | |
| set_inter(QStringList keys, bool *error=NULL) | Redis4Qt | |
| set_interstore(QString destination, QStringList keys, bool *error=NULL) | Redis4Qt | |
| set_ismember(QString key, QString member, bool *error=NULL) | Redis4Qt | |
| set_members(QString key, bool *error=NULL) | Redis4Qt | |
| set_move(QString source, QString destination, QString member, bool *error=NULL) | Redis4Qt | |
| set_pop(QString key, bool *error=NULL) | Redis4Qt | |
| set_randmember(QString key, bool *error=NULL) | Redis4Qt | |
| set_randmember(QString key, int count, bool *error=NULL) | Redis4Qt | |
| set_rem(QString key, QString member, bool *error=NULL) | Redis4Qt | |
| set_rem(QString key, QStringList members, bool *error=NULL) | Redis4Qt | |
| set_union(QStringList keys, bool *error=NULL) | Redis4Qt | |
| set_unionstore(QString destination, QStringList keys, bool *error=NULL) | Redis4Qt | |
| setRedisCof(QString strCfg) | Redis4Qt | |
| string_append(QString key, QString value, bool *error=NULL) | Redis4Qt | |
| string_decr(QString key, bool *error=NULL) | Redis4Qt | |
| string_decrby(QString key, int interval, bool *error=NULL) | Redis4Qt | |
| string_get(QString key, bool *error=NULL) | Redis4Qt | |
| string_getrange(QString key, int start, int stop, bool *error=NULL) | Redis4Qt | |
| string_incr(QString key, bool *error=NULL) | Redis4Qt | |
| string_incrby(QString key, int interval, bool *error=NULL) | Redis4Qt | |
| string_mget(QStringList keys, bool *error=NULL) | Redis4Qt | |
| string_mset(QMap< QString, QVariant > map, bool *error=NULL) | Redis4Qt | |
| string_set(QString key, QString value, bool *error=NULL) | Redis4Qt | |
| subscribe(QString channel, bool *error=NULL) | Redis4Qt | |
| unsubscribe(QString channel, bool *error=NULL) | Redis4Qt | |
| ~Redis4Qt() (定义于 Redis4Qt) | Redis4Qt |
1.8.13