]> git.saurik.com Git - redis.git/commit
make sure that cmpobj is in decoded form when sorting by ALPHA (this solves edge...
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Thu, 15 Apr 2010 18:55:34 +0000 (20:55 +0200)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Thu, 15 Apr 2010 18:55:34 +0000 (20:55 +0200)
commit16fa22f12b61d7da44145cb8cf48ea7f7c454200
tree8f1a7c9507eefb2fa3e861cefe9c33c5513d5410
parent6d7d1370c3ea7b338b9c5ab1ade32adbbcc661b8
make sure that cmpobj is in decoded form when sorting by ALPHA (this solves edge case from previous commit where (!sortby && alpha) == 1)
redis.c