-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report inconsistency in the command JSON.GET
#380
Comments
@arpitbbhayani can I give this a shot? |
@sridhar-5 Go for it :) |
@sridhar-5 Hope you are doing well. Any updates on this? |
Hey @AshwinKul28 , Apologies. wasn't able to get to this in the last few weeks (was pretty occupied). please feel free to delegate it to someone else if this is urgent. I'm planning to give it a shot in the next 2 days. |
can i get this work? |
Assigned |
@JyotinderSingh - since I did some work on this issue while implementing JSON.DEBUG, let me know I can be of any help here. Here is link of inconsistency analysis doc - https://docs.google.com/spreadsheets/d/1cvgVa5fzs5hfDaPBNFHcXS_YFixiqiuzkE97cDgpqXA/edit?usp=sharing |
You can help review the PR which @Lockps will be raising. It will be a big help! |
Hello @Lockps, There has been no activity on this issue for the past 5 days. We are really eager to close this issue at the earliest, hence if we continue to see the inactivity, we will have to reassign the issue to someone else. We are doing this to ensure that the project maintains its momentum and others are not blocked on this work. Just drop a comment with the current status of the work or share any issues you are facing. We can always chip in to help you out. Thanks again. |
Thank you for your patience, I’m currently working on the JSON object response and will commit the finished work as soon as possible. I appreciate your understanding and will prioritize this issue. If I encounter any challenges, I’ll reach out for assistance. Thanks for your support! |
Hello @Lockps, There has been no activity on this issue for the past 5 days. We are really eager to close this issue at the earliest, hence if we continue to see the inactivity, we will have to reassign the issue to someone else. We are doing this to ensure that the project maintains its momentum and others are not blocked on this work. Just drop a comment with the current status of the work or share any issues you are facing. We can always chip in to help you out. Thanks again. |
It will be done in 2-3 days! Thanks for waiting |
Hello @Lockps, There has been no activity on this issue for the past 5 days. We are really eager to close this issue at the earliest, hence if we continue to see the inactivity, we will have to reassign the issue to someone else. We are doing this to ensure that the project maintains its momentum and others are not blocked on this work. Just drop a comment with the current status of the work or share any issues you are facing. We can always chip in to help you out. Thanks again. |
Hi @arpitbbhayani , Upon reviewing, I noticed that issue #1002 aligns with the work I have been doing. I believe this issue can be closed. Apologies for the delayed notice, as I initially thought it was a simple matter, but I now realize it's more complex than I expected. |
@arpitbbhayani @JyotinderSingh I would like to take this up if this is still a valid issue. |
Following up @arpitbbhayani @JyotinderSingh 🙂! |
Assigned |
This issue is all about ensuring we are as close to Redis as possible. The command in focus for this issue is
JSON.GET
.Go through the official documentation of the command
JSON.GET
on Redis and identify the inconsistencies. The inconsistencies could be inBecause we are trying to be compatible with Redis v7.2.5, I would recommend you try out different variants of the command with different inputs on that specific version. The instructions on running Redis v7.2.5 locally
Once you find the discrepancy, you can either
If you are raising the issue, make sure you provide the details such as
Also, feel free to update the documentation and raise the PR in the docs repository.
The text was updated successfully, but these errors were encountered: