Syed Abdul Mateen

Results 10 issues of Syed Abdul Mateen

Closes #6811 Feature - Added a bubble to the avatar and then a entry + bubble into the sub-navigation within the hamburger. ### Technical - The bubble is only visible...

Priority: 3
Needs: Submitter Input

## Details Closes issue #7354 ## Changes Added support for tags to use in API. Added `'default_version', 'default_branch'` fields in `ProjectCreateSerializerBase` for user's convenience. --- :books: Documentation previews :books: -...

Fixes: Issue #213 ### Changes - Added a corner case for handling `RESP_NIL` ### Tests - Added a test case in `tests/set_test.go` where the expected output for a command in...

`readBulkString` function in `core/resp.go` does not handle `RESP_NIL` correctly and times out. This also blocks Issue #200 since test cases have to be created there. **How to reproduce** In integration...

- Added support for the `PX` flag in the `SET` command. - Added unit and integration tests. - Refactored `ParseCommand` to reuse it in unit tests. Fixes: Issue #200

The following test case is failing: `TestJSONSetWithInvalidJSON/Set_Invalid_JSON` ![image](https://github.com/user-attachments/assets/700860fe-5927-4a7f-8603-cde381034eb2)

Fixes: Issue #271 Added `KeySpec.LastKey = -1` to support `COMMAND getkeys MSET`

`MSET` currently does not support `COMMAND GETKEYS` **How to reproduce** ```bash $ command getkeys MSET K v A b 1) "K" ``` **Expected behavior** ``` 1) "K" 2) "A" ```

1. Adding implementation of `ZRANK` command. 2. Adding Unit test, Integration tests and benchmark. Closes: #1126 **For Reviewer's Checklist for Migration label PR/Issues** - [x] *moved* code from eval.go to...

documentation
new -- command

Migrated the following commands: ('EXPIRE', 'EXPIREAT', 'EXPIRETIME', 'TTL', 'PTTL') Checklist - [x] Migrated the evalXXX function with the latest definition - [x] Update or add unit tests for the new...

migration -- command