Actually remove static from #3331.
I forgot -a when amending in the previous commit.
This commit is contained in:
parent
3d42fa5b75
commit
b98fc4bfee
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user