f-stack/app/redis-5.0.5/utils/hashtable
fengbojiang e3de2f8891 Redis: Redis-5.0.5 supported.
Fixed #352 #368
2019-11-14 19:04:14 +08:00
..
README Redis: Redis-5.0.5 supported. 2019-11-14 19:04:14 +08:00
rehashing.c Redis: Redis-5.0.5 supported. 2019-11-14 19:04:14 +08:00

README

Hash table implementation related utilities.

rehashing.c
---

Visually show buckets in the two hash tables between rehashings. Also stress
test getRandomKeys() implementation, that may actually disappear from
Redis soon, however visualization some code is reusable in new bugs
investigation.

Compile with:

    cc -I ../../src/ rehashing.c ../../src/zmalloc.c ../../src/dict.c -o rehashing_test