1. 11 Jul, 2014 1 commit
  2. 10 Jul, 2014 1 commit
  3. 09 Jul, 2014 34 commits
  4. 02 Jul, 2014 1 commit
  5. 30 Jun, 2014 1 commit
  6. 27 Jun, 2014 2 commits
    • antirez's avatar
      COMMAND COUNT subcommand added. · 63feb93a
      antirez authored
      63feb93a
    • antirez's avatar
      COMMAND: fix argument parsing. · 0a6649a7
      antirez authored
      This fixes detection of wrong subcommand (that resulted in the default
      all-commands output instead) and allows COMMAND INFO to be called
      without arguments (resulting into an empty array) which is useful in
      programmtically generated calls like the following (in Ruby):
      
          redis.commands("command","info",*mycommands)
      
      Note: mycommands may be empty.
      0a6649a7