Search
elixir_cache
v0.2.1
Pages
Modules
Settings
View Source
Cache.Redis.Global
(elixir_cache v0.2.1)
Contains General functions for interfacing with redis
Link to this section
Summary
Functions
cache_key(pool_name, key)
command(pool_name, command, opts \\ [])
command!(pool_name, command, opts \\ [])
pipeline(pool_name, commands, opts \\ [])
pipeline!(pool_name, commands, opts \\ [])
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