You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add comments explaining event base priority levels
Added detailed comments to explain the priority system for libevent:
- Priority 0 (highest): I/O events for immediate Redis response processing
- Priority 1 (lower): Timer events for timeout handling after I/O processing
This clarifies why I/O events are prioritized over timer events in the
event processing loop.
0 commit comments