Redis tips and tricks
known issue
https://tech.meituan.com/2018/07/27/redis-rehash-practice-optimization.html
banchmark tools
redisbenchmark.c
https://github.com/RedisLabs/memtier_benchmark
https://github.com/brianfrankcooper/YCSB
https://github.com/GoogleCloudPlatform/PerfKitBenchmarker
https://cloud.google.com/blog/products/databases/performance-tuning-best-practices-for-memorystore-for-redis
sync and migration
https://github.com/CodisLabs/redis-port
https://github.com/alibaba/RedisShake
analysis tools
monitor
https://github.com/facebookarchive/redis-faina
references
- official web:
https://redis.io/
- google group:
https://groups.google.com/g/redis-db
- github:
https://github.com/redis/redis
- issue:
https://github.com/redis/redis/issues
Back to Table of Contents
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.com
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No personal information is collected.
Feedback