summaryrefslogtreecommitdiff
path: root/src/redis-benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Redis-Benchmark: avoid potentical memmory leakinghwware2020-05-181-1/+1
* | Merge pull request #7204 from ShooterIT/benchmark-fixSalvatore Sanfilippo2020-05-081-1/+1
|\ \
| * | Redis Benchmark: Fix coredump because of double freeShooterIT2020-05-051-1/+1
| |/
* | Add --user argument to redis-benchmark.c (ACL)Benjamin Sergeant2020-05-041-2/+15
|/
* Client side caching: redis-cli ability to enable tracking.antirez2019-07-221-1/+14
* Redis Benchmark: prevent CONFIG failure from exiting programartix2019-06-051-2/+6
* Merge pull request #6051 from vattezhang/unstableSalvatore Sanfilippo2019-05-021-0/+13
|\
| * fix: benchmark auth fails when server have requirepassvattezhang2019-04-261-0/+13
| * updatevattezhang2019-04-261-5/+0
| * Merge github.com:antirez/redis into unstablevattezhang2019-04-261-1/+1
| |\
| * | fix: fix benchmark cannot exit when NOAUTH err happensvattezhang2019-03-131-3/+2
| * | Merge branch 'unstable' of github.com:antirez/redis into unstablevattezhang2019-03-131-56/+72
| |\ \
| * \ \ Merge branch 'unstable' of github.com:antirez/redis into unstablevattezhang2019-03-121-56/+881
| |\ \ \
| * | | | benchmark: add auth check in benchmarkvattezhang2019-02-181-0/+6
* | | | | FIX: core dump in redis-benchmark when the `-r` is the last arggit-hulk2019-04-241-1/+1
| |_|_|/ |/| | |
* | | | Fix assert comparison in fetchClusterSlotsConfiguration().antirez2019-04-081-1/+1
| |_|/ |/| |
* | | Redis Benchmark: fix possible usage of freed pointer (getRedisConfig)artix2019-03-121-13/+11
* | | Redis Benchmark: handle CLUSTERDOWN errorartix2019-03-081-20/+20
* | | Redis Benchmark: fix key randomization with zero keyspacelenartix2019-03-071-1/+8
* | | Redis Benchmark: add multithread idle modeartix2019-03-071-22/+33
| |/ |/|
* | Redis benchmark: update help with threads/cluster optionsartix2019-03-011-0/+2
* | Redis benchmark: fix default hset test keyartix2019-03-011-1/+1
* | Redis Benchmark: update slots configuration after MOVED/ASK replyartix2019-03-011-1/+183
* | Redis Benchmark: use atomic var for liveclients in 'createClient'artix2019-03-011-1/+1
* | Redis Benchmark: display 'save' and 'appendonly' configurationartix2019-03-011-1/+113
* | Redis benchmark: add {tag} to all default testsartix2019-03-011-13/+13
* | Redis benchmark: fixed issued with config.hostip and code cleanupartix2019-03-011-30/+32
* | Redis benchmark: configurable thread count in cluster mode and fixesartix2019-03-011-14/+35
* | Various changes to redis-benchmark thread and cluster supportartix2019-03-011-39/+40
* | Redis benchmark: table-based slot hashtag placeholder replacement in cluster ...artix2019-03-011-25/+97
* | Added basic support for clusters to redis-benchmark.artix2019-03-011-2/+291
* | Thread support for redis-benchmark.artix2019-03-011-22/+166
* | Updated redis-benchmark so it doesn't show 1 value above 2ms at higher precisionMadelyn Olson2019-02-261-7/+7
|/
* redis-benchmark: default precision=1, integer ms after 2 milliseconds.antirez2019-02-141-3/+14
* Rename variableMadelyn Olson2019-02-131-2/+3
* Updated redis benchmark with us precision supportMadelyn Olson2019-02-131-3/+23
* redis-benchmark: bugfix - handle zero liveclients in right wayzhaozhao.zz2018-01-031-1/+1
* redis-benchmark: default value size usage update.Mota2017-07-251-2/+2
* Merge pull request #1998 from grobe0ba/unstableSalvatore Sanfilippo2017-07-241-1/+1
|\
| * Fixed issue #1996 (Missing '-' in help message for redis-benchmark)Byron Grobe2014-09-111-1/+1
* | redis-benchmark: add -t hset target.antirez2017-06-191-0/+7