summaryrefslogtreecommitdiff
path: root/src/redis-benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-8/+8
* [redis-benchmark] Adding --seed option to seed the RNG (#11945)Hassaan Khan2023-05-021-1/+7
* Fix some compile warnings and errors when building with gcc-12 or clang (#12035)sundb2023-04-181-23/+28
* adding the ability to add streams to the pre-defined redis-benchmark tests (#...vanguard_space2023-02-021-0/+6
* benchmark getRedisConfig exit only when meet NOAUTH error (#11096)zhaozhao.zz2022-11-281-8/+7
* Fix redis-benchmark hang when it fails to connect to redis (#11366)yancz20002022-10-091-1/+1
* Fix overflow in redis-benchmark (#11102)Ozan Tezcan2022-08-111-8/+2
* Add range check for server port in redis-cli/benchmark (#9854)Binbin2022-07-121-0/+8
* fix redis-benchmark's bug: check if clients are created successfully in idle ...judeng2022-06-221-0/+4
* Fix redis-benchmark --cluster with IPv6. (#10393)Yossi Gottlieb2022-03-081-1/+4
* Enable redis-benchmark to use RESP3 protocol mode (#10335)filipe oliveira2022-02-271-0/+14
* Fix protocol error caused by redis-benchmark (#10236)ivanstosic-janea2022-02-071-0/+3
* Cleanup typos, incorrect comments, and fixed small memory leak in redis-cli (...Binbin2021-10-021-1/+2
* Fix crash due to free() call for a string literal in redis-benchmark (#9546)Ozan Tezcan2021-09-241-1/+2
* Add const for relevant method parameters in redis-benchmark (#9516)Wen Hui2021-09-201-2/+2
* Added URI support to redis-benchmark (cli and benchmark share the same uri-pa...filipe oliveira2021-09-141-36/+37
* redis-benchmark: improved help and warnings (#9419)Viktor Söderqvist2021-08-291-18/+39
* redis-benchmark: make show throughput in only one thread. (#9146)Huang Zhw2021-08-251-9/+12
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-6/+4
* Enabled -x option (Read last argument from STDIN) on redis-benchmark (#9130)filipe oliveira2021-08-031-4/+19
* Clean redis-benchmark Throughput output. (#9139)Huang Zhw2021-06-241-0/+1
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-3/+3
* redis-benchmark bad check for NOAUTH and NOPERM (#8931)Oran Agra2021-05-091-11/+11
* fix redis-benchmark to ignore unsupported configs (#8916)Oran Agra2021-05-061-3/+4
* redis-benchmark: Add zfree(data) and fix lrange size / text mismatch (#8872)Binbin2021-04-281-2/+3
* redis-benchmark: Error/Warning handling updates. (#8869)filipe oliveira2021-04-281-42/+40
* Fail fast when systemic error occurs in poll (#8749)Andy Pan2021-04-261-7/+0
* When the password is wrong, redis-benchmark should exit (#8855)Yang Bodong2021-04-251-1/+3
* Clean redis-benchmark multi-threaded output (#8615)luhuachao2021-03-091-1/+4
* remove unused latency variable (#8597)uriyage2021-03-051-1/+0
* redis-benchmark: Fix broken protocol when used with -a or --dbnum (#8486)filipe oliveira2021-02-141-0/+3
* Add --insecure option to command line tools. (#8416)Yossi Gottlieb2021-02-071-0/+4
* Fix random element selection for large hash tables. (#8133)Greg Femec2020-12-231-0/+2
* [Redis-benchmark] Use IP from CLUSTER NODE reply for first node too (#8154)Wang Yuan2020-12-171-2/+2
* Randomize the random number generator's seed used in redis-benchmark (#8174)gourav2020-12-121-1/+1
* Limit the main db and expires dictionaries to expand (#7954)Wang Yuan2020-12-061-1/+2
* Modify help msg PING_BULK to PING_MBULK in benchmark (#8109)luhuachao2020-12-021-1/+1
* Enable specifying TLS ciphers(suites) in redis-cli/redis-benchmark (#8005)filipe oliveira2020-11-041-0/+17
* TLS Support for redis-benchmark (#7959)filipe oliveira2020-10-281-13/+79
* redis-benchmark: add tests, --version, a minor bug fixes (#7947)filipe oliveira2020-10-261-3/+26
* Fixed bug concerning redis-benchmark non clustered benchmark forcing always t...filipe oliveira2020-10-201-24/+31
* Implement redisAtomic to replace _Atomic C11 builtin (#7707)Wang Yuan2020-09-171-18/+7
* Extended redis-benchmark instant metrics and overall latency report (#7600)filipe oliveira2020-08-251-53/+113
* Use Hiredis' sdscompat.h to map sds* calls to hi_sds*michael-grunder2020-08-151-0/+1
* redis-benchmark: fix wrong random key for hset (#4895)zhaozhao.zz2020-08-111-1/+1
* [Redis-benchmark] Remove zrem test, add zpopmin testShooterIT2020-08-081-5/+5
* [Redis-benchmark] Support zset typeShooterIT2020-08-061-0/+16
* fix benchmark in cluster mode fails to authenticate (#7488)马永泽2020-07-101-40/+56
* Merge pull request #7196 from ShooterIT/benchmarkSalvatore Sanfilippo2020-05-191-1/+12
|\
| * Redis Benchmark: generate random test dataShooterIT2020-05-181-1/+12