Mohit Vachhani

Results 5 issues of Mohit Vachhani

Solves: * https://github.com/samber/lo/issues/390

This PR addresses [[Issue](https://github.com/DiceDB/dice/issues/143)] * New data type: ByteArray * Introduced a length property inside ByteArray to be used whenever we call len(). * Clearing the data of ByteArray if...

This PR addresses [https://github.com/DiceDB/dice/issues/143] Implements `BITPOS` command.

For example: ``` const input = "apple-orange banana_grape"; const result = _.split(input, ['orange', 'banana']); // Expected result: ['apple-', ' grape'] ``` However, this approach doesn’t seem to work. Is there...