Historique des commits

Auteur SHA1 Message Date
  antirez 712656e848 Sentinel: added documentation about slave-priority in redis.conf il y a 12 ans
  antirez d3701d2714 Limit memory used by big SLOWLOG entries. il y a 12 ans
  antirez 60e2e5b50d redis.conf AOF section comments improved. il y a 12 ans
  antirez 84bcd3aa24 It is now possible to enable/disable RDB checksum computation from redis.conf or via CONFIG SET/GET. Also CONFIG SET support added for rdbcompression as well. il y a 12 ans
  antirez ba864e09d4 Comments about security of slave-read-only in redis.coinf. il y a 12 ans
  antirez f3fd419fc9 Support for read-only slaves. Semantical fixes. il y a 12 ans
  quiver 96e9f8d5e3 fix typo of redis.conf il y a 12 ans
  antirez 8562798308 Merge conflicts resolved. il y a 12 ans
  antirez 4d3bbf3590 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. il y a 12 ans
  antirez f9ef912c66 more practical maxmemory+slaves hint in redis.conf il y a 13 ans
  antirez cebb7b92ce redis.conf updated with new maxmemory semantics il y a 13 ans
  Pieter Noordhuis d3ea4c86a8 Update default configuration il y a 13 ans
  antirez 3cbce4f45e redis.conf typo fixed in the client-output-buffer-limit documentation il y a 13 ans
  antirez c8a607f2b6 client-output-buffer-limit documented in redis.conf il y a 13 ans
  antirez f7ccc4830b Merge remote-tracking branch 'origin/unstable' into unstable il y a 13 ans
  antirez 4aac3ff247 It is now posible to flush all the previous saving points in redis.conf by using a save directive with a single empty string argument, like it happens for CONFIG SET save. il y a 13 ans
  Kashif Rasul 57c0cf8b85 Fixed some typos in redis.conf. il y a 13 ans
  diegok ce6628dae7 Fixed a config docs typo. il y a 13 ans
  antirez c6f9ee88fa default log level is now notice. il y a 13 ans
  Jérémy Bethmont 92a157eae5 Fixed a typo in comments. il y a 13 ans
  antirez 0b14e44118 redis.conf updated to reflect the new scripting timeout semantics. il y a 13 ans
  antirez aba4adb7dc use timeout 0 by default, as this is a common source of problems. il y a 13 ans
  antirez 85ccd57632 added more clarifications in redis.conf about ther right value to set as replication timeout. il y a 13 ans
  Herbert G. Fischer f15e33a884 fixed typo in comments il y a 13 ans
  antirez 8996bf7720 7c6da73 il y a 13 ans
  antirez 58732c23d5 maxclients configuration is now implemented dealing with the actual process rlimits. Setting maxclients to 0 no longer makes sense and is now invalid, the new default is 10000. il y a 13 ans
  antirez 115e3ff39e If a Lua script executes for more time than the max time specified in the configuration Redis will log a warning, and will start accepting queries (re-entering the event loop), returning -SLOWSCRIPT error for all the commands but SHUTDOWN that remains callable. il y a 13 ans
  Nathan Florea 8523876503 Added a config directive for a Unix socket mask il y a 13 ans
  antirez 07c152a7bd cluster config file entries added to the example configuration file il y a 13 ans
  antirez 0681c5ad84 master branch merged into scripting. il y a 13 ans