]> git.saurik.com Git - redis.git/commit
Eval command table fixed to return the keys arguments of the command. We use zunionIn...
authorantirez <antirez@gmail.com>
Sun, 1 May 2011 22:36:25 +0000 (00:36 +0200)
committerantirez <antirez@gmail.com>
Wed, 25 May 2011 10:32:47 +0000 (12:32 +0200)
commit497fc8775fd4b85289a6998bb4eaddbe657e6be7
treefa09cd4b065ed948038f08877c1f8e86e49d2a0e
parent171ef6813d54882e4eebd018183f382f74db9102
Eval command table fixed to return the keys arguments of the command. We use zunionInterGetKeys() as it ZUNION/ZINTER have exactly the same semantic with a prefixed number of keys followed by key names.
src/redis.c