"vscode:/vscode.git/clone" did not exist on "2ba962714aaba78921ce18a65628f71f350be460"
Commit ace4ee54 authored by antirez's avatar antirez
Browse files

zset symbols added to stack trace code. ZSets will simply crash at the moment

parent fd8ccf44
......@@ -4866,6 +4866,15 @@ static struct redisFunctionSym symsTable[] = {
{"msetGenericCommand", (unsigned long)msetGenericCommand},
{"msetCommand", (unsigned long)msetCommand},
{"msetnxCommand", (unsigned long)msetnxCommand},
{"zslCreateNode", (unsigned long)zslCreateNode},
{"zslCreate", (unsigned long)zslCreate},
{"zslFreeNode",(unsigned long)zslFreeNode},
{"zslFree",(unsigned long)zslFree},
{"zslRandomLevel",(unsigned long)zslRandomLevel},
{"zslInsert",(unsigned long)zslInsert},
{"zslDelete",(unsigned long)zslDelete},
{"createZsetObject",(unsigned long)createZsetObject},
{"zaddCommand",(unsigned long)zaddCommand},
{NULL,0}
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment