mirror of
https://github.com/fluencelabs/redis
synced 2025-07-16 09:01:57 +00:00
Rax.c: populate data field after random walk.
This commit is contained in:
@@ -1766,6 +1766,7 @@ int raxRandomWalk(raxIterator *it, size_t steps) {
|
|||||||
if (n->iskey) steps--;
|
if (n->iskey) steps--;
|
||||||
}
|
}
|
||||||
it->node = n;
|
it->node = n;
|
||||||
|
it->data = raxGetData(it->node);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user