1. 10 May, 2016 13 commits
  2. 08 May, 2016 2 commits
  3. 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
  4. 06 May, 2016 1 commit
  5. 05 May, 2016 20 commits
  6. 04 May, 2016 3 commits
    • antirez's avatar
      Added a tool for generating changelogs automatically. · b76d27ca
      antirez authored
      Sometimes Redis patch releases are released in a matter of weeks or days
      one after the other. In order to have less release friction the idea is
      to stop writing changelogs by hand, in order to also cover everything
      interesting there is to say. Useless things can be deleted manually by
      the changelog. Also this gives more credits to contributors since often
      in the commit message involved people are cited even when they are not
      the authors of the commit.
      b76d27ca
    • antirez's avatar
      Minor redis-cli wording change in --help output. · b632f784
      antirez authored
      b632f784
    • antirez's avatar
      Allow CONFIG GET during loading. · 995b9ffe
      antirez authored
      Thanks to @oranagra for the idea of allowing CONFIG GET during loading.
      995b9ffe