1. 29 Jan, 2015 2 commits
  2. 11 Dec, 2014 1 commit
    • Ben Dowling's avatar
      Update redis_init_script.tpl · 94d9482b
      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.
      94d9482b
  3. 09 Dec, 2014 3 commits
  4. 06 Oct, 2014 1 commit
  5. 26 Aug, 2014 2 commits
    • Jan-Erik Rediger's avatar
      Use correct github url to find commands.json · ef2cb6c7
      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
      ef2cb6c7
    • Jan-Erik Rediger's avatar
      install_server.sh: add missing bang · 71955c51
      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
      71955c51
  6. 22 Apr, 2014 1 commit
  7. 16 Apr, 2014 10 commits
  8. 24 Mar, 2014 1 commit
  9. 21 Mar, 2014 1 commit
  10. 06 Nov, 2013 1 commit
  11. 03 Dec, 2012 1 commit
  12. 05 Oct, 2012 1 commit
  13. 04 May, 2012 1 commit
  14. 24 Apr, 2012 1 commit
  15. 03 Apr, 2012 1 commit
  16. 01 Apr, 2012 1 commit
  17. 20 Mar, 2012 1 commit
  18. 22 Feb, 2012 1 commit
  19. 18 Jan, 2012 1 commit
  20. 07 Nov, 2011 4 commits
  21. 04 Nov, 2011 1 commit
  22. 04 Oct, 2011 1 commit
  23. 03 Oct, 2011 2 commits
    • antirez's avatar
      Revert "Use the new install script as make install target. Message about... · 0bb5160c
      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.
      0bb5160c
    • antirez's avatar
      Use the new install script as make install target. Message about install... · 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.
      f1e60d75