3da69a9f22
Update redis-cli help and the script to generate it.
2015-11-17 15:40:18 +01:00
d1b5c5defd
create-cluster fix for stop and watch commands
2015-03-24 16:16:44 +01:00
6adf3ca798
Cluster: ignore various node files in create-cluster dir.
2015-03-18 11:29:33 +01:00
1475853f20
Ignore config.sh inside create-cluster script dir.
2015-02-03 10:11:43 +01:00
19029a4ebc
Cluster: Tcl script to check avg pfail->fail time.
2015-01-30 12:18:42 +01:00
96368c2d0b
Cluster: create-cluster script improved.
2015-01-30 12:18:42 +01:00
5031c2394e
create-cluster script: sane default timeout.
2015-01-29 15:44:42 +01:00
75c5229a8b
create-cluster script added.
...
Simple shell script to create / destroy Redis clusters for manual
testing.
2015-01-29 15:44:37 +01:00
94d9482b61
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-12-11 15:21:28 +01:00
e4d4eff15e
Update whatisdoing.sh
...
Improved getting pid
2014-12-09 13:01:25 +01:00
cfe04da17d
Mark whatisdoing.sh as deprecated in top-comment.
2014-12-09 12:18:39 +01:00
81eed2f5f6
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-09 12:09:34 +01:00
9a38820f1e
Fix typo in unit test
...
Closes #2005
2014-10-06 10:07:02 +02:00
ef2cb6c722
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-26 10:41:03 +02:00
71955c513a
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-26 10:41:02 +02:00
25f72e9e0d
generate-command-help.rb updated with new hyperloglog group.
2014-04-22 16:14:59 +02:00
19938b9103
Make hll-gnuplot-graph.rb callable from cli.
2014-04-16 15:09:45 +02:00
80d7f7081c
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-16 15:09:45 +02:00
08516c1ab6
HyperLogLog API prefix modified from "P" to "PF".
...
Using both the initials of Philippe Flajolet instead of just "P".
2014-04-16 15:09:45 +02:00
e262442fd4
HyperLogLog: make API use the P prefix in honor of Philippe Flajolet.
2014-04-16 15:09:45 +02:00
9cb2b5003f
hll-gnuplot-graph.rb: added new filter "all".
2014-04-16 15:09:45 +02:00
df2c02785a
hll-gnuplot-graph.rb: Use |error| when filter is :max
2014-04-16 15:09:45 +02:00
dc774e1bdc
Ignore txt files inside utils/hyperloglog.
...
Those are generated to trace graphs using gnuplot.
2014-04-16 15:09:45 +02:00
2c1b4dcd40
hll-gnuplot-graph.rb added to plot HyperLogLog error graphs.
2014-04-16 15:09:45 +02:00
6aa1b23269
hll-err.rb: speedup using pipelining.
2014-04-16 15:09:44 +02:00
a0b27c329a
hll-err.rb added to test error rate of Redis HyperLogLog.
2014-04-16 15:09:44 +02:00
46904ae22b
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-24 18:12:55 +01:00
fd70c68c97
Add test-lru.rb to utils.
...
This is a program useful to evaluate the Redis LRU algorithm behavior.
2014-03-21 09:57:02 +01:00
ae8642fb79
Deprecate utils/redis-copy.rb in favor of redis-copy gem
2013-11-06 08:31:57 +00:00
bb58e517a9
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
34f37fb7d3
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
abf54ee73c
Merge pull request #494 from quiver/init-fixes
...
fix several bugs of init.d scripts
2012-05-04 04:41:02 -07:00
c4286feabe
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
d9237055ba
Explicitly use bash for install_server.sh. Fixes issue #397
2012-04-24 19:14:03 +02:00
1ad4d50805
redis-cli help.h updated. Script to generate it updated as well.
2012-04-03 15:30:33 +02:00
b0c6ee1d1d
Fixed a typo in install_server.sh
2012-03-31 23:39:58 -07:00
7a0c72f345
redis_init_script template updated.
2012-03-20 13:07:59 +01:00
92e984dbcd
The universe is 80 columns wide, accept it.
2012-02-22 17:22:40 +01:00
bad2b8e6ec
updated utils/install_server.sh to support chkconfig boxes (redhat/
...
centos) as well as debian/ubuntu
2012-01-18 10:09:42 -05:00
d5a8018287
speed-regression.tcl: command line options to select tests, data size, and number of requests.
2011-11-07 17:18:50 +01:00
55758a5fab
speed-regression.tcl: move tests, data size, requests in global vars that will be changed via command line options.
2011-11-07 16:52:55 +01:00
85bc9b06b7
speed-regression.tcl script: killing previously tested instance fixed. Don't run if there is already an instance running in the same port.
2011-11-07 16:00:15 +01:00
84c6bdfcd0
speed-regression.tcl script: obtain test names dynamically.
2011-11-07 15:35:01 +01:00
9f080a01fa
first version of the speed regression test
2011-11-04 20:45:46 +01:00
9a01957f68
fixes to install script
2011-10-04 16:58:55 +02:00
0bb5160cb0
Revert "Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident."
...
After talking with Pieter he changed my mind about this, it is better to
have a simpler install script that works everywhere, and the complex one
can be always executed if needed by hand. We'll make possibly a new
target for the full featured installation script, and even suggest it
after a Make install.
This reverts commit f1e60d7530
.
2011-10-03 16:04:44 +02:00
f1e60d7530
Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident.
2011-10-03 13:28:54 +02:00
78f56a5aee
changed license to gpl BSD. LOL
2011-10-03 11:35:30 +02:00
c01043baf1
changed license to gpl v3
2011-10-03 11:29:01 +02:00
001f8da256
fixes to install script and template
2011-10-03 10:58:43 +02:00