Harish

Results 7 issues of Harish

### Description `sync` feature in subcharts works well when the main and sub chart have the same timeframe and index. Can we have `sync` crosshair tracking based on the available...

enhancement

Implementation for issue [**497**](https://github.com/DiceDB/dice/issues/497) Added support for **JSON.NUMMULTBY** command. It multiplies existing fields in JSON that matches specified JSON path at the specified key by the multiplier value. Returns null...

Addresses issue https://github.com/DiceDB/dice/issues/649 Adds support for **HKEYS** command. It returns all field names in the hash stored at key. Returns empty array if key doesn't exist. redis doc : [HKEYS](https://redis.io/docs/latest/commands/hkeys/)...

Addresses issue https://github.com/DiceDB/dice/issues/646 Adds support for **HEXISTS** command. It returns if specified field is an existing field in the hash stored at key. Returns 1 if specified field exists in...

Migrates HLEN, HSTRLEN & HSCAN commands PR Checklist - [x] Migrated the evalXXX function with the latest definition - [x] Update or add unit tests for the new implementation. -...

migration -- command

Adds support for [ZCARD](https://redis.io/docs/latest/commands/zcard/) PR Checklist - [x] Add support - [x] Add unit tests - [x] Add integration tests - [x] Add docs closes #1129

Adds support for [GEORADIUS](https://redis.io/docs/latest/commands/georadius/) PR Checklist - [ ] Command parser - [ ] Eval Implementation - [ ] Unit Test - [ ] Integration Test - [ ] Documentation...