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've just upgraded our redis to 6.x and get lettuce catch up to 6.1.5. Our use case scenario uses single connection to connect to lettuce from AWS lambda. I am wondering if there can be race condition if two lambdas are modifying the same key at approximately the same time. To help elaborate the situation, we start a transaction and write set of strings for the key
Thank you for any hints/suggestions/confirmation/ideas
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
We've just upgraded our redis to 6.x and get lettuce catch up to 6.1.5. Our use case scenario uses single connection to connect to lettuce from AWS lambda. I am wondering if there can be race condition if two lambdas are modifying the same key at approximately the same time. To help elaborate the situation, we start a transaction and write set of strings for the key
Thank you for any hints/suggestions/confirmation/ideas
Beta Was this translation helpful? Give feedback.
All reactions