Open maplenk opened 4 weeks ago
Thanks for reporting this, we're looking into it. Will keep this thread posted.
@JyotinderSingh can u plz assign this issue to me
@JyotinderSingh can u plz assign this issue to me
Feel free to look into this, but fyi, a few other team members are also investigating this. Please report your findings here.
@maplenk , quick question, could you provide any info regarding the infra for this setup? do you have both the server and dicedb running on the same machine or different ones?
Hey, Installed dicedb on Ubuntu 22 on GCP Connecting to it remotely via mac
Steps to reproduce
Hi, I am trying to dump some data on dicedb instance hosted on GCP via NodeJS + Redis
Node Version: 20 DiceDB Version: Latest (checked out from main branch 2 days ago) Node Redis Package: https://www.npmjs.com/package/redis - 4.7.0
Steps:
Code:
3 out of 5 times it works. Other times I get a connection error
DiceDB logs from server:
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 locally