mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
docs: Add subsystem documentation for caching.
This commit is contained in:
@@ -183,10 +183,13 @@ guide](../subsystems/queuing.html).
|
||||
|
||||
### memcached
|
||||
|
||||
memcached is used to cache database model objects. `zerver/lib/cache.py`
|
||||
and `zerver/lib/cache_helpers.py` manage putting things into memcached,
|
||||
and invalidating the cache when values change. The memcached
|
||||
configuration is in `puppet/zulip/files/memcached.conf`.
|
||||
memcached is used to cache database model
|
||||
objects. `zerver/lib/cache.py` and `zerver/lib/cache_helpers.py`
|
||||
manage putting things into memcached, and invalidating the cache when
|
||||
values change. The memcached configuration is in
|
||||
`puppet/zulip/files/memcached.conf`. See our
|
||||
[caching guide](../subsystems/caching.html) to learn how this works in
|
||||
detail.
|
||||
|
||||
### Redis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user