We need to add a config option defining a prefix to be used for redis keynames.
This will allow instances the ability to have their own unique namespace, which is essential if instances are running with different configs (and why would you have multiple if they weren't?).
Otherwise an instance that doesn't restrict projects might poison the cache for one that does.
Activity
22-Apr-22 23:03
assigned to @btasker
22-Apr-22 23:04
mentioned in commit fca55c93a661509e98eadc95caa6594119a13641
Message
Add and use config option
$redis_prefix
for websites/Gitlab-Issue-Listing-Script#35This allows a prefix to be set for redis key names - different instances of GILS sharing the same redis instance can therefore use different namespaces