Flippant v0.4.1 Flippant.Adapter.Redis View Source
This module provides Redis backed rule storage.
Link to this section Summary
Functions
Starts the Redis adapter
Link to this section Functions
Starts the Redis adapter.
Options
:redis_opts
- Options that can be passed to Redix, the underlying library used to connect to Redis. Defaults to[]
.:set_key
- The Redis key where rules will be stored. Defaults to"flippant-features"
.