feat(server): bitcount commands support and unit tests

feat(server): bitcount commands support and unit tests - 

update docs/api_status.md, update license 
Partially implements #213 

Signed-off-by: Boaz Sade <boaz@dragonflydb.io>
Co-authored-by: Boaz Sade <boaz@dragonflydb.io>
This commit is contained in:
Boaz Sade 2022-09-20 11:07:26 +03:00 committed by GitHub
parent de9369f518
commit 1733af4cf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 197 additions and 7 deletions

View file

@ -119,7 +119,7 @@ with respect to Memcached and Redis APIs.
- [X] SETEX
- [X] APPEND
- [X] PREPEND (dragonfly specific)
- [ ] BITCOUNT
- [x] BITCOUNT
- [ ] BITFIELD
- [ ] BITOP
- [ ] BITPOS