summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Fix order of release scripts.antirez2015-05-052-0/+0
|
* create-cluster fix for stop and watch commandssuperlogical2015-03-241-2/+2
|
* Cluster: ignore various node files in create-cluster dir.antirez2015-03-131-0/+4
|
* utils/hashtable/rehashing.c test updated to use new API.antirez2015-02-251-12/+22
|
* rehashing.c: Fix compile error originating from SPOP rewriteSisir Koppaka2015-02-181-1/+1
|
* dict.c Rehashing visualization code snippet added to utils.antirez2015-02-112-0/+145
|
* Ignore config.sh inside create-cluster script dir.antirez2015-02-031-0/+1
|
* Cluster: Tcl script to check avg pfail->fail time.antirez2015-01-301-0/+50
|
* Cluster: create-cluster script improved.antirez2015-01-302-15/+43
|
* create-cluster script: sane default timeout.antirez2015-01-291-1/+2
|
* create-cluster script added.antirez2015-01-282-0/+93
| | | | | Simple shell script to create / destroy Redis clusters for manual testing.
* Merge pull request #2103 from coderholic/unstableSalvatore Sanfilippo2014-12-111-2/+3
|\ | | | | Update redis_init_script.tpl
| * Update redis_init_script.tplBen Dowling2014-10-261-2/+3
| | | | | | status command currently reports success when redis has crashed and the pid file still exists. Changing to check the actual process is running.
* | Mark whatisdoing.sh as deprecated in top-comment.antirez2014-12-091-0/+6
| |
* | Update whatisdoing.shSerghei Iakovlev2014-12-051-1/+1
| | | | | | Improved getting pid
* | getting pid fixesSerghei Iakovlev2014-12-051-1/+1
|/ | | | | | | | | | | | | ```sh $ ~ pidof redis-server # nothing $ ~ ps aux | grep [r]edis redis 593 0.0 0.0 36900 5564 ? Ssl Dec02 1:37 /usr/bin/redis-server 127.0.0.1:6379 klay 15927 0.0 0.0 16772 6068 pts/6 S+ 13:58 0:00 redis-cli $ ~ uname -a Linux edge 3.17.4-1-ARCH #1 SMP PREEMPT Fri Nov 21 21:14:42 CET 2014 x86_64 GNU/Linux ```
* 02_upload_tarball.sh: let me exit before updating site.antirez2014-10-091-1/+2
|
* Fix typo in unit testAniruddh Chaturvedi2014-09-291-2/+2
| | | | Closes #2005
* Fix 03_release_hash.sh commit message.antirez2014-09-191-1/+1
|
* 03_release_hahs.sh: let me edit before committing.antirez2014-09-191-1/+1
|
* Quick, wrong, fix for create_tarball script.antirez2014-09-191-0/+1
|
* 03_release_hash.sh: fix commit stage.antirez2014-09-191-1/+1
|
* 02_upload_tarball.sh fixes.antirez2014-09-191-2/+4
|
* First version of release scripts.antirez2014-09-194-0/+35
|
* Use correct github url to find commands.jsonJan-Erik Rediger2014-08-251-1/+1
| | | | | | | | | | Once this is merged: - merge the latest changes to commands.json in antirez/redis-doc - re-run: utils/generate-command-help.rb > src/help.h Then we'll have nice and easy tab-completed help in redis-cli again. Closes #1909
* install_server.sh: add missing bangJan-Erik Rediger2014-08-071-2/+2
| | | | | | | | This was discovered by _bodya and reported in the IRC channel. Everything worked fine as these scripts are always executed as shell scripts. Closes #1728
* 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
| | | | | | The function to generate graphs is also more flexible as now includes step and max value. The step of the samples generation function is no longer limited to min step of 1000.
* HyperLogLog API prefix modified from "P" to "PF".antirez2014-03-312-4/+4
| | | | Using both the initials of Philippe Flajolet instead of just "P".
* 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
| | | | Those are generated to trace graphs using gnuplot.
* 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.
| * Finally fix the `install_server.sh` script.Jan-Erik Rediger2014-03-152-72/+139
| | | | | | | | | | Includes changes from a dozen bug reports and pull requests. Was tested on Ubuntu, Debian and CentOS.
* | Add test-lru.rb to utils.antirez2014-03-212-0/+125
|/ | | | This is a program useful to evaluate the Redis LRU algorithm behavior.
* 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
| | | | update-rc.d compatability.
* fixed server install script to rewrite the default configuration file and ↵dvir volk2012-10-052-521/+18
| | | | | | | | not a template, and removed the old config template Conflicts: utils/redis.conf.tpl
* Merge pull request #494 from quiver/init-fixesSalvatore Sanfilippo2012-05-041-1/+1
|\ | | | | fix several bugs of init.d scripts
| * fix several bugs of init.d scriptsquiver2012-05-042-2/+2
| | | | | | | | | | - PIDFILE environ variable was not properly retrieved - chkconfig command failed
* | 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
|