mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
State was being stored in a class variable, so was not consistent across processes. This commit moves the storage to redis. The change only affects development environments.