jetcache 后续会不会添加 LOCAL, BOTH 当更新redis里面的缓存的时候,同时更新LOCAL

sg24os4d  于 2023-02-04  发布在  Redis
关注(0)|答案(2)|浏览(213)

Suppose I have two applications running:

  1. When I specify cachetype = local, only the cache of the specified machine is updated, and the other machine is not updated.
  2. When I specified cachetype = both, only the cache of the specified machine was updated, and the other machine was not updated.

Will you consider adding a new feture? When updating the cache, whether local, both or cache can be updated at the same time

thanks.

假设我应用程序运行两台:
1、当我指定CacheType=LOCAL的时候,只是当时指定的机器cache更新了,另外一台没有更新。
2、当我指定CacheType=BOTH的时候,只是当时指定的机器cache更新了,另外一台没有更新。

后续会考虑添加一个新的feture,当更新缓存的时候不管是LOCAL, BOTH,cache 都能同时更新

感谢。

wyyhbhjk

wyyhbhjk1#

先把本地超时时间设置短一点吧。这个需求确实很多,但目前还没有实现

ntjbwcob

ntjbwcob2#

先把本地超时时间设置短一点吧。这个需求确实很多,但目前还没有实现

多谢回复

相关问题