80 Commits

Author SHA1 Message Date
antirez
96e2bcbe90 Cluster: ignore various node files in create-cluster dir. 2015-03-13 13:16:01 +01:00
antirez
1655e0de41 utils/hashtable/rehashing.c test updated to use new API. 2015-02-25 13:02:04 +01:00
Sisir Koppaka
aa9b7743eb rehashing.c: Fix compile error originating from SPOP rewrite 2015-02-18 08:16:41 -05:00
antirez
b153f6f2da dict.c Rehashing visualization code snippet added to utils. 2015-02-11 10:52:27 +01:00
antirez
87456e4878 Ignore config.sh inside create-cluster script dir. 2015-02-03 09:34:20 +01:00
antirez
5a851c458f Cluster: Tcl script to check avg pfail->fail time. 2015-01-30 12:03:17 +01:00
antirez
4cc1e82f71 Cluster: create-cluster script improved. 2015-01-30 10:41:45 +01:00
antirez
ecf101f1c0 create-cluster script: sane default timeout. 2015-01-29 13:21:42 +01:00
antirez
023a04f71f create-cluster script added.
Simple shell script to create / destroy Redis clusters for manual
testing.
2015-01-28 23:26:46 +01:00
Salvatore Sanfilippo
044fce926b Merge pull request #2103 from coderholic/unstable
Update redis_init_script.tpl
2014-12-11 15:20:53 +01:00
antirez
ea53a9918e Mark whatisdoing.sh as deprecated in top-comment. 2014-12-09 12:18:34 +01:00
Serghei Iakovlev
0b5732b3b3 Update whatisdoing.sh
Improved getting pid
2014-12-05 18:48:20 +02:00
Serghei Iakovlev
4759bface5 getting pid fixes
```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
```
2014-12-05 14:50:45 +02:00
Ben Dowling
53ac3a0d99 Update redis_init_script.tpl
status command currently reports success when redis has crashed and the pid file still exists. Changing to check the actual process is running.
2014-10-26 11:09:45 -07:00
antirez
11157624cb 02_upload_tarball.sh: let me exit before updating site. 2014-10-09 11:26:32 +02:00
Aniruddh Chaturvedi
ffc82e5967 Fix typo in unit test
Closes #2005
2014-09-29 06:49:09 -04:00
antirez
1301a58d33 Fix 03_release_hash.sh commit message. 2014-09-19 19:20:15 +02:00
antirez
c23d20a567 03_release_hahs.sh: let me edit before committing. 2014-09-19 19:18:48 +02:00
antirez
c050288189 Quick, wrong, fix for create_tarball script. 2014-09-19 19:17:52 +02:00
antirez
80b7adfcf4 03_release_hash.sh: fix commit stage. 2014-09-19 18:20:47 +02:00
antirez
1c6555269c 02_upload_tarball.sh fixes. 2014-09-19 18:19:19 +02:00
antirez
ed7f00e369 First version of release scripts. 2014-09-19 17:44:08 +02:00
Jan-Erik Rediger
9bf65f5298 Use correct github url to find commands.json
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
2014-08-25 10:15:28 +02:00
Jan-Erik Rediger
23b2912d73 install_server.sh: add missing bang
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
2014-08-07 17:14:08 +02:00
antirez
4c99197262 generate-command-help.rb updated with new hyperloglog group. 2014-04-22 16:13:58 +02:00
antirez
2fbf9b25f9 Make hll-gnuplot-graph.rb callable from cli. 2014-04-03 16:38:11 +02:00
antirez
478cb4eebc hll-gnuplot-graph.rb improved with new filter.
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.
2014-04-02 12:30:11 +02:00
antirez
4e25a641e1 HyperLogLog API prefix modified from "P" to "PF".
Using both the initials of Philippe Flajolet instead of just "P".
2014-03-31 22:48:01 +02:00
antirez
97a6ccdb7c HyperLogLog: make API use the P prefix in honor of Philippe Flajolet. 2014-03-31 19:29:40 +02:00
antirez
f34b176b95 hll-gnuplot-graph.rb: added new filter "all". 2014-03-31 15:45:06 +02:00
antirez
2c5201f83d hll-gnuplot-graph.rb: Use |error| when filter is :max 2014-03-31 11:58:13 +02:00
antirez
e0c8ac97a3 Ignore txt files inside utils/hyperloglog.
Those are generated to trace graphs using gnuplot.
2014-03-31 10:21:14 +02:00
antirez
b814da53f6 hll-gnuplot-graph.rb added to plot HyperLogLog error graphs. 2014-03-31 10:09:43 +02:00
antirez
74547ebed9 hll-err.rb: speedup using pipelining. 2014-03-28 22:25:30 +01:00
antirez
d622c7d0aa hll-err.rb added to test error rate of Redis HyperLogLog. 2014-03-28 18:35:21 +01:00
Salvatore Sanfilippo
2697da6db9 Merge pull request #1609 from badboy/install_server-fix
Finally fix the `install_server.sh` script.
2014-03-24 18:10:50 +01:00
antirez
1e39792ba7 Add test-lru.rb to utils.
This is a program useful to evaluate the Redis LRU algorithm behavior.
2014-03-21 09:52:05 +01:00
Jan-Erik Rediger
8858e0264b Finally fix the install_server.sh script.
Includes changes from a dozen bug reports and pull requests.
Was tested on Ubuntu, Debian and CentOS.
2014-03-15 14:43:50 +01:00
Ryan Biesemeyer
58efb01204 Deprecate utils/redis-copy.rb in favor of redis-copy gem 2013-11-06 08:31:57 +00:00
Brian J. McManus
cfe4d9c6b2 Issue 804 Add Default-Start and Default-Stop LSB tags for RedHat startup and update-rc.d compatability. 2012-12-02 21:46:37 -07:00
dvir volk
9f7b99ae66 fixed server install script to rewrite the default configuration file and not a template, and removed the old config template
Conflicts:

	utils/redis.conf.tpl
2012-10-05 12:32:58 +02:00
Salvatore Sanfilippo
d512206be1 Merge pull request #494 from quiver/init-fixes
fix several bugs of init.d scripts
2012-05-04 04:41:02 -07:00
quiver
44cc1f1fb1 fix several bugs of init.d scripts
- PIDFILE environ variable was not properly retrieved
- chkconfig command failed
2012-05-04 20:07:00 +09:00
antirez
6def2e54c0 Explicitly use bash for install_server.sh. Fixes issue #397 2012-04-24 19:14:03 +02:00
antirez
c100c83a50 redis-cli help.h updated. Script to generate it updated as well. 2012-04-03 15:30:33 +02:00
ThePicard
5759548fc1 Fixed a typo in install_server.sh 2012-03-31 23:39:58 -07:00
antirez
2750fb5c1a redis_init_script template updated. 2012-03-20 13:07:59 +01:00
antirez
a451c2d6f3 The universe is 80 columns wide, accept it. 2012-02-22 17:22:40 +01:00
Brad Voth
a21ca418b2 updated utils/install_server.sh to support chkconfig boxes (redhat/
centos) as well as debian/ubuntu
2012-01-18 10:09:42 -05:00
antirez
96349988da speed-regression.tcl: command line options to select tests, data size, and number of requests. 2011-11-07 17:18:50 +01:00