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
Prevent calling lookupkey twice in some module functions that use setkey (valkey-io#2365)
In `VM_StringSet()`, `VM_StringTruncate()`, and `VM_ModuleTypeSetValue()` we could
assert the key doesnt exists, so we could set SETKEY_DOESNT_EXIST flags
to reduce one call to lookupkey.
Signed-off-by: wei.kukey <wei.kukey@gmail.com>
0 commit comments