]> git.saurik.com Git - redis.git/commitdiff
New test: hash ziplist -> hashtable encoding conversion.
authorantirez <antirez@gmail.com>
Mon, 11 Jun 2012 13:19:46 +0000 (15:19 +0200)
committerantirez <antirez@gmail.com>
Mon, 11 Jun 2012 13:19:46 +0000 (15:19 +0200)
A new stress test was added to stress test the code converting a ziplist
into an hash table.

In this commit also randomValue helper function was modified to also
return negative values.


No differences found