2.Redis测试

it2023-08-03  67

redis测试工具性能可选参数

测试

100个并发连接1000000个请求:

redis-benchmark -h localhost -p 6379 -c 100 -n 1000000

最新回复(0)