Saubhik Kumar
Saubhik Kumar
### **Issue** Issue fixed : https://github.com/DiceDB/dice/issues/498 ### **PR Description** This PR implements JSON.OBJKEYS command, and add unit tests, integration tests and benchmarking evaluation for the command. ### **Test Results** 1....
This PR implements [#640](https://github.com/DiceDB/dice/issues/640) - BITFIELD_RO command. 1. Integration tests 2. Unit tests
Fixes #603 . Adds differentiation between Legacy and JSON Path syntax. Basically, every path that doesn't starts with "$" is Legacy Path syntax. And, it resolves to first path in...
Solves #1133. Add support for PFCOUNT.WATCH command, and tests.
Implements #486.
This fixes #1765 . I have simply deferred file closing, and removed all other file close operations before returning. Hence, making sure that file is closed before returning.