Prateek Rathore

Results 19 issues of Prateek Rathore

## Steps to reproduce run `command getkeys` (with no args) ## Expected output error thrown on missing arguments ## Observed output panic: index out of range [0] with length 0...

Fixes #491 #492 #493 @lucifercr07 @JyotinderSingh - please review.

Closes #489 Implemented JSON.ARRPOP command.

Closes #555 and #557 This PR - adds support for Websocket to interact with diceDB. It supports all the commands except Qwatch, Qunwatch and Subscribe. - adds one more server...

Old PR - #631 (closed) This PR fixes #500 The PR - Adds support for JSON.RESP command - Adds unit and integrations test for the same - Modifies `resp.go` to...

This PR is a preparatory step in adding integration tests for websocket --> #557. We want to use all async server integration tests as it is for websocket with minor...

Found the bug while writing integration test for QWATCH Where clause. Example query ``` query := "SELECT $key, $value WHERE '$value.score' >= 90 AND $key like 'player:*'" ``` For any...

Closes #188 This PR 1. Adds integration tests for QWATCH Where clause 2. Adds tests for both JSON and Regular keys 3. Refactor existing code to reuse helper functions

This is a follow up work on PR #690 QWatch is currently supported on cli and http