rediscl v0.1.8 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
Key is exists
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
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
Key is exists
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
Multiple set a keys and values redis clients
Pipe queries
Right push for list with key and values
run_pipe(List.t()) :: {:ok, Rediscl.Query.Pipe.t()}
Set a key, single value redis client