|
|
|
|
|
by T0pH4t
1121 days ago
|
|
Sort of. To my knowledge, the original redis was literally signal threaded and performed io on the same threads as managing the DB (asynchronously of coarse). Then after either redis 5 or 6 they added IO threads to redis such that the DB stayed managed by a single thread and network/disk IO happened on the IO threads. |
|
Not sure about this that's why I'm asking here for a definitive concrete answer about this.