Actually remove static from #3331.
I forgot -a when amending in the previous commit.
This commit is contained in:
parent
239e8beefa
commit
a450fa37a9
@ -1447,8 +1447,7 @@ int RM_ZsetScore(RedisModuleKey *key, RedisModuleString *ele, double *score) {
|
||||
* Key API for Sorted Set iterator
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
static void zsetKeyReset(RedisModuleKey *key)
|
||||
{
|
||||
void zsetKeyReset(RedisModuleKey *key) {
|
||||
key->ztype = REDISMODULE_ZSET_RANGE_NONE;
|
||||
key->zcurrent = NULL;
|
||||
key->zer = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user