-
Notifications
You must be signed in to change notification settings - Fork 353
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
Do you have a performance test application? #10
Comments
Hi @csfreebird redis-plus-plus runs as fast as hiredis, since it's based on hiredis, and just forwards commands to hiredis to do the real work. However, your point is great, and I'll add a benchmark test. Regards |
Hi @csfreebird I've added a benchmark test application. Please see the doc on how to run the benchmark test. Also I refactored the test code, so that you can run tests without Redis Cluster. If you only want to run tests with Redis, you only need to specify host, port and auth options:
Regards |
Thanks. |
since this project is well documented and have good features. A test application is necessary for all new people.
Thanks again, this project looks nice.
The text was updated successfully, but these errors were encountered: