summaryrefslogtreecommitdiff
path: root/benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* better handling of non blocking connect on redis-benchmark: EPIPE on read doe...antirez2009-12-121-1/+2
* ae.c now supports multiple polling API modules, even if only ae_select.c is i...antirez2009-11-231-3/+20
* redis-benchmark hopefully last bug with multi bulk reply fixedantirez2009-11-191-3/+1
* debug mode in redis-benchantirez2009-11-191-0/+15
* benchmark.c fixesantirez2009-11-191-5/+9
* more experiments with long replies, glue output buffer, and writev.antirez2009-11-181-0/+4
* benchmarking with different number of LRANGE elements. Ability to change the ...antirez2009-11-181-0/+18
* more writev tests/workantirez2009-11-181-0/+9
* redis-benchmark multi bulk reply support hopefully fixedantirez2009-11-181-3/+14
* multi-bulk reply support for redis-bench, and as a result LRANGE is not teste...antirez2009-11-171-13/+79
* benchmark now outputs the right command line to shorten the TIME_WAIT interva...antirez2009-10-031-1/+1
* Kill the background saving process before performing SHUTDOWN to avoid racesantirez2009-06-051-9/+9
* Partial qsort implemented in SORT command, only when both BY and LIMIT is use...antirez2009-05-191-0/+2
* Python client updated pushing from Ludo's repositoryantirez2009-05-111-0/+1
* benchmark utility now supports random keysantirez2009-05-111-3/+30
* CPP client added thanks to Brian Hammondantirez2009-05-091-3/+8
* redis-benchmark sync with the new protocolantirez2009-03-241-2/+2
* first commitantirez2009-03-221-0/+460