Run benchmark on a specific Redis server

redis-benchmark

  • A tool to benchmark a Redis server.
    More information: <https://redis.io/docs/reference/optimization/benchmarks/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

redis-benchmark -h {{host}} -p {{port}} -a {{password}}

click the source code to copy install redis-benchmark on any operating system with command-not-found.com