Questions tagged [redis-benchmark]
4 questions
0
votes
1 answer
Authentication for redis-benchmark
I was trying to learn redis and i am stuck. I am new to redis and I have got no idea how to resolve this. I am not quite sure how to get authenticated for redis-benchmark. Do have a look into this.
Redis Benchmark
How do I get authenticated? Thank…
0
votes
0 answers
Kubernetes port-forwarding process silently stops or crashes when benchmarking a redis pod
I have a redis pod deployed in my k8s cluster, I am running redis-benchmark to perform some benchmarking. To do this, I port-forward the pod to be able to send requests from outside the cluster. I am firing the following redis benchmark…

fanbondi
- 1,035
- 5
- 18
- 37
0
votes
0 answers
Benchmarking redis with different allocators is no effect
I need to find out which of the libraries (libcmalloc, jemalloc, tcmalloc) is more productive using Redis. I compile redis from source with various libraries and run the benchmark (shown below), but the results are almost…

Cicada44
- 1
0
votes
0 answers
Benchmarking on Redis gets low performance when connection number raise to merely 5000
Environment:
Redis on a single machine (standalone mode) with 512GB mem and 128 cores.
Benchmark procedure:
run redis-benchmark -h xx -p xx -c 5000 -n 1000000 -t set,get, the result is like:
run redis-benchmark -h xx -p xx -c 1700 -n 1000000…

KAs
- 1,818
- 4
- 19
- 37