production:
  adapter: redis
  url: redis://localhost:6379

development:
  adapter: redis
  url: redis://localhost:6379

test:
  adapter: async