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

Contains General functions for interfacing with redis

Link to this section Summary

Link to this section Functions

Link to this function

cache_key(pool_name, key)

View Source
Link to this function

command(pool_name, command, opts \\ [])

View Source
Link to this function

command!(pool_name, command, opts \\ [])

View Source
Link to this function

pipeline(pool_name, commands, opts \\ [])

View Source
Link to this function

pipeline!(pool_name, commands, opts \\ [])

View Source