mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 09:30:55 +00:00
Actually remove static from #3331.
I forgot -a when amending in the previous commit.
This commit is contained in:
parent
c0ca87dcc0
commit
0f484d8312
@ -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