Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure self, obj are on same Redis before PFMERGE #264

Merged
merged 1 commit into from Nov 17, 2020

Conversation

brainix
Copy link
Owner

@brainix brainix commented Nov 17, 2020

Before, we were just ensuring that obj was a Redis HyperLogLog before
issuing PFMERGE in HyperLogLog.update().

That's not enough. We also need to ensure that obj lives on the same
Redis instance/database as self in order for PFMERGE to work.

Before, we were just ensuring that `obj` was a Redis HyperLogLog before
issuing `PFMERGE` in `HyperLogLog.update()`.

That's not enough.  We also need to ensure that `obj` lives on the same
Redis instance/database as `self` in order for `PFMERGE` to work.
@brainix
Copy link
Owner Author

brainix commented Nov 17, 2020

🐟

@brainix brainix merged commit a0958b5 into master Nov 17, 2020
@brainix brainix deleted the fixed-hyperloglog-update branch November 17, 2020 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant