rediscl v0.1.5 Rediscl.Query View Source

Minimal redis command

Link to this section Summary

Functions

Run a command

Run a command with key

Del a key with given key name

Get 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 when keys is nil

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

Run a command

Run a command with key

Del a key with given key name

Get a key redis client

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 when keys is nil

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