- 09 Dec, 2014 2 commits
-
-
antirez authored
-
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 ```
-
- 27 Aug, 2014 2 commits
-
-
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
-
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
-
- 16 Apr, 2014 10 commits
-
-
antirez authored
-
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.
-
antirez authored
Using both the initials of Philippe Flajolet instead of just "P".
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Those are generated to trace graphs using gnuplot.
-
antirez authored
-
antirez authored
-
antirez authored
-
- 24 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.
-
- 08 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.
-
- 08 Jun, 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
-
- 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
-
- 20 Mar, 2012 2 commits
- 22 Feb, 2012 1 commit
-
-
antirez authored
-
- 18 Jan, 2012 1 commit
-
-
Brad Voth authored
centos) as well as debian/ubuntu
-
- 07 Nov, 2011 4 commits
-
-
antirez authored
-
antirez authored
speed-regression.tcl: move tests, data size, requests in global vars that will be changed via command line options.
-
antirez authored
speed-regression.tcl script: killing previously tested instance fixed. Don't run if there is already an instance running in the same port.
-
antirez authored
-
- 04 Nov, 2011 1 commit
-
-
antirez authored
-
- 04 Oct, 2011 1 commit
-
-
dvir volk authored
-
- 03 Oct, 2011 6 commits
-
-
antirez authored
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 f1e60d75.
-
antirez authored
Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident.
-
dvir volk authored
-
dvir volk authored
-
dvir volk authored
-
dvir volk authored
-
- 14 Jun, 2011 1 commit
-
-
antirez authored
-