Skip to content

Properly compare RedisLists on different Redis dbs#572

Merged
brainix merged 3 commits into
masterfrom
redislist-equality
Dec 30, 2021
Merged

Properly compare RedisLists on different Redis dbs#572
brainix merged 3 commits into
masterfrom
redislist-equality

Conversation

@brainix
Copy link
Copy Markdown
Owner

@brainix brainix commented Dec 30, 2021

Before this PR, list1 == list2 would fail if both were RedisLists
but on different Redis databases. This is because we'd try to reuse the
same Redis pipeline for both lists.

Before this PR, `list1 == list2` would fail if both were `RedisList`s
but on different Redis databases. This is because we'd try to reuse the
same Redis pipeline for both lists.
@brainix brainix self-assigned this Dec 30, 2021
@brainix brainix added the bug label Dec 30, 2021
@brainix
Copy link
Copy Markdown
Owner Author

brainix commented Dec 30, 2021

🐟

@brainix brainix merged commit d045ca8 into master Dec 30, 2021
@brainix brainix deleted the redislist-equality branch December 30, 2021 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant