1. 21 May, 2018 1 commit
  2. 19 May, 2018 1 commit
  3. 18 May, 2018 2 commits
  4. 16 May, 2018 2 commits
  5. 01 Mar, 2018 1 commit
  6. 27 Feb, 2018 1 commit
  7. 13 Dec, 2017 1 commit
  8. 01 Dec, 2017 1 commit
  9. 27 Nov, 2017 2 commits
  10. 03 Aug, 2017 1 commit
  11. 26 Jul, 2017 2 commits
  12. 30 Jun, 2017 1 commit
    • antirez's avatar
      redis-cli --latency: ability to run non interactively. · 26e638a8
      antirez authored
      This feature was proposed by @rosmo in PR #2643 and later redesigned
      in order to fit better with the other options for non-interactive modes
      of redis-cli. The idea is basically to allow to collect latency
      information in scripts, cron jobs or whateever, just running for a
      limited time and then producing a single output.
      26e638a8
  13. 15 May, 2017 1 commit
  14. 08 Jan, 2017 1 commit
  15. 12 Dec, 2016 1 commit
  16. 03 Dec, 2016 1 commit
  17. 02 Nov, 2016 1 commit
  18. 28 Oct, 2016 1 commit
  19. 13 Oct, 2016 1 commit
  20. 19 Sep, 2016 1 commit
  21. 16 Sep, 2016 2 commits
  22. 18 Jul, 2016 2 commits
  23. 05 Jul, 2016 1 commit
    • antirez's avatar
      redis-cli: check SELECT reply type just in state updated. · ef6a4df2
      antirez authored
      In issues #3361 / #3365 a problem was reported / fixed with redis-cli
      not updating correctly the current DB on error after SELECT.
      
      In theory this bug was fixed in 0042fb0e, but actually the commit only
      fixed the prompt updating, not the fact the state was set in a wrong
      way.
      
      This commit removes the check in the prompt update, now that hopefully
      it is the state that is correct, there is no longer need for this check.
      ef6a4df2
  24. 01 Jul, 2016 1 commit
  25. 16 Jun, 2016 1 commit
    • antirez's avatar
      redis-cli: really connect to the right server. · 7c8f275a
      antirez authored
      I recently introduced populating the autocomplete help array with the
      COMMAND command if available. However this was performed before parsing
      the arguments, defaulting to instance 6379. After the connection is
      performed it remains stable.
      
      The effect is that if there is an instance running on port 6339,
      whatever port you specify is ignored and 6379 is connected to instead.
      The right port will be selected only after a reconnection.
      
      Close #3314.
      7c8f275a
  26. 21 May, 2016 1 commit
  27. 07 May, 2016 1 commit
    • antirez's avatar
      redis-cli: integrate help.h with COMMAND output. · 8eb43bf7
      antirez authored
      Use the COMMAND output to fill with partial information the built-in
      help. This makes redis-cli able to at least complete commands that are
      exported by the Redis server it is connected to, but were not available
      in the help.h file when the redis-cli binary was compiled.
      8eb43bf7
  28. 05 May, 2016 2 commits
  29. 04 May, 2016 1 commit
  30. 25 Apr, 2016 1 commit
  31. 13 Apr, 2016 2 commits
  32. 09 Feb, 2016 1 commit
    • David Cavar's avatar
      Reverse redirect address parse · c30ffaab
      David Cavar authored
      Fix issue in case the redirect address is in ipv6 format. Parse from behind to extract last part of the response which represents actual port.
      c30ffaab