rediscl v0.2.5 Rediscl.Query View Source

Minimal redis command

Link to this section Summary

Link to this section Functions

Run a command

Run a command with key

Del a key with given key name

Key is exists

Get a key redis client

Link to this function

get_range(key, start, stop) View Source

Link to this function

incr_by_float(key, value) View Source

Left push for list with key and values

Link to this function

lrange(key, start, stop) View Source

Get for list with given key and start indx and stop index

Remove from list element with given key and element count

Set from list with given key and index and value

Multiple get a value with given keys redis client

Multiple set a keys and values redis clients

Link to this function

mset_nx(keys_and_values) View Source

Pipe queries

Link to this function

pset_ex(key, milisecond, value) View Source

Right push for list with key and values

Set a key, single value redis client

Link to this function

set_ex(key, second, value) View Source

Link to this function

set_range(key, offset, value) View Source

Link to this function

smove(key_one, key_two, value) View Source

Link to this function

srem(key, value_or_values) View Source