1. 10 7月, 2014 33 次提交
  2. 03 7月, 2014 1 次提交
  3. 30 6月, 2014 2 次提交
  4. 28 6月, 2014 4 次提交
    • A
      COMMAND COUNT subcommand added. · 63feb93a
      antirez 提交于
      63feb93a
    • A
      COMMAND: fix argument parsing. · 0a6649a7
      antirez 提交于
      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
    • A
      COMMANDS command renamed COMMAND. · 53377f8c
      antirez 提交于
      53377f8c
    • A
      COMMANDS command: remove static + aesthetic changes. · f3efd529
      antirez 提交于
      Static was removed since it is needed in order to get symbols in stack
      traces. Minor changes in the source code were operated to make it more
      similar to the existing Redis code base.
      f3efd529