pub const STREAMING_THRESHOLD: usize = _; // 65_536usize
Threshold for streaming large values (64KB).
SET commands with values >= this size will use the streaming path, returning NeedValue to allow zero-copy receive.
NeedValue