-
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
Inconsistent LPUSH
: Command in Dice docs isn't matching while running it via dicedb-cli ( #835 )
#961
Comments
surya0180
changed the title
Inconsistent
Inconsistent Oct 5, 2024
{CMD}
: Command in Dice docs isn't matching while running it via dicedb-cli ( #835 ){LPUSH}
: Command in Dice docs isn't matching while running it via dicedb-cli ( #835 )
surya0180
changed the title
Inconsistent
Inconsistent Oct 5, 2024
{LPUSH}
: Command in Dice docs isn't matching while running it via dicedb-cli ( #835 )LPUSH
: Command in Dice docs isn't matching while running it via dicedb-cli ( #835 )
I would love to work on this |
@surya0180 can i take this? |
Based on the first comment assigning it to @bhima2001 @RishabhC-137 thanks for showing up interest, please check other opened issues. |
#969 --> Please find the PR attached. |
Merged
Closing, merged as part of #969 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Please refer to this screenshot. Left side is RedisCLI and right side is DiceCLI
Expected output
The expected output when the above set of commands (maybe when run on Redis)
Observed output
The observed output when the above set of commands when run on DiceDB
Expectations for resolution
This issue will be considered resolved when the following things are done
dice
code to meet the expected behaviorYou can find the tests under the
integration_tests
directory of thedice
repository and the steps to run are in the README file. Refer to the following links to set up DiceDB and Redis 7.2.5 locallyThe text was updated successfully, but these errors were encountered: