Skip to content

accept database number as parameter to RedisCache

Alok Joshi requested to merge redis_database into master

To avoid cache conflicts by allowing Redis to connect to numbered databases instead of always connecting to default database '0'. Database number will be passed down from calling services.

Merge request reports