rediscl v0.2.10 Rediscl.Query View Source

Minimal redis command

Link to this section Summary

Functions

Run a command

Run a command with key

Key is exists

Get a key redis client

Force et a key redis client

Left push for list with key and values

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

Pipe queries

Right push for list with key and values

Set a key, single value redis client

Link to this section Functions

Link to this function

append(key, value, opts \\ []) View Source

Run a command

Link to this function

command(command, key, opts \\ []) View Source

Run a command with key

Link to this function

decr_by(key, decrement, opts \\ []) View Source

Del a keys

Key is exists

Get a key redis client

Force et a key redis client

Link to this function

get_range(key, start, stop, opts \\ []) View Source

Link to this function

get_set(key, value, opts \\ []) View Source

Link to this function

incr_by(key, value, opts \\ []) View Source

Link to this function

incr_by_float(key, value, opts \\ []) View Source

Link to this function

lpush(key, value, opts \\ []) View Source

Left push for list with key and values

Link to this function

lrange(key, start, stop, opts \\ []) View Source

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

Link to this function

lrem(key, count, value, opts \\ []) View Source

Remove from list element with given key and element count

Link to this function

lset(key, index, value, opts \\ []) View Source

Set from list with given key and index and value

Multiple get a value with given keys redis client

Link to this function

mset(keys_and_values, opts \\ []) View Source

Multiple set a keys and values redis clients

Link to this function

mset_nx(keys_and_values, opts \\ []) View Source

Pipe queries

Link to this function

pset_ex(key, milisecond, value, opts \\ []) View Source

Link to this function

rpush(key, value, opts \\ []) View Source

Right push for list with key and values

Link to this function

sadd(key, values, opts \\ []) View Source

Link to this function

sdiffstore(key, keys, opts \\ []) View Source

Link to this function

set(key, value, opts \\ []) View Source

Set a key, single value redis client

Link to this function

set_ex(key, second, value, opts \\ []) View Source

Link to this function

set_nx(key, value, opts \\ []) View Source

Link to this function

set_range(key, offset, value, opts \\ []) View Source

Link to this function

sinter(keys, opts \\ []) View Source

Link to this function

sinterstore(key, keys, opts \\ []) View Source

Link to this function

sismember(key, value, opts \\ []) View Source

Link to this function

smembers(key, opts \\ []) View Source

Link to this function

smove(key_one, key_two, value, opts \\ []) View Source

Link to this function

spop(key, count \\ nil, opts \\ []) View Source

Link to this function

srandmember(key, count \\ nil, opts \\ []) View Source

Link to this function

srem(key, value_or_values, opts \\ []) View Source

Link to this function

sscan(key, values, opts \\ []) View Source

Link to this function

sunion(keys, opts \\ []) View Source

Link to this function

sunionstore(key, keys, opts \\ []) View Source