Search
elixir_cache
v0.1.0
Pages
Modules
Settings
View Source
Cache.Redis
(elixir_cache v0.1.0)
This module interacts with redis using a pool of connections
Link to this section
Summary
Functions
command(pool_name, command, opts \\ [])
command!(pool_name, command, opts \\ [])
hash_delete(pool_name, key, field, opts)
hash_get(pool_name, key, field, opts)
hash_get_all(pool_name, key, opts)
hash_set(pool_name, key, field, value, opts)
hash_set_many(pool_name, key_values, ttl, opts)
hash_values(pool_name, key, opts)
ms_to_nearest_sec(ms)
pipeline(pool_name, commands, opts \\ [])
pipeline!(pool_name, commands, opts \\ [])
pool_config(pool_name, opts)
start_link(opts)
Link to this section
Functions
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
hash_delete(pool_name, key, field, opts)
View Source
Link to this function
hash_get(pool_name, key, field, opts)
View Source
Link to this function
hash_get_all(pool_name, key, opts)
View Source
Link to this function
hash_set(pool_name, key, field, value, opts)
View Source
Link to this function
hash_set_many(pool_name, key_values, ttl, opts)
View Source
Link to this function
hash_values(pool_name, key, opts)
View Source
Link to this function
ms_to_nearest_sec(ms)
View Source
Link to this function
pipeline(pool_name, commands, opts \\ [])
View Source
Link to this function
pipeline!(pool_name, commands, opts \\ [])
View Source
Link to this function
pool_config(pool_name, opts)
View Source
Link to this function
start_link(opts)
View Source