Skip to main content

STREAMING_THRESHOLD

Constant STREAMING_THRESHOLD 

Source
pub const STREAMING_THRESHOLD: usize = _; // 65_536usize
Expand description

Threshold for streaming large values (64KB).

SET commands with values >= this size will use the streaming path, returning NeedValue to allow zero-copy receive.