summaryrefslogtreecommitdiff
path: root/src/redis-benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* redis-benchmark: new option to show server errors on stdout.antirez2016-07-121-1/+17
* RDMF: More consistent define names.antirez2015-07-271-10/+10
* Fix redis-benchmark sds binding.antirez2015-07-141-1/+1
* Improve networking type correctnessMatt Stancliff2015-01-191-2/+2
* redis-benchmark: Add RPUSH and RPOP testsMatt Stancliff2015-01-021-0/+12
* Removed useless space in redis-benchmark.c.antirez2014-12-111-1/+1
* Merge pull request #2105 from Hailei/fix-redis-benchmark-idle-IDLESalvatore Sanfilippo2014-12-111-3/+8
|\
| * FIXED redis-benchmark's idle mode.With idle mode shouldn't create write eventzhanghailei2014-10-271-3/+8
* | Merge pull request #2176 from deepakverma/redis_bench_authfixSalvatore Sanfilippo2014-12-091-28/+30
|\ \
| * | replaced // comments #2150Deepak Verma2014-12-011-2/+2
| * | redis-benchmark AUTH command to be discarded after the first send #2150azure provisioned user2014-12-011-28/+30
| |/
* | redis-benchmark: default num of requests is now 100000.antirez2014-11-281-2/+2
* | fix benchmark memleak in loop modeMatthias Petschick2014-11-281-1/+1
|/
* Fix redis-benchmark abort output1906-mergeMatt Stancliff2014-08-251-1/+1
* redis-benchmark: Remove unused bufferMatt Stancliff2014-08-251-9/+0
* redis-benchmark: add auth optionCharSyam2014-08-251-0/+14
* Remove warnings and improve integer sign correctness.antirez2014-08-131-2/+2
* redis-benchmark: abort when all clients are disconnected.antirez2014-07-041-0/+5
* redis-benchmark: update help for new __rand_int__ form.antirez2013-10-281-6/+5
* redis-benchmark: changes to random arguments substitution.antirez2013-08-081-28/+80
* redis-benchmark: replace snprintf()+memcpy with faster code.antirez2013-08-081-5/+10
* redis-benchmark: fix memory leak introduced by 346256fantirez2013-08-071-0/+1
* redis-benchmark: max pipeline length hardcoded limit removed.antirez2013-08-071-7/+15
* redis-benchmark: fix db selection when :rand: feature is used.antirez2013-08-061-0/+6
* redis-benchmark: ability to SELECT a specifid db number.antirez2013-08-061-3/+43
* Fix overflow in mstime() in redis-cli and benchmark.antirez2012-12-201-1/+1
* redis-benchmark: seed the PRNG with time() at startup.antirez2012-11-301-0/+2
* BSD license added to every C source and header file.antirez2012-11-081-1/+1
* Update src/redis-benchmark.cNanXiao2012-10-101-1/+4
* redis-benchmark: disable big buffer cleanup in hiredis context.antirez2012-08-211-0/+2
* fix redis-benchmark memory leakPremysl Hruby2012-02-261-0/+2
* redis-benchmark: a few fixes to pipelining implementation.antirez2012-02-231-6/+4
* redis-benchmark: Initial support for pipelining.antirez2012-02-231-14/+34
* The hiredis lib shipped with Redis was updated to latest version.antirez2012-02-191-1/+1
* Fixed redis-benchmark --help output typoantirez2012-01-311-2/+4
* Max limit to 10k clients removed, this implements feature request on issue #194antirez2011-12-151-1/+1
* redis-benchmark: ability to run selected tests. Better help with examples.antirez2011-11-071-67/+142
* csv output for redis-benchmarkantirez2011-11-041-2/+10
* PING / MSET benchmarks enabled again.antirez2011-11-041-2/+0
* further optimizations for the multi bulk protocol parsing code when big objec...antirez2011-11-031-1/+3
* Enforce upper bound for number of requests in redis-benchmarkPieter Noordhuis2011-09-161-11/+19
* There is no debug mode in benchmark toolPieter Noordhuis2011-06-011-6/+1
* Provide custom command to benchmark against via argsPieter Noordhuis2011-06-011-52/+90
* More const's in redis-benchmark.cPieter Noordhuis2011-06-011-11/+11
* portability fix in redis benchmark, using zu format specified with size_t ins...antirez2011-01-241-1/+1
* Randomize keys and set start time when first write event firesPieter Noordhuis2010-12-231-15/+5
* Find substrings to randomize when the client is createdPieter Noordhuis2010-12-231-31/+27
* Make the MSET benchmark *really* work with 10 keysPieter Noordhuis2010-12-221-4/+6
* Remove code duplicationPieter Noordhuis2010-12-221-111/+34
* Add wait states to deal with many connections.Didier Spezia2010-12-181-0/+11