mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 15:24:57 +00:00
862007fb181b3165a855a55757608a98bc189e29 introduced a change to the format that watched words are cached in Redis. Newly-deployed versions of the app were attempting to load the old-format data from Redis, leading to a server error. This commit introduces a CACHE_VERSION constant which we can easily bump when making changes to the cache schema.