]> git.saurik.com Git - redis.git/commit
Avoid a busy loop while sending very large replies against very fast links, this...
authorantirez <antirez@gmail.com>
Fri, 5 Jun 2009 21:44:26 +0000 (23:44 +0200)
committerantirez <antirez@gmail.com>
Fri, 5 Jun 2009 21:44:26 +0000 (23:44 +0200)
commit6f376729209b8af1f2e0ea6a7e04598f7644c5e3
treee5fca1e6eff471c075a50d0249ed0acec14ffe9e
parent9f3c422c72d4cede717b5f61bb7bde5823db53f2
Avoid a busy loop while sending very large replies against very fast links, this allows to be more responsive with other clients even under a KEY * against the loopback interface
redis.c