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

Added hiredis parser to improve performance. #6

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

generalpy101
Copy link
Owner

Changes are not visible.

HIredis parser
❯ redis-benchmark -p 9999 -t SET,GET -q --insecure
WARNING: Could not fetch server CONFIG
SET: 11548.68 requests per second, p50=3.567 msec                   
GET: 12729.12 requests per second, p50=3.463 msec                   


My Custom Parser
❯ redis-benchmark -p 9999 -t SET,GET -q --insecure
WARNING: Could not fetch server CONFIG
SET: 10593.22 requests per second, p50=3.671 msec                   
GET: 12351.78 requests per second, p50=3.535 msec        

@generalpy101 generalpy101 merged commit 472fde8 into main Jun 30, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant