You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Shlink has a hardcoded Shlink prefix for all cache keys.
Make this configurable via env var or config option.
Use case
If multiple Shlink instances are sharing the same cache storage, cache entries can conflict, which is specially problematic if they are running under different versions.
Summary
Right now Shlink has a hardcoded
Shlink
prefix for all cache keys.Make this configurable via env var or config option.
Use case
If multiple Shlink instances are sharing the same cache storage, cache entries can conflict, which is specially problematic if they are running under different versions.
See #1862 and #1863 for more context
The text was updated successfully, but these errors were encountered: