View Source Cache.Redis.JSON (elixir_cache v0.2.1)

Contains functions for interfacing with redis JSON functions

Link to this section Summary

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