Redis is designed to run in a single thread, but the performance is excellent, why?
4 reasons for Redis is single-threaded
CPU is not...
For further actions, you may consider blocking this person and/or reporting abuse
Hi Nick! Nice intro.
Redis 6 is going to add optional multi threaded I/O to its codebase.
Unfortunately I can't find a direct link to public release notes / roadmap but if you download the latest 6.0 release, 6.0-rc3, you'll find a file called
00-RELEASE_NOTES
which contains the following:You can find further evidence of this in the
THREADED I/O
section of the redis.conf:Haven't tried it yet though :)
Redis 6 is due to be released at the end of April 2020