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

redis-benchmark silently fails on unknown Redis commands #2900

Closed
itamarhaber opened this issue Nov 28, 2015 · 1 comment
Closed

redis-benchmark silently fails on unknown Redis commands #2900

itamarhaber opened this issue Nov 28, 2015 · 1 comment

Comments

@itamarhaber
Copy link
Member

For example:

$ redis-benchmark -n 1 -c 1 foo
====== foo ======
  1 requests completed in 0.00 seconds
  1 parallel clients
  3 bytes payload
  keep alive: 1

100.00% <= 0 milliseconds
inf requests per second

Note - also tested with other non-commands, with the same results:

- $ redis-benchmark -n 1 -c 1 foo
+ $ redis-benchmark -n 1 -c 1 moo
@filipecosta90
Copy link
Contributor

@itamarhaber closing this one given it was fixed by #8869 =)

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

No branches or pull requests

2 participants