ioredis
ioredis copied to clipboard
fix: fix issue of cases where prevCondition is a subscriber
The current logic does an or operation between condition and prevCondition.
In condition the value of subscriber could be false and in prevCondition it could be a subscription set.
The change addresses this by picking the first non false subscriber.
Added some debug logs to show the case (in the image).
@leibale @luin any advice on this?
@prathik luin is no longer the maintainer AFAIK and the redis team seems to focus on https://github.com/redis/node-redis, you could move this PR to https://github.com/valkey-io/iovalkey which is the most promising fork IMO.
This pull request has been automatically marked as stale due to inactivity. It will be closed in 30 days if no further activity occurs.
This pull request has been automatically closed due to inactivity. If you would like to continue this work, please reopen the PR or create a new one.