Search
behaviour for redis client store
@type opts() :: keyword()
@type t() :: struct()
@type v() :: LibRedis.Pool.t()
@callback get(t()) :: v()
@callback new(opts()) :: t()
@callback random(t()) :: v()
@callback start_link([{:store, t()}]) :: GenServer.on_start()
@spec get(t()) :: v()
@spec random(t()) :: v()