mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
FIXED a typo more thank should be more than
This commit is contained in:
parent
4b9ac6edd0
commit
c0f8665414
@ -239,7 +239,7 @@ int dictExpand(dict *d, unsigned long size)
|
|||||||
/* Performs N steps of incremental rehashing. Returns 1 if there are still
|
/* Performs N steps of incremental rehashing. Returns 1 if there are still
|
||||||
* keys to move from the old to the new hash table, otherwise 0 is returned.
|
* keys to move from the old to the new hash table, otherwise 0 is returned.
|
||||||
* Note that a rehashing step consists in moving a bucket (that may have more
|
* Note that a rehashing step consists in moving a bucket (that may have more
|
||||||
* thank one key as we use chaining) from the old to the new hash table. */
|
* than one key as we use chaining) from the old to the new hash table. */
|
||||||
int dictRehash(dict *d, int n) {
|
int dictRehash(dict *d, int n) {
|
||||||
if (!dictIsRehashing(d)) return 0;
|
if (!dictIsRehashing(d)) return 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user