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

returns of "OK" (true) and null (false) #3

Open
markuman opened this issue Feb 15, 2015 · 0 comments
Open

returns of "OK" (true) and null (false) #3

markuman opened this issue Feb 15, 2015 · 0 comments
Labels

Comments

@markuman
Copy link
Owner

curl -w '\n' http://127.0.0.1:1234/SET/hello/world returns currently {"SET":"OK"}.

I'm asking if tinywebdis should return {"SET":[true,"OK"]} like origin webdis?

Same question for curl -w '\n' http://127.0.0.1:1234/get/notexisting. It will return {"get": null }.
Is it fine or should it return {"get": [false, null] } or something like that?

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

No branches or pull requests

2 participants
@markuman and others