- 10 Jun, 2016 1 commit
-
-
Michiel De Mey authored
-
- 13 May, 2016 1 commit
-
-
Michiel De Mey authored
This PR adds the ability to execute the installation script non-interactively, useful for automated provisioning scripts such as Chef, Puppet, Ansible, Salt, etc. Simply feed the environment variables into the install script to skip the prompts. For debug and verification purposes, the script will still output the selected config variables. The plus side is that the environment variables also support command substitution (see REDIS_EXECUTABLE). ``` sudo REDIS_PORT=1234 REDIS_CONFIG_FILE=/etc/redis/1234.conf REDIS_LOG_FILE=/var/log/redis_1234.log REDIS_DATA_DIR=/var/lib/redis/1234 REDIS_EXECUTABLE=`command -v redis-server` ./utils/install_server.sh Welcome to the redis service installer This script will help you easily set up a running redis server Selected config: Port : 1234 Config file : /etc/redis/1234.conf Log file : /var/log/redis_1234.log Data dir : /var/lib/redis/1234 Executable : /usr/local/bin/redis-server Cli Executable : /usr/local/bin/redis-cli Copied /tmp/1234.conf => /etc/init.d/redis_1234 Installing service... Successfully added to chkconfig! Successfully added to runlevels 345! Starting Redis server... Installation successful! ```
-
- 04 May, 2016 1 commit
-
-
antirez authored
Sometimes Redis patch releases are released in a matter of weeks or days one after the other. In order to have less release friction the idea is to stop writing changelogs by hand, in order to also cover everything interesting there is to say. Useless things can be deleted manually by the changelog. Also this gives more credits to contributors since often in the commit message involved people are cited even when they are not the authors of the commit.
-
- 28 Jan, 2016 1 commit
-
-
antirez authored
-
- 20 Nov, 2015 1 commit
-
-
antirez authored
Used to generate http://antirez.com/news/98.
-
- 17 Nov, 2015 1 commit
-
-
antirez authored
-
- 05 May, 2015 1 commit
-
-
antirez authored
-
- 23 Mar, 2015 1 commit
-
-
superlogical authored
-
- 13 Mar, 2015 1 commit
-
-
antirez authored
-
- 25 Feb, 2015 1 commit
-
-
antirez authored
-
- 18 Feb, 2015 1 commit
-
-
Sisir Koppaka authored
-
- 11 Feb, 2015 1 commit
-
-
antirez authored
-
- 03 Feb, 2015 1 commit
-
-
antirez authored
-
- 30 Jan, 2015 2 commits
- 29 Jan, 2015 1 commit
-
-
antirez authored
-
- 28 Jan, 2015 1 commit
-
-
antirez authored
Simple shell script to create / destroy Redis clusters for manual testing.
-
- 09 Dec, 2014 1 commit
-
-
antirez authored
-
- 05 Dec, 2014 2 commits
-
-
Serghei Iakovlev authored
Improved getting pid
-
Serghei Iakovlev authored
```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 ```
-
- 26 Oct, 2014 1 commit
-
-
Ben Dowling authored
status command currently reports success when redis has crashed and the pid file still exists. Changing to check the actual process is running.
-
- 09 Oct, 2014 1 commit
-
-
antirez authored
-
- 29 Sep, 2014 1 commit
-
-
Aniruddh Chaturvedi authored
Closes #2005
-
- 19 Sep, 2014 6 commits
- 25 Aug, 2014 1 commit
-
-
Jan-Erik Rediger authored
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
-
- 07 Aug, 2014 1 commit
-
-
Jan-Erik Rediger authored
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
-
- 22 Apr, 2014 1 commit
-
-
antirez authored
-
- 03 Apr, 2014 1 commit
-
-
antirez authored
-
- 02 Apr, 2014 1 commit
-
-
antirez authored
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.
-
- 31 Mar, 2014 6 commits