Saish Pawar

Results 10 issues of Saish Pawar

This PR resolves https://github.com/DiceDB/dice/issues/824 ### Changes Made - Refactored headings to match as per syntax requirement in issue https://github.com/DiceDB/dice/issues/824 - Refactored formatting for `Parameters, Return values , Examples` sections -...

## Steps to reproduce 1. `SET`a key with a value 2. Execute a `GET` command on the key 3. Execute the `OBJECT` command with all the supported sub-commands ( ENCODING,...

This feature adds support to one of the commands reported on https://github.com/DiceDB/dice/issues/934 i.e. `OBJECT FREQ ` ### Expected output `Returns the number of references of the value associated with the...

icebox

This feature adds support to one of the commands reported on https://github.com/DiceDB/dice/issues/934 i.e. `OBJECT REFCOUNT ` ### Expected output ``` If LRU policy exists , redis returns the access frequency...

icebox

This feature adds support to one of the commands reported on #934 i.e. `OBJECT ENCODING ` ### Expected output `Returns the internal encoding for the object stored at : eg...

This pr closes #830 **Changes** - Refactored sections - Refactored error messages - Added additional error messages and examples - Refactored CLI syntaxes

documentation

This PR adds support for `OBJECT ENCODING` and closes #964 **Changes :** - Support added for `OBJECT ENCODING` subcommand, supporting the relevant encoding types available in dicedb. - Integration tests...

This PR adds support for `OBJECT ENCODING` and closes #964 This PR consists of additional updates suggested on the previous PR #977 and supersedes it. **Changes :** - Support added...

This PR migrates HINCRBY, HINCRBYFLOAT and HRANDFIELD to make it protocol agnostic. Closes #1023 Migration Checklist - [x] Migrated the evalXXX function with the latest definition - [x] Update or...

migration -- command

I ran across the puter **task manager** and its implementation. Would love to know some ideas / ways we can add additional metrics in the task manager for processes (...

enhancement