1. 28 Aug, 2012 1 commit
  2. 21 Apr, 2012 1 commit
    • antirez's avatar
      Limit memory used by big SLOWLOG entries. · d3701d27
      antirez authored
      Two limits are added:
      
      1) Up to SLOWLOG_ENTRY_MAX_ARGV arguments are logged.
      2) Up to SLOWLOG_ENTRY_MAX_STRING bytes per argument are logged.
      3) slowlog-max-len is set to 128 by default (was 1024).
      
      The number of remaining arguments / bytes is logged in the entry
      so that the user can understand better the nature of the logged command.
      d3701d27
  3. 19 Apr, 2012 1 commit
  4. 13 Apr, 2012 2 commits
    • antirez's avatar
      Stop access to global vars. Not configurable. · 6663653f
      antirez authored
      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
    • antirez's avatar
      37b29ef2
  5. 10 Apr, 2012 1 commit
  6. 21 Mar, 2012 1 commit
  7. 20 Mar, 2012 1 commit
    • antirez's avatar
      Support for read-only slaves. Semantical fixes. · f3fd419f
      antirez authored
      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
  8. 10 Mar, 2012 1 commit
  9. 07 Mar, 2012 1 commit
    • antirez's avatar
      By default Redis refuses writes with an error if the latest BGSAVE failed (and... · 4d3bbf35
      antirez authored
      By default Redis refuses writes with an error if the latest BGSAVE failed (and at least one save point is configured). However people having good monitoring systems may prefer a server that continues to work, since they are notified that there are problems by their monitoring systems. This commit implements the ability to turn the feature on or off via redis.conf and CONFIG SET.
      4d3bbf35
  10. 07 Feb, 2012 2 commits
  11. 25 Jan, 2012 1 commit
  12. 24 Jan, 2012 2 commits
  13. 16 Jan, 2012 1 commit
  14. 28 Dec, 2011 1 commit
  15. 22 Dec, 2011 1 commit
  16. 30 Nov, 2011 1 commit
  17. 21 Nov, 2011 1 commit
  18. 18 Nov, 2011 1 commit
  19. 31 Oct, 2011 5 commits
  20. 27 Oct, 2011 1 commit
  21. 10 Oct, 2011 1 commit
  22. 28 Sep, 2011 1 commit
  23. 03 Jul, 2011 1 commit
  24. 30 Jun, 2011 2 commits
  25. 25 Jun, 2011 1 commit
  26. 10 Jun, 2011 1 commit
  27. 25 May, 2011 1 commit
  28. 09 Mar, 2011 1 commit
  29. 07 Feb, 2011 1 commit
  30. 15 Jan, 2011 1 commit
  31. 05 Jan, 2011 1 commit
  32. 31 Dec, 2010 1 commit