Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ace4ee54
Commit
ace4ee54
authored
Oct 23, 2009
by
antirez
Browse files
zset symbols added to stack trace code. ZSets will simply crash at the moment
parent
fd8ccf44
Changes
1
Show whitespace changes
Inline
Side-by-side
redis.c
View file @
ace4ee54
...
...
@@ -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
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment