View Source Cache.Redis (elixir_cache v0.1.0)

This module interacts with redis using a pool of connections

Link to this section Summary

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

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