1. 07 Oct, 2014 2 commits
  2. 06 Oct, 2014 2 commits
  3. 03 Oct, 2014 2 commits
  4. 29 Sep, 2014 29 commits
  5. 26 Sep, 2014 1 commit
  6. 25 Sep, 2014 1 commit
    • antirez's avatar
      DEBUG POPULATE two args form implemented. · d4222e6b
      antirez authored
      The old DEBUG POPULATE form for automatic creation of test keys is:
      
          DEBUG POPULATE <count>
      
      Now an additional form is available:
      
          DEBUG POPULATE <count> <prefix>
      
      When prefix is not specified, it defaults to "key", so the keys are
      named incrementally from key:0 to key:<count-1>. Otherwise the specified
      prefix is used instead of "key".
      
      The command is useful in order to populate different Redis instances
      with key names guaranteed to don't collide. There are other debugging
      uses, for example it is possible to add additional N keys using a count
      of N and a random prefix at every call.
      d4222e6b
  7. 22 Sep, 2014 1 commit
  8. 19 Sep, 2014 2 commits