redisson icon indicating copy to clipboard operation
redisson copied to clipboard

RLocalCachedMap local cache use?

Open KYV365 opened this issue 1 year ago • 1 comments

if the data change on redis server,can we get the new data in local cache? or the server will info client the change?

KYV365 avatar May 21 '24 09:05 KYV365

pubsub message should be send after change if data updated without Redisson client.

mrniko avatar May 21 '24 12:05 mrniko

pubsub message should be send after change if data updated without Redisson client.

but the new data can not get by method cachedValues()

KYV365 avatar May 22 '24 01:05 KYV365

you need to set syncStrategy = UPDATE local cache setting

mrniko avatar May 22 '24 05:05 mrniko

you need to set syncStrategy = UPDATE local cache setting

thanks for your reply

KYV365 avatar May 22 '24 07:05 KYV365