Skip to content
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

#1191 Refactor WebSocket Parser to support values with spaces #1202

Merged
merged 4 commits into from
Oct 27, 2024

Conversation

helios2003
Copy link
Contributor

The PR closes #1191.

Changes made:

  • Refactor the web socket server to allow white-spaced objects as keys and values.
  • Added tests for the same.

@helios2003
Copy link
Contributor Author

I have a small doubt here, for each SET method in the test suite, should a GET method be added as well or is the current implementation fine?

@lucifercr07
Copy link
Contributor

@helios2003 please have a look at the build, unit tests are failing.

@lucifercr07 lucifercr07 merged commit d2180ee into DiceDB:master Oct 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Websocket server parser to support space char in values
2 participants