mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
This cache should save 2 database queries whenever we send a private message. However, previously it was per-process (which meant it was mostly useless) and also buggy (it never stored anything in the cache, so that it was completely useless). Switching this to our standard memcached setup will address both problems. (imported from commit 1d807f30704bccf28de33a80523488aedc58a9be)
1.9 KiB
1.9 KiB