feat(server): adding support for bitops #213 (#295)

feat(server): bitset bitget commands - update docs/api_status.md #213

Signed-off-by: Boaz Sade <boaz@dragonflydb.io>
This commit is contained in:
Boaz Sade 2022-09-18 16:20:51 +03:00 committed by GitHub
parent 7ed808d5d0
commit 6ec453a599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 421 additions and 6 deletions

View file

@ -123,11 +123,11 @@ with respect to Memcached and Redis APIs.
- [ ] BITFIELD
- [ ] BITOP
- [ ] BITPOS
- [ ] GETBIT
- [x] GETBIT
- [X] GETRANGE
- [X] INCRBYFLOAT
- [X] PSETEX
- [ ] SETBIT
- [x] SETBIT
- [X] SETRANGE
- [X] STRLEN
- [X] HashSet Family