最后更新于
最后更新于
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 (if enabled) or store the cache for when scaling across multiple nodes.
SOKETI_CACHE_DRIVER
memory
memory
, redis
The caching driver.
CACHE_REDIS_CLUSTER_MODE
false
false
, true
Enable this if you run Redis in Cluster mode. Read more.