Rate This Document
Findability
Accuracy
Completeness
Readability

Introduction to Redis-benchmark

Redis-benchmark is a benchmark test tool provided by Redis. It is contained in the default Redis installation package and is used to test Redis performance. This document describes how to compile, install, and use redis-benchmark on a Kunpeng server running openEuler 22.03.

Redis-benchmark can simulate multiple concurrent clients to perform read and write operations on the Redis server and test the performance metrics of the Redis server, such as the number of processed requests per second and response time. This program provides test methods for most common Redis command set. You can also configure custom Redis test commands.