Skip to content

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

Back to Table of Contents

Disclaimer
  1. License under CC BY-NC 4.0
  2. Copyright issue feedback me#imzye.com, replace # with @
  3. Not all the commands and scripts are tested in production environment, use at your own risk
  4. No personal information is collected.
Feedback