From: Pieter Noordhuis Date: Thu, 15 Apr 2010 18:55:34 +0000 (+0200) Subject: make sure that cmpobj is in decoded form when sorting by ALPHA (this solves edge... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/16fa22f12b61d7da44145cb8cf48ea7f7c454200?hp=16fa22f12b61d7da44145cb8cf48ea7f7c454200 make sure that cmpobj is in decoded form when sorting by ALPHA (this solves edge case from previous commit where (!sortby && alpha) == 1) ---