Vikram Singh Gurjar
Vikram Singh Gurjar
OS Specification: Operating System: linux Architecture: amd64 CPU Cores: 8 go version go1.23.0 linux/amd64 Steps I followed: 1. Install go 1.23.0 ``` $ git clone https://github.com/dicedb/dice $ cd dice $...
…mproving control over memory allocation and preventing previous runtime out-of-memory issues.
This PR aims to fix #836 with following changes 1. Update the implementation of the `evalCommandHelp` method for the `COMMAND HELP` command to include documentation for the COMMAND INFO command....
### Description When editing a number in a grid cell that uses `NumberCell`, there's a UX issue where leading zeros are ignored after deleting digits. This makes it difficult for...
This PR aims to improve the user experience while editing number type grid cells. Fix for #1000
This PR includes changes for migration of `JSON.DEL`, `JSON.FORGET`, `JSON.TOGGLE`, `JSON,NUMINCRBY` and `JSON.NUMMULTBY` command to new `Eval` method. This resolves issue #1029 Also introduces fix for `oom` err in `resp`...