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
Hi all, I want to know if anyone has faced the following issue.
I have a nodejs application with a redis client with a key-event subscription and when my keys are expired i manage it with some actions. In my case, I've two pods of the nodejs application, so i've 2 notifications for each expired key.
How I can manage this kind of situation and manage only once time the expiration?
Have you some suggestion?
Thanks in advance.
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
-
Hi all, I want to know if anyone has faced the following issue.
I have a nodejs application with a redis client with a key-event subscription and when my keys are expired i manage it with some actions. In my case, I've two pods of the nodejs application, so i've 2 notifications for each expired key.
How I can manage this kind of situation and manage only once time the expiration?
Have you some suggestion?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions