summaryrefslogtreecommitdiff
path: root/00-RELEASENOTES
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2012-04-30 10:16:20 -0700
committerantirez <antirez@gmail.com>2012-05-01 10:52:27 +0200
commitf2ffb592947407a54e4a1f915f1593aa84eb2295 (patch)
tree28df4370e11283954a09c4071a9e19ed0589482d /00-RELEASENOTES
parent9cb09c4d2c248dc0f9b31314b3127be228476633 (diff)
downloadredis-f2ffb592947407a54e4a1f915f1593aa84eb2295.tar.gz
Use safe dictionary iterator from KEYS
Every matched key in a KEYS call is checked for expiration. When the key is set to expire, the call to `getExpire` will assert that the key also exists in the main dictionary. This in turn causes a rehashing step to be executed. Rehashing a dictionary when there is an iterator active may result in the iterator emitting duplicate entries, or not emitting some entries at all. By using a safe iterator, the rehash step is omitted.
Diffstat (limited to '00-RELEASENOTES')
0 files changed, 0 insertions, 0 deletions