Tag

IO Threads

0 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Apr 11, 2025 · Databases

Understanding Redis 7.0.11 Multithreading: Configuration Options and Execution Flow

This article explains how Redis 7.0.11 implements multithreading, detailing the required configuration flags, the stages where threads are activated or deactivated based on client write‑backlog, and the impact on network I/O and command execution.

IO ThreadsPerformanceRedis
0 likes · 3 min read
Understanding Redis 7.0.11 Multithreading: Configuration Options and Execution Flow
Cognitive Technology Team
Cognitive Technology Team
Mar 1, 2025 · Databases

Async IO Thread in Redis 8.0 M3: Design, Implementation, and Performance Evaluation

The article explains why Redis needs asynchronous IO threading, describes the shortcomings of previous IO‑thread models, details the design of the new async IO thread architecture with event‑notified client queues and thread‑safety mechanisms, and presents performance test results showing up to double the QPS and significantly lower latency.

ConcurrencyDatabaseIO Threads
0 likes · 15 min read
Async IO Thread in Redis 8.0 M3: Design, Implementation, and Performance Evaluation