- 08 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
- 28 Mar, 2014 2 commits
- 21 Mar, 2014 1 commit
-
-
antirez authored
This is a program useful to evaluate the Redis LRU algorithm behavior.
-
- 15 Mar, 2014 1 commit
-
-
Jan-Erik Rediger authored
Includes changes from a dozen bug reports and pull requests. Was tested on Ubuntu, Debian and CentOS.
-
- 06 Nov, 2013 1 commit
-
-
Ryan Biesemeyer authored
-
- 03 Dec, 2012 1 commit
-
-
Brian J. McManus authored
Issue 804 Add Default-Start and Default-Stop LSB tags for RedHat startup and update-rc.d compatability.
-
- 05 Oct, 2012 1 commit
-
-
dvir volk authored
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
-
- 04 May, 2012 1 commit
-
-
quiver authored
- PIDFILE environ variable was not properly retrieved - chkconfig command failed
-
- 24 Apr, 2012 1 commit
-
-
antirez authored
-
- 03 Apr, 2012 1 commit
-
-
antirez authored
-
- 01 Apr, 2012 1 commit
-
-
ThePicard authored
-