rediscl v0.2.3 Rediscl.Query.Api View Source
Query api funcs
Link to this section Summary
Link to this section Functions
Link to this function
append(key, value) View Source
Link to this function
command(command) View Source
Link to this function
command(command, key) View Source
Link to this function
decr(key) View Source
Link to this function
decr_by(key, decrement) View Source
Link to this function
del(keys) View Source
Link to this function
exists(key) View Source
Link to this function
get(key) View Source
Link to this function
get_range(key, start, stop) View Source
Link to this function
get_set(key, value) View Source
Link to this function
incr(key) View Source
Link to this function
incr_by(key, value) View Source
Link to this function
incr_by_float(key, value) View Source
Link to this function
lpush(key, values) View Source
Link to this function
lrange(key, start, stop) View Source
Link to this function
lrem(key, count, value) View Source
Link to this function
lset(key, index, value) View Source
Link to this function
mget(keys) View Source
Link to this function
mset(key_and_values) View Source
Link to this function
mset_nx(keys_and_values) View Source
Link to this function
pset_ex(key, milisecond, value) View Source
Link to this function
rpush(key, values) View Source
Link to this function
sadd(key, values) View Source
Link to this function
scard(key) View Source
Link to this function
sdiff(keys) View Source
Link to this function
sdiffstore(key, keys) View Source
Link to this function
set(key, value) View Source
Link to this function
set_ex(key, second, value) View Source
Link to this function
set_nx(key, value) View Source
Link to this function
set_range(key, offset, value) View Source
Link to this function
sinter(keys) View Source
Link to this function
sinterstore(key, keys) View Source
Link to this function
sismember(key, value) View Source
Link to this function
smembers(key) View Source
Link to this function
smove(key_one, key_two, value) View Source
Link to this function
spop(key) View Source
Link to this function
spop(key, count) View Source
Link to this function
srandmember(key) View Source
Link to this function
srandmember(key, count) View Source
Link to this function
srem(key, values) View Source
Link to this function
sscan(key, values) View Source
Link to this function
strlen(key) View Source
Link to this function
sunion(keys) View Source
Link to this function