Comment on Reaching 200K events/secparentComments−thebluesky13yIs the source available anywhere?1.5M locally or over a network? What is the size of each message?−spullara13yhttp://github.com/spullara/redis-protocol — server moduleThe test was run with "SET key value" which in the redis protocol is something like 15-20 bytes / message.
Comments
Is the source available anywhere?
1.5M locally or over a network? What is the size of each message?
http://github.com/spullara/redis-protocol — server module
The test was run with "SET key value" which in the redis protocol is something like 15-20 bytes / message.