Skip to content

fix(entities): generate the Redis connection from the pyramid.ini

Aurélien Lubert requested to merge topic/default/redis-connection into branch/default

The previous behavior was to generate a basic Redis connection. But this connection use the default argument (localhost URL), so the Redis URL set in the pyramid.ini cannot be used.

Merge request reports