Integrate Redis to Elixir projects.
child_spec() :: {Redix, {redis_uri(), specs()}}
error() :: {:error, FluxRedis.Error.t()}
redis_uri() :: String.t()
specs() :: [ backoff_initial: integer(), backoff_max: integer(), exit_on_disconnection: boolean(), name: atom(), sync_connect: boolean(), timeout: integer() ]
child_spec() :: child_spec()