Skip to main content

INSERT_OVERFLOW

Constant INSERT_OVERFLOW 

Source
pub const INSERT_OVERFLOW: &str = "insert index overflow";
Expand description

What ARINSERT says when the cursor has nowhere left to go.

Redis’s words. This is not the same error ARSET gives for the same underlying problem, which is Redis’s doing and worth keeping: one of them is about an index the client named and the other is about a cursor it did not.