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
0f484d83
Commit
0f484d83
authored
Jun 23, 2016
by
antirez
Browse files
Actually remove static from #3331.
I forgot -a when amending in the previous commit.
parent
c0ca87dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
0f484d83
...
@@ -1447,8 +1447,7 @@ int RM_ZsetScore(RedisModuleKey *key, RedisModuleString *ele, double *score) {
...
@@ -1447,8 +1447,7 @@ int RM_ZsetScore(RedisModuleKey *key, RedisModuleString *ele, double *score) {
* Key API for Sorted Set iterator
* Key API for Sorted Set iterator
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
static
void
zsetKeyReset
(
RedisModuleKey
*
key
)
void
zsetKeyReset
(
RedisModuleKey
*
key
)
{
{
key
->
ztype
=
REDISMODULE_ZSET_RANGE_NONE
;
key
->
ztype
=
REDISMODULE_ZSET_RANGE_NONE
;
key
->
zcurrent
=
NULL
;
key
->
zcurrent
=
NULL
;
key
->
zer
=
1
;
key
->
zer
=
1
;
...
...
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