rediscl v0.2.0 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
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