mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 11:35:35 +08: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.