Commit History

Author SHA1 Message Date
  antirez 8562798308 Merge conflicts resolved. 12 years ago
  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. 12 years ago
  antirez f9ef912c66 more practical maxmemory+slaves hint in redis.conf 12 years ago
  antirez cebb7b92ce redis.conf updated with new maxmemory semantics 12 years ago
  Pieter Noordhuis d3ea4c86a8 Update default configuration 13 years ago
  antirez 3cbce4f45e redis.conf typo fixed in the client-output-buffer-limit documentation 13 years ago
  antirez c8a607f2b6 client-output-buffer-limit documented in redis.conf 13 years ago
  antirez f7ccc4830b Merge remote-tracking branch 'origin/unstable' into unstable 13 years ago
  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. 13 years ago
  Kashif Rasul 57c0cf8b85 Fixed some typos in redis.conf. 13 years ago
  diegok ce6628dae7 Fixed a config docs typo. 13 years ago
  antirez c6f9ee88fa default log level is now notice. 13 years ago
  Jérémy Bethmont 92a157eae5 Fixed a typo in comments. 13 years ago
  antirez 0b14e44118 redis.conf updated to reflect the new scripting timeout semantics. 13 years ago
  antirez aba4adb7dc use timeout 0 by default, as this is a common source of problems. 13 years ago
  antirez 85ccd57632 added more clarifications in redis.conf about ther right value to set as replication timeout. 13 years ago
  Herbert G. Fischer f15e33a884 fixed typo in comments 13 years ago
  antirez 8996bf7720 7c6da73 13 years ago
  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. 13 years ago
  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. 13 years ago
  Nathan Florea 8523876503 Added a config directive for a Unix socket mask 13 years ago
  antirez 07c152a7bd cluster config file entries added to the example configuration file 13 years ago
  antirez 0681c5ad84 master branch merged into scripting. 13 years ago
  antirez 208092ad70 Fixed typo in redis.conf related to slow log parameters 13 years ago
  antirez de32c37c06 More redis.conf self-documentation. Now even queries that took exactly server.slow_log_slower_than are logged, as this is not exact but is more intuitive for people, and a value of 0 will force every query to be logged. 13 years ago
  antirez 35a6044140 slow log configuration implemented 13 years ago
  antirez 994ed2bc55 unstable merge conflicts resolved 13 years ago
  antirez c9d0c3623a diskstore removed 13 years ago
  antirez 0d1650f8a9 Updated to unstable 13 years ago
  antirez b333e23997 automatic AOF rewrite first implementation. Still to be tested. 13 years ago