From: antirez Date: Tue, 12 Jun 2012 13:20:16 +0000 (+0200) Subject: Added a new hash fuzzy tester. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/1364395f18e810d6ed2e07f62dfc665fa1c6634c?hp=1364395f18e810d6ed2e07f62dfc665fa1c6634c Added a new hash fuzzy tester. The new fuzzy tester also removes elements from the hash instead of just adding random fields. This should increase the probability to find bugs in the implementations of the hash type internal representations. ---