Hello everybody ! I have an issue with microservice handleNewTransactions function which seems to not get the cache correctly, when I delete a value in cache and handleNewTransaction function restart and get this value, the value that was in cache is keep but she does'nt exist anymore !?
hello!
the getCache function reads from local cache, then from remote cache (redis)
if you want to delete the key from both local & remote cache, you can use
await this.cachingService.deleteInCache(‘last_caller_id’)
hello! the getCache function reads from local cache, then from remote cache (redis) if you want to delete the key from both local & remote cache, you can use await this.cachingService.deleteInCache(‘last_caller_id’)