feat(server): support for bitop command - unit tests added #213 (#319)

feat(server): bitop command - more code refactor from code review #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-28 19:32:30 +03:00 committed by GitHub
parent ad46e5e854
commit ac90aecde1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 648 additions and 95 deletions

View file

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