]> git.saurik.com Git - redis.git/commit
use a struct to store both a dict and its weight for ZUNION and ZINTER, so qsort...
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 9 Mar 2010 15:12:34 +0000 (16:12 +0100)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 9 Mar 2010 15:12:34 +0000 (16:12 +0100)
commit8f92e768311758bb5db1f6592a209d5eefbc40bb
tree1d458fa11bc2f6b7300e94c11281a0d3c4ca24c7
parent2830ca539bf30b64ef646d08d0856f0a1cfc5cb4
use a struct to store both a dict and its weight for ZUNION and ZINTER, so qsort can be applied
redis.c