Juneseok Byun

Results 3 comments of Juneseok Byun

@tishun // Hi, I noticed this PR is marked for `7.0.0.RELEASE`. Just wondering if there’s anything I can do to help move this forward? Best,

@ThePeterLuu @tishun I hit the same issue and opened a PR to fix it: https://github.com/redis/lettuce/pull/3400 The fix re-issues ssubscribe on unexpected sunsubscribe events to trigger a MOVED response, so the...

@ThePeterLuu Also, I solved this problem at the application layer in a similar way by catching sunsubscribe, saving at the queue, and explicitly re-subscribing when topology refreshed.