From 25ffcf9f7db80e76dc995f40dbeedc4dee2d156a Mon Sep 17 00:00:00 2001 From: Sam Gwydir Date: Fri, 11 Feb 2022 13:44:37 -0800 Subject: [PATCH] documntation --- bindings/c/test/mako/mako.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/c/test/mako/mako.rst b/bindings/c/test/mako/mako.rst index d1e978bf4d..ea9603c234 100644 --- a/bindings/c/test/mako/mako.rst +++ b/bindings/c/test/mako/mako.rst @@ -138,6 +138,7 @@ Operation Types - ``u`` – Update (= GET followed by SET) - ``i`` – Insert (= SET with a new key) - ``ir`` – Insert Range (Sequential) +- ``o`` – Overwrite (Blind write to existing keys) - ``c`` – CLEAR - ``sc`` – SET & CLEAR - ``cr`` – CLEAR RANGE