1. 29 Sep, 2014 1 commit
  2. 19 Sep, 2014 6 commits
  3. 25 Aug, 2014 1 commit
    • Jan-Erik Rediger's avatar
      Use correct github url to find commands.json · ef57f94d
      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
      ef57f94d
  4. 07 Aug, 2014 1 commit
  5. 22 Apr, 2014 1 commit
  6. 03 Apr, 2014 1 commit
  7. 02 Apr, 2014 1 commit
    • antirez's avatar
      hll-gnuplot-graph.rb improved with new filter. · cf34507b
      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.
      cf34507b
  8. 31 Mar, 2014 6 commits
  9. 28 Mar, 2014 2 commits
  10. 21 Mar, 2014 1 commit
  11. 15 Mar, 2014 1 commit
  12. 06 Nov, 2013 1 commit
  13. 03 Dec, 2012 1 commit
  14. 05 Oct, 2012 1 commit
  15. 04 May, 2012 1 commit
  16. 24 Apr, 2012 1 commit
  17. 03 Apr, 2012 1 commit
  18. 01 Apr, 2012 1 commit
  19. 20 Mar, 2012 1 commit
  20. 22 Feb, 2012 1 commit
  21. 18 Jan, 2012 1 commit
  22. 07 Nov, 2011 4 commits
  23. 04 Nov, 2011 1 commit
  24. 04 Oct, 2011 1 commit
  25. 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