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
Valkey's TLS write path goes through OpenSSL in userspace, requiring buffer concatenation in connWritev() and preventing the use of io_uring for batched writes.
Problem
Valkey's TLS write path goes through OpenSSL in userspace, requiring buffer concatenation in
connWritev()and preventing the use of io_uring for batched writes.