/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
6.2.22
utils/hashtable/README
13 строк
396 B
Oran Agra
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
10 сен 2020, 13:43
Не верифицирован
10 сен 2020, 13:43
1c71038
Код
Авторство
О чём код?
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 the visualization code is reusable in new bugs investigation. Compile with: cc -I ../../src/ rehashing.c ../../src/zmalloc.c ../../src/dict.c -o rehashing_test