Skip to content

Summary of Redis Tips and Tricks

homepage-banner

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
Leave a message