Flux Redis v0.0.1 FluxRedis View Source

Integrate Redis to Elixir projects.

Link to this section Summary

Link to this section Types

Link to this type

child_spec()

View Source
child_spec() :: {Redix, {redis_uri(), specs()}}
Link to this type

redis_uri()

View Source
redis_uri() :: String.t()
Link to this type

specs()

View Source
specs() :: [
  backoff_initial: integer(),
  backoff_max: integer(),
  exit_on_disconnection: boolean(),
  name: atom(),
  sync_connect: boolean(),
  timeout: integer()
]

Link to this section Functions

Link to this function

child_spec()

View Source
child_spec() :: child_spec()