Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #516 from happy-tanuki/patch-1
Browse files Browse the repository at this point in the history
Fix the module name of Redis event listener
  • Loading branch information
Natim committed Mar 25, 2016
2 parents 48f4631 + 2a13e43 commit ce30b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ data in the ``queue`` Redis list.
kinto.event_listeners = redis
kinto.event_listeners.redis.use = cliquet.events.redis
kinto.event_listeners.redis.use = cliquet.listeners.redis
kinto.event_listeners.redis.url = redis://localhost:6379/0
kinto.event_listeners.redis.pool_size = 5
kinto.event_listeners.redis.listname = queue
Expand Down

0 comments on commit ce30b7e

Please sign in to comment.