Closed madadam closed 1 year ago
We commit the cache transaction after we commit the db one, so there is a time after the db transaction is committed but before the cache transaction is where another thread/task reading from the cache might get stale data.
Fixed in 1eaebac553ae54b549a36088233754a9e534a794
We commit the cache transaction after we commit the db one, so there is a time after the db transaction is committed but before the cache transaction is where another thread/task reading from the cache might get stale data.