redisson
redisson copied to clipboard
RLocalCachedMap local cache use?
if the data change on redis server,can we get the new data in local cache? or the server will info client the change?
pubsub message should be send after change if data updated without Redisson client.
pubsub message should be send after change if data updated without Redisson client.
but the new data can not get by method cachedValues()
you need to set syncStrategy = UPDATE local cache setting
you need to set
syncStrategy = UPDATElocal cache setting
thanks for your reply