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

Implement string un/escaping and "raw" values #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

itamarhaber
Copy link
Member

@itamarhaber itamarhaber commented Jan 9, 2025

  • Correctly handle quoted and/or escaped input string arguments
  • Correctly display nonprintable and whitespace binary string values
  • Correctly distinguish (UI) between "simple" and "binary" strings (i.e., no quotes or with quotes)
  • Correctly handle "raw" outputs from whitelisted commands (i.e., INFO and CLIENT LIST)

Fixes #18
Fixes #20

* Correctly handle quoted and/or escaped input string arguments
* Correctly display nonprintable and whitespace binary string values
* Correctly distinguish (UI) between "simple" and "binary" strings (i.e., no quotes or with quotes)
@@ -1,4 +1,4 @@
const API_URL = 'https://cli.redis.io',
const API_URL = 'http://localhost:5000',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert?

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.

BITPOS Wrong examples results BITPOS example is incorrect
2 participants