Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

redis-benchmark throwing socket error 10022 #20

Closed
eyalpost opened this issue Oct 17, 2012 · 3 comments
Closed

redis-benchmark throwing socket error 10022 #20

eyalpost opened this issue Oct 17, 2012 · 3 comments

Comments

@eyalpost
Copy link

Running redis-benchmark.exe on Windows 8 almost always fails after PING test complete. Output:
====== PING_INLINE ======
10000 requests completed in 0.07 seconds
50 parallel clients
3 bytes payload
keep alive: 1

68.85% <= 1 milliseconds
100.00% <= 1 milliseconds
135135.14 requests per second

Could not connect to Redis at 127.0.0.1:6379: setsockopt(TCP_NODELAY): 10022

about once every 5 times it will continue after the PING test but will still fail later:
====== LPOP ======
10000 requests completed in 0.07 seconds
50 parallel clients
3 bytes payload
keep alive: 1

68.32% <= 1 milliseconds
100.00% <= 1 milliseconds
140845.08 requests per second

Could not connect to Redis at 127.0.0.1:6379: setsockopt(TCP_NODELAY): 10022

@jiangzhuo
Copy link

I have the same response on windows7. redis built in vs2012

@clca
Copy link

clca commented Oct 31, 2012

We are investigating this issue

@HenryRawas
Copy link

Fix posted

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

No branches or pull requests

4 participants