📝Caching
Soketi has a caching layer built within. This allows you to speed up some processes like app retrievals or to use it as a centralized storage for read-write intensive tasks.
Currently, the caching system is used to cache app retrievals (if enabled) or store the cache for Cached Channels when scaling across multiple nodes.
Name
Default
Possible values
Description
SOKETI_CACHE_DRIVER
memory
memory
, redis
The caching driver.
Last updated