redis-benchmark utility in go.
780
A Go implementation of the classic redis-benchmark tool, with added rate limiting, client-side caching benchmarks, and extended command support.
docker pull redis/redis-benchmark-go
# Start Redis
docker run -d --name redis redis:8.6
# Run SET/GET benchmark
docker run --rm --link redis:redis redis/redis-benchmark-go --host redis --port 6379 --test set,get -c 50 -n 1000000
--rps flag caps requests per second across all clients--client-cachehttps://github.com/redis-performance/redis-benchmark-go
Licensed under Apache 2.0.
Content type
Image
Digest
sha256:7d8d8f9e6…
Size
35.9 MB
Last updated
20 days ago
docker pull redis/redis-benchmark-goPulls:
14
Jun 1 to Jun 7