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
CommandListener is notified twice on error completion. RedisCommandListenerCommand doesn't consider on completeExceptionally completion whether the completion has already happened. Moving listener notification into doOnComplete respective doOnError fixes the problem.