GuardianDB 3.0 changes the way the it's configuration is done. Change
config :guardian, Guardian.DB, repo: GuardianRedis.Repo
in your config to:
config :guardian, Guardian.DB, adapter: GuardianRedis.Adapter
- support for all configuration options of Redix (except for name)
- support for
name_prefix
config
- bump
GuardianDB
from 2.1.1 to 3.0.0 port
andpool_size
config options have to be integers now- default Redix connection name prefix changed from
redix
toguardian_redis
. Previous name can be preserved by addingname_prefix: "redix"
to the config
Initial release