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

Do you have a performance test application? #10

Closed
csfreebird opened this issue Feb 2, 2019 · 3 comments
Closed

Do you have a performance test application? #10

csfreebird opened this issue Feb 2, 2019 · 3 comments

Comments

@csfreebird
Copy link

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.

@sewenew
Copy link
Owner

sewenew commented Feb 2, 2019

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

@sewenew
Copy link
Owner

sewenew commented Feb 10, 2019

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:

./compile/test/test_redis++ -h host -p port -a auth

Regards

@sewenew sewenew closed this as completed Mar 1, 2019
@csfreebird
Copy link
Author

Thanks.

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