1. 09 Dec, 2014 1 commit
    • Serghei Iakovlev's avatar
      getting pid fixes · 81eed2f5
      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
      ```
      81eed2f5
  2. 06 Oct, 2014 1 commit
  3. 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
  4. 22 Apr, 2014 1 commit
  5. 16 Apr, 2014 10 commits
  6. 24 Mar, 2014 1 commit
  7. 21 Mar, 2014 1 commit
  8. 06 Nov, 2013 1 commit
  9. 03 Dec, 2012 1 commit
  10. 05 Oct, 2012 1 commit
  11. 04 May, 2012 1 commit
  12. 24 Apr, 2012 1 commit
  13. 03 Apr, 2012 1 commit
  14. 01 Apr, 2012 1 commit
  15. 20 Mar, 2012 1 commit
  16. 22 Feb, 2012 1 commit
  17. 18 Jan, 2012 1 commit
  18. 07 Nov, 2011 4 commits
  19. 04 Nov, 2011 1 commit
  20. 04 Oct, 2011 1 commit
  21. 03 Oct, 2011 6 commits
  22. 14 Jun, 2011 1 commit