Surya Teja
Surya Teja
fixes https://github.com/DiceDB/dice/issues/779 Changes 1. Created markdown tables for Parameters and Return Values 2. Updated CLI prompt to 127.0.0.1:7379> 3. Changed order of headings according to SET command
Inconsistent `LPUSH`: Command in Dice docs isn't matching while running it via dicedb-cli ( #835 )
## Steps to reproduce Please refer to this screenshot. Left side is RedisCLI and right side is DiceCLI ## Expected output The expected output when the above set of commands...
## Steps to reproduce I was going through `JSON.ARRLEN` command and compared the outputs in both `redis-cli` and `dice-cli`. Almost all usecases are not giving the expected outputs. I am...
Updated documentation (#782) after fixing some inconsistencies in `JSON.ARRLEN` command #974 * Added Tables to display parameters, return values, etc. * Added extra examples to demonstrate several usecases * Added...
This PR closes #1032. Here are things that are done - [x] Migrated the evalXXX function with the latest definition - [x] Update or add unit tests for the new...
This PR closes (#1128 ) issue. Changes made: - [x] Added support for `ZPOPMIN` command. - [x] Added Unit tests, Integration tests for ASYNC/RESP/HTTP/WEBSOCKET. - [x] Added Benchmark function for...