]> git.saurik.com Git - redis.git/commit
Fixed a race condition in VM happening when a key was deleted while there was a clien...
authorantirez <antirez@gmail.com>
Wed, 8 Sep 2010 11:26:16 +0000 (13:26 +0200)
committerantirez <antirez@gmail.com>
Wed, 8 Sep 2010 11:26:16 +0000 (13:26 +0200)
commit7f00cd226438d3cd91238974346cee624d8920e1
treeb2ac5f925405fb7bf554e812df6cd0e166c2c202
parentefc5d4cc0dd285b45061d61d7a717777aa8bc7a0
Fixed a race condition in VM happening when a key was deleted while there was a client waiting for this key to be resumed from swap to memory. The client would hang forever.
src/db.c