1. 18 4月, 2012 1 次提交
  2. 13 4月, 2012 2 次提交
    • A
      Stop access to global vars. Not configurable. · 6663653f
      antirez 提交于
      After considering the interaction between ability to delcare globals in
      scripts using the 'global' function, and the complexities related to
      hanlding replication and AOF in a sane way with globals AND ability to
      turn protection On and Off, we reconsidered the design. The new design
      makes clear that there is only one good way to write Redis scripts, that
      is not using globals. In the rare cases state must be retained across
      calls a Redis key can be used.
      6663653f
    • A
      Scripting: globals protection can now be switched on/off. · 37b29ef2
      antirez 提交于
      37b29ef2
  3. 10 4月, 2012 1 次提交
  4. 27 3月, 2012 1 次提交
  5. 25 3月, 2012 2 次提交
    • A
      CONFIG RESETSTAT resets two more fields. · ca09ad4d
      antirez 提交于
      ca09ad4d
    • A
      New INFO field aof_delayed_fsync introduced. · c1d01b3c
      antirez 提交于
      This new field counts all the times Redis is configured with AOF enabled and
      fsync policy 'everysec', but the previous fsync performed by the
      background thread was not able to complete within two seconds, forcing
      Redis to perform a write against the AOF file while the fsync is still
      in progress (likely a blocking operation).
      c1d01b3c
  6. 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
  7. 10 3月, 2012 1 次提交
  8. 08 3月, 2012 2 次提交
  9. 24 1月, 2012 1 次提交
  10. 16 1月, 2012 1 次提交
  11. 03 1月, 2012 1 次提交
  12. 21 12月, 2011 4 次提交
  13. 01 12月, 2011 1 次提交
  14. 31 10月, 2011 2 次提交
  15. 26 10月, 2011 1 次提交
  16. 11 10月, 2011 1 次提交
  17. 05 10月, 2011 2 次提交
  18. 27 7月, 2011 1 次提交
  19. 12 7月, 2011 1 次提交
  20. 30 6月, 2011 1 次提交
  21. 25 6月, 2011 1 次提交
  22. 10 6月, 2011 3 次提交
  23. 25 5月, 2011 1 次提交
  24. 08 4月, 2011 1 次提交
  25. 29 3月, 2011 1 次提交
  26. 09 3月, 2011 1 次提交
  27. 22 2月, 2011 2 次提交
  28. 17 2月, 2011 1 次提交
  29. 14 2月, 2011 1 次提交