1. 21 3月, 2012 1 次提交
    • A
      Support for read-only slaves. Semantical fixes. · f3fd419f
      antirez 提交于
      This commit introduces support for read only slaves via redis.conf and CONFIG GET/SET commands. Also various semantical fixes are implemented here:
      
      1) MULTI/EXEC with only read commands now work where the server is into a state where writes (or commands increasing memory usage) are not allowed. Before this patch everything inside a transaction would fail in this conditions.
      
      2) Scripts just calling read-only commands will work against read only
      slaves, when the server is out of memory, or when persistence is into an
      error condition. Before the patch EVAL always failed in this condition.
      f3fd419f
  2. 20 3月, 2012 3 次提交
  3. 19 3月, 2012 4 次提交
  4. 18 3月, 2012 1 次提交
  5. 17 3月, 2012 3 次提交
  6. 16 3月, 2012 1 次提交
    • A
      Fix for issue #391. · c9d3dda2
      antirez 提交于
      Use a simple protocol between clientsCron() and helper functions to
      understand if the client is still valind and clientsCron() should
      continue processing or if the client was freed and we should continue
      with the next one.
      c9d3dda2
  7. 14 3月, 2012 6 次提交
  8. 13 3月, 2012 5 次提交
  9. 10 3月, 2012 11 次提交
  10. 08 3月, 2012 5 次提交