summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* generate-command-help.rb updated with new hyperloglog group.antirez2014-04-221-1/+2
* Make hll-gnuplot-graph.rb callable from cli.antirez2014-04-031-4/+5
* hll-gnuplot-graph.rb improved with new filter.antirez2014-04-021-13/+22
* HyperLogLog API prefix modified from "P" to "PF".antirez2014-03-312-4/+4
* HyperLogLog: make API use the P prefix in honor of Philippe Flajolet.antirez2014-03-312-4/+4
* hll-gnuplot-graph.rb: added new filter "all".antirez2014-03-311-5/+14
* hll-gnuplot-graph.rb: Use |error| when filter is :maxantirez2014-03-311-0/+1
* Ignore txt files inside utils/hyperloglog.antirez2014-03-311-0/+1
* hll-gnuplot-graph.rb added to plot HyperLogLog error graphs.antirez2014-03-311-0/+68
* hll-err.rb: speedup using pipelining.antirez2014-03-281-10/+16
* hll-err.rb added to test error rate of Redis HyperLogLog.antirez2014-03-281-0/+21
* Merge pull request #1609 from badboy/install_server-fixSalvatore Sanfilippo2014-03-242-72/+139
|\
| * Finally fix the `install_server.sh` script.Jan-Erik Rediger2014-03-152-72/+139
* | Add test-lru.rb to utils.antirez2014-03-212-0/+125
|/
* Deprecate utils/redis-copy.rb in favor of redis-copy gemRyan Biesemeyer2013-11-061-55/+12
* Issue 804 Add Default-Start and Default-Stop LSB tags for RedHat startup and ...Brian J. McManus2012-12-021-0/+2
* fixed server install script to rewrite the default configuration file and not...dvir volk2012-10-052-521/+18
* Merge pull request #494 from quiver/init-fixesSalvatore Sanfilippo2012-05-041-1/+1
|\
| * fix several bugs of init.d scriptsquiver2012-05-042-2/+2
* | Explicitly use bash for install_server.sh. Fixes issue #397antirez2012-04-241-1/+1
* | redis-cli help.h updated. Script to generate it updated as well.antirez2012-04-031-2/+3
* | Fixed a typo in install_server.shThePicard2012-03-311-1/+1
* | redis_init_script template updated.antirez2012-03-201-41/+153
|/
* The universe is 80 columns wide, accept it.antirez2012-02-221-23/+17
* updated utils/install_server.sh to support chkconfig boxes (redhat/Brad Voth2012-01-181-3/+30
* speed-regression.tcl: command line options to select tests, data size, and nu...antirez2011-11-071-0/+19
* speed-regression.tcl: move tests, data size, requests in global vars that wil...antirez2011-11-071-1/+6
* speed-regression.tcl script: killing previously tested instance fixed. Don't ...antirez2011-11-071-6/+22
* speed-regression.tcl script: obtain test names dynamically.antirez2011-11-071-6/+11
* first version of the speed regression testantirez2011-11-041-0/+85
* fixes to install scriptdvir volk2011-10-042-2/+7
* Revert "Use the new install script as make install target. Message about inst...antirez2011-10-031-1/+1
* Use the new install script as make install target. Message about install scri...antirez2011-10-031-1/+1
* changed license to gpl BSD. LOLdvir volk2011-10-031-11/+19
* changed license to gpl v3dvir volk2011-10-031-2/+18
* fixes to install script and templatedvir volk2011-10-032-8/+14
* Added installer and config template rendererdvir volk2011-10-033-0/+554
* Fixed init script bug, thanks to Henrik Westphalantirez2011-06-141-1/+1
* Better init scriptantirez2011-06-141-6/+13
* BGSAVE work in progressantirez2011-01-051-0/+18
* added mkrelease.sh script into utils. gitignore modified accordingly since th...antirez2010-12-201-0/+14
* help.h updated2.2.0-rc1antirez2010-12-151-0/+1
* Refactor help-related code into redis-cli.cPieter Noordhuis2010-11-282-124/+57
* Update help.h generator script to output man-style argument listPieter Noordhuis2010-11-281-45/+48
* Added redis-cli interactive help supportTj Holowaychuk2010-11-162-0/+175
* Fix for the init script provided with Redis, thanks to Rowan. This fixes issu...antirez2010-09-091-3/+2
* changed the comments on top of redis-copy.rb to reflect what the program real...antirez2010-08-241-6/+4
* More threaded I/O VM work + Redis init scriptantirez2010-01-111-0/+36
* Two important fixes to append only file: zero length values and expires. A pr...antirez2009-12-151-2/+3
* some change to redis-sha1.rb utility to make it more robust against non-meani...antirez2009-12-111-4/+18