Search
elixir_cache
v0.2.1
Pages
Modules
Settings
View Source
Cache.Redis.JSON
(elixir_cache v0.2.1)
Contains functions for interfacing with redis JSON functions
Link to this section
Summary
Functions
array_append(pool_name, key, path, values, opts)
clear(pool_name, key, path, opts)
delete(pool_name, key, path, opts)
get(pool_name, key, path, opts)
incr(pool_name, key, path, value \\ 1, opts)
set(pool_name, key, path, value, opts)
Link to this section
Functions
Link to this function
array_append(pool_name, key, path, values, opts)
View Source
Link to this function
clear(pool_name, key, path, opts)
View Source
Link to this function
delete(pool_name, key, path, opts)
View Source
Link to this function
get(pool_name, key, path, opts)
View Source
Link to this function
incr(pool_name, key, path, value \\ 1, opts)
View Source
Link to this function
set(pool_name, key, path, value, opts)
View Source