Tracking Issues: support Cuckoo Filter data structure and commands
- Dominant language
- C++
- Stars
- 4.4k
- Forks
- 658
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 10
Description
### Search before asking
- [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
### Motivation
Redis Stack supports Cuckoo Filter as a probabilistic data structure, and Kvrocks can support it as part of RedisBloom compatibility.
### Tracking
- [ ] CF.RESERVE command: #3122
- [ ] CF.ADD command: #3351
- [ ] CF.ADDNX command
- [ ] CF.EXISTS command: #3359
- [ ] CF.MEXISTS command: #3359
- [ ] CF.COUNT command
- [ ] CF.DEL command
- [ ] CF.INFO command
- [ ] CF.INSERT command
- [ ] CF.INSERTNX command
- [ ] CF.SCANDUMP command
- [ ] CF.LOADCHUNK command
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.