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

[OSPP] Tracking issues: RedisBloom support #1696

Closed
9 of 11 tasks
mapleFU opened this issue Aug 24, 2023 · 3 comments
Closed
9 of 11 tasks

[OSPP] Tracking issues: RedisBloom support #1696

mapleFU opened this issue Aug 24, 2023 · 3 comments
Assignees
Labels
enhancement type enhancement

Comments

@mapleFU
Copy link
Member

mapleFU commented Aug 24, 2023

Search before asking

  • I had searched in the issues and found no similar issues.

Motivation

Currently we intent to support RedisBloom. We separate the task into some subtasks:

  1. Support a BloomFilter ( Add splited bloom filter for RedisBloom support  #1693 )
  2. Support basic BF.RESERVE, BF.ADD, BF.EXISTS. This is a bit complex, it need to design the structure and metadata of BloomFilter. For simplicity, we can briefly implement only NOSCALING first ( Add the support of basic scalable bloom #1699 )
  3. If we only support "EXPANSION" in (2), we need to support "SCALING" ( Add the support of SCALING for bloom filter #1721 )
  4. Support Slot migrations
  5. Support BF.CARD ( Add the support of the BF.MEXISTS and BF.CARD Command #1756 )
  6. Support BF.INFO ( Add the support of the bloom BF.INFO command #1710 )
  7. Support BF.MADD ( Add the support of the BF.MADD command #1758 )
  8. Support BF.INSERT
  9. Support BF.MEXIST ( Add the support of the BF.MEXISTS and BF.CARD Command #1756 )

Solution

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@mapleFU mapleFU added the enhancement type enhancement label Aug 24, 2023
@mapleFU
Copy link
Member Author

mapleFU commented Aug 24, 2023

cc @zncleon

@zncleon
Copy link
Contributor

zncleon commented Aug 24, 2023

thx a lot, I will commit PRs later.

@git-hulk
Copy link
Member

@mapleFU Guess we can close this issue now.

@mapleFU mapleFU closed this as completed Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type enhancement
Projects
Development

No branches or pull requests

3 participants