"vscode:/vscode.git/clone" did not exist on "90891a7dded9435301bf4620f9465bc94f22e4ff"
Scripting: simpler reply buffer creation in luaRedisGenericCommand().
It if faster to just create the string with a single sdsnewlen() call. If c->bufpos is zero, the call will simply be like sdsemtpy().
Please register or sign in to comment