1. 27 2月, 2015 6 次提交
  2. 26 2月, 2015 2 次提交
    • A
      Improvements to PR #2425 · 832b0c7c
      antirez 提交于
      1. Remove useless "cs" initialization.
      2. Add a "select" var to capture a condition checked multiple times.
      3. Avoid duplication of the same if (!copy) conditional.
      4. Don't increment dirty if copy is given (no deletion is performed),
         otherwise we propagate MIGRATE when not needed.
      832b0c7c
    • T
      Add last_dbid to migrateCachedSocket to avoid redundant SELECT · 7fda935a
      Tommy Wang 提交于
      Avoid redundant SELECT calls when continuously migrating keys to
      the same dbid within a target Redis instance.
      7fda935a
  3. 25 2月, 2015 12 次提交
  4. 23 2月, 2015 1 次提交
  5. 21 2月, 2015 1 次提交
  6. 20 2月, 2015 2 次提交
    • A
      Give obvious instructions on how to bind all interfaces. · 0aa5acc8
      antirez 提交于
      0aa5acc8
    • A
      Example redis.conf binds just to 127.0.0.1. · 10246642
      antirez 提交于
      It's hard to pick a good approach here. A few arguments:
      
      1) There are many exposed instances on the internet.
      2) Changing the default when "bind" is not given is very dangerous,
         after an upgrade the server changes a fundamental behavior.
      3) Usually Redis, when used in a proper way, will be protected *and*
         accessed often from other computers, so this new default is likely
         not what most people want.
      4) However if users end with this default, they are using the example
         redis.conf: likely they are reading what is inside, and they'll see
         the warning.
      10246642
  7. 18 2月, 2015 3 次提交
  8. 15 2月, 2015 2 次提交
  9. 13 2月, 2015 11 次提交