Aiman Parvaiz
Aiman Parvaiz
You are right @leplatrem initialization.py kind of approach would be better. I am reading up on events in Pyramid and have some idea about how we can go about this....
@leplatrem I suggest we should do something like this in the .ini file: ``` kinto.event_listeners = redis kinto.event_listeners.redis.use = kinto_redis.listeners kinto.event_listeners.redis.url = redis://localhost:6379/0 kinto.event_listeners.redis.pool_size = 5 kinto.event_listeners.redis.listname = eventqueue kinto.event_listeners.redis.actions...
@leplatrem I feel that having the URI in the ini file can be an interesting option too for the genuine questions you have posted in your last comment. For example:...
Sounds good! I will start working on this and keep you guys updated. Thanks
@leplatrem I have created this PR https://github.com/Kinto/kinto/pull/1499 It has nothing right now but this way we can track progress and bring to my notice if some implementation can be improved.
@leplatrem Before proceeding any further I wanted to share my understanding of the requirements and the logic of how I have implement this so far. The idea is that the...
@leplatrem thanks for the advice, I will back up a bit and start writing more tests. I will also incorporate your comments on the PR in my future commits. One...