View Source Cache.Redis (elixir_cache v0.2.1)
This module interacts with redis using a pool of connections
options
Options
:uri
(String.t/0
) - Required. The connection uri to redis:size
(pos_integer/0
) - The amount of workers in the pool:max_overflow
(pos_integer/0
) - The amount of max overflow the pool can handle:strategy
- The type of queue to use for poolboy
Link to this section Summary
Link to this section Functions
Link to this function