You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "PragmaTwice (via GitHub)" <gi...@apache.org> on 2023/06/16 17:52:53 UTC

[GitHub] [incubator-kvrocks] PragmaTwice opened a new issue, #1500: Add support of RedisBloom

PragmaTwice opened a new issue, #1500:
URL: https://github.com/apache/incubator-kvrocks/issues/1500

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kvrocks] PragmaTwice commented on issue #1500: Add support of RedisBloom

Posted by "PragmaTwice (via GitHub)" <gi...@apache.org>.
PragmaTwice commented on issue #1500:
URL: https://github.com/apache/kvrocks/issues/1500#issuecomment-1657265437

   Hello, I am very excited to see you starting work on this project!
   
   For an open community and for better progress, we suggest that you make your current work-in-progress code public on GitHub through a draft PR or other means. 
   Of course, there is no need to worry about sharing unfinished code as the review process will only begin when you are fully prepared. 
   Additionally, we recommend breaking down your code into multiple PRs and gradually submitting them to the community instead of including all project code in one PR. 
   
   If you encounter any issues, feel free to post an issue, start a discussion, ask questions on Slack, or directly contact @mapleFU.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kvrocks] infdahai commented on issue #1500: Add support of RedisBloom

Posted by "infdahai (via GitHub)" <gi...@apache.org>.
infdahai commented on issue #1500:
URL: https://github.com/apache/kvrocks/issues/1500#issuecomment-1622198701

   Good luck for you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kvrocks] PragmaTwice closed issue #1500: Add support of RedisBloom

Posted by "PragmaTwice (via GitHub)" <gi...@apache.org>.
PragmaTwice closed issue #1500: Add support of RedisBloom
URL: https://github.com/apache/kvrocks/issues/1500


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kvrocks] zncleon commented on issue #1500: Add support of RedisBloom

Posted by "zncleon (via GitHub)" <gi...@apache.org>.
zncleon commented on issue #1500:
URL: https://github.com/apache/kvrocks/issues/1500#issuecomment-1616416955

   Thanks to the mentor and community for choosing me to complete this task. I will complete this task through the following plan:
   
   **BloomFilter**
   
   - [ ] Design and coding of `Bloomfilter_metadata` (ETC. 07/07)
   
   Coding of Commands parse and execution:
   
   - [ ] `BF.ADD`, `BF.MADD` Command (ETC. 07/14)
   
   - [ ] `BF.EXISTS`, `BF.MEXISTS` command (ETC. 07/21)
   
   - [ ] `BF. INSERT`command (ETC. 07/28)
   
   - [ ] `BF. Reserve`, `BF. CARD` command (ETC. 07/28)
   
   ---
   
   **CuckooFilter**
   
   - [ ] Design and coding of `CuckooFilter_metadata` (ETC. 08/04)
   
   Coding of Commands parse and execution:
   
   - [ ] `CF.ADD`, `CF.ADDNX` command (ETC. 08/11)
   
   - [ ] `CF.EXISTS`, `CF.MEXISTS` command (ETC. 08/18)
   
   - [ ] `CF.DEL` command (ETC. 08/25)
   
   - [ ] `CF.INSERT`, `CF.INSERTNX` command (ETC. 08/25)
   
   - [ ] `CF. Reserve`, `CF. COUNT`, `CF. INFO` command (ETC. 08/30)
   
   ---
   
   - [ ] Performance testing (ETC. 09/10)
   
   Complete the coding of test cases while coding various parts of the code


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kvrocks] PragmaTwice commented on issue #1500: Add support of RedisBloom

Posted by "PragmaTwice (via GitHub)" <gi...@apache.org>.
PragmaTwice commented on issue #1500:
URL: https://github.com/apache/kvrocks/issues/1500#issuecomment-1702014098

   inherited by #1696


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org