You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a API which perform put--->get--->get---->evict (Below method). When we hit this API. On redis server logs (Using redis-cli monitor) we found that, first two gets called, then evict and at last put and its intermittent. Is it async? How can it happen in async way? I thought above operation waits for each other to complete.
Important Note: I am using @transactional
We are having a spring boot application and we are using redis 7.x version, cluster mode disabled.
spring-boot-starter-data-redis: 3.4.3
We have a API which perform put--->get--->get---->evict (Below method). When we hit this API. On redis server logs (Using redis-cli monitor) we found that, first two gets called, then evict and at last put and its intermittent. Is it async? How can it happen in async way? I thought above operation waits for each other to complete.
Important Note: I am using @transactional
The text was updated successfully, but these errors were encountered: