summaryrefslogtreecommitdiff
path: root/src/redis-benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use multi-bulk protocol by default in redis-benchmarkPieter Noordhuis2010-12-181-30/+78
* Re-use variable data in redis-benchmarkPieter Noordhuis2010-12-161-18/+8
* Fix NULL-termination of variable data in redis-benchmarkPieter Noordhuis2010-12-161-1/+7
* Use multi-bulk protocol in SET benchmarkPieter Noordhuis2010-11-051-1/+2
* Microsecond latency resolution in redis-benchmarkPieter Noordhuis2010-11-041-28/+40
* Use hiredis from redis-benchmarkPieter Noordhuis2010-11-041-233/+59
* Merge remote branch 'pietern/unixsocket'antirez2010-11-021-2/+12
|\
| * Merge master with resolved conflict in src/redis-cli.cPieter Noordhuis2010-10-131-105/+137
| |\
| * | Support for Redis to listen on a Unix socketPieter Noordhuis2010-08-011-2/+12
* | | Add benchmark for MSETPieter Noordhuis2010-10-151-0/+18
* | | Change protocol from bulk to inline in redis-benchmarkPieter Noordhuis2010-10-151-4/+4
| |/ |/|
* | Show the current throughput while benchmarkingPieter Noordhuis2010-08-301-36/+50
* | Refactor reply parsing code in redis-benchmark for efficiencyPieter Noordhuis2010-08-301-69/+87
|/