redis_study/utils/hashtable
2020-09-05 12:01:22 +08:00
..
README 创建redis源码学习 2020-09-05 12:01:22 +08:00
rehashing.c 创建redis源码学习 2020-09-05 12:01:22 +08:00

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