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

Allow quotes for hash values #1

Open
skytreader opened this issue May 1, 2013 · 1 comment
Open

Allow quotes for hash values #1

skytreader opened this issue May 1, 2013 · 1 comment

Comments

@skytreader
Copy link
Owner

Allow hash values to be enclosed in quotes. The quotes will, of course, not be saved to Redis. This allows the insert file to be more readable as we can put spaces before the actual hash value without the spaces getting stored in Redis.

Possible complications

What if the value we want to insert to Redis has a quote. We must allow for some form of character escaping mechanism.

@skytreader
Copy link
Owner Author

And also hash keys? Are spaces allowed in hash keys? :|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant