TreeFrogFramework
2.8
|
This is the complete list of members for TRedis, including all inherited members.
del(const QByteArray &key) | TRedis | |
del(const QByteArrayList &keys) | TRedis | |
exists(const QByteArray &key) | TRedis | |
flushDb() | TRedis | |
get(const QByteArray &key) | TRedis | |
gets(const QByteArray &key) | TRedis | inline |
getSet(const QByteArray &key, const QByteArray &value) | TRedis | |
getsSets(const QByteArray &key, const QString &value) | TRedis | inline |
hdel(const QByteArray &key, const QByteArray &field) | TRedis | |
hdel(const QByteArray &key, const QByteArrayList &fields) | TRedis | |
hexists(const QByteArray &key, const QByteArray &field) | TRedis | |
hget(const QByteArray &key, const QByteArray &field) | TRedis | |
hgetAll(const QByteArray &key) | TRedis | |
hgets(const QByteArray &key, const QByteArray &field) | TRedis | inline |
hlen(const QByteArray &key) | TRedis | |
hset(const QByteArray &key, const QByteArray &field, const QByteArray &value) | TRedis | |
hsetNx(const QByteArray &key, const QByteArray &field, const QByteArray &value) | TRedis | |
hsets(const QByteArray &key, const QByteArray &field, const QString &value) | TRedis | inline |
hsetsNx(const QByteArray &key, const QByteArray &field, const QString &value) | TRedis | inline |
isOpen() const | TRedis | |
lindex(const QByteArray &key, int index) | TRedis | |
lindexs(const QByteArray &key, int index) | TRedis | inline |
llen(const QByteArray &key) | TRedis | |
lpush(const QByteArray &key, const QByteArrayList &values) | TRedis | |
lpushs(const QByteArray &key, const QStringList &values) | TRedis | inline |
lrange(const QByteArray &key, int start, int end) | TRedis | |
lranges(const QByteArray &key, int start, int end) | TRedis | inline |
rpush(const QByteArray &key, const QByteArrayList &values) | TRedis | |
rpushs(const QByteArray &key, const QStringList &values) | TRedis | inline |
set(const QByteArray &key, const QByteArray &value) | TRedis | |
setEx(const QByteArray &key, const QByteArray &value, int seconds) | TRedis | |
setNx(const QByteArray &key, const QByteArray &value) | TRedis | |
sets(const QByteArray &key, const QString &value) | TRedis | inline |
setsEx(const QByteArray &key, const QString &value, int seconds) | TRedis | inline |
setsNx(const QByteArray &key, const QString &value) | TRedis | inline |
TCacheRedisStore class | TRedis | friend |
TRedis() | TRedis | |
~TRedis() | TRedis | inlinevirtual |