Commit History

Author SHA1 Message Date
  antirez 8b1829009b Precision of getClientOutputBufferMemoryUsage() greatily improved, see issue #327 for more information. 13 years ago
  antirez 35a4761f1d freeMemoryIfNeeded() minor refactoring 13 years ago
  antirez 5a7999e66a Also remove size of AOF buffers from used memory when doing the math for freeMemoryIfNeeded() 13 years ago
  antirez c63e1b83c4 This fixes issue #327, is a very complex fix (unfortunately), details: 13 years ago
  antirez 05755f5c40 Initial version of c->reply_bytes implementation backported from unstable to 2.4, in order to apply issue 327 patches. 12 years ago
  antirez 02b984c219 redis-check-aof is now large files safe also on 32 bit systems. 12 years ago
  antirez 01b302aba4 add -f flag to cp when installing, otherwise stopping the server is 12 years ago
  antirez bad380bdb5 Redis 2.4.7 13 years ago
  antirez 0b73cbb69f sds.c no longe pre-allocate more than 1MB of free space ahead. This fixes issue #252. 13 years ago
  antirez 1cd0cdd523 Set a 3.5 GB maxmemory limit with noeviction policy if a 32 bit instance without user-provided memory limits is detected. 13 years ago
  antirez f373061563 Added a server.arch_bits field instead of computing it at runtime for INFO. 13 years ago
  antirez 29b3794231 Only incremnet stats for key miss/hit when the key is semantically accessed in read-only. 13 years ago
  Salvatore Sanfilippo 58bfbd1fa4 Merge pull request #296 from pietern/2.4-expirefix 13 years ago
  Pieter Noordhuis aa794ac06d Don't expire keys when loading an RDB after a SYNC 13 years ago
  antirez 8b8261edc3 Possible fix for false positives in issue 141 regression test 13 years ago
  antirez fbfe656236 On crash print information about the current client (if any), command vector, and object associated to first argument assuming it is a key. 13 years ago
  antirez e1849b6456 Redis 2.4.6 13 years ago
  antirez d0f37e247c error in comment fixed 13 years ago
  antirez 3b67a0f905 show GCC version in INFO output. 13 years ago
  antirez 2c2b6159d3 Regression test for the main problem causing issue #141. Minor changes/fixes/additions to the test suite itself needed to write the test. 13 years ago
  antirez d4945b253b Redis test: when assertion fails print not just the expression but also expanded values in the error message. 13 years ago
  antirez 53785789a0 Regression tests for protocol desync bug related to Issue #141 13 years ago
  antirez e7b85b3315 Protections against protocol desyncs, leading to infinite query buffer growing, due to nul-terms in specific bytes of the request or indefinitely long multi bulk or bulk count strings without newlines. This bug is related to Issue #141 as well. 13 years ago
  antirez a5045d552c Fixed replication when multiple slaves are attaching at the same time. The output buffer was not copied correctly between slaves. This fixes issue #141. 13 years ago
  antirez 8939ff1230 Do not propagate DEBUG LOADAOF 13 years ago
  antirez 8b102e041a List connected slaves with ip,port,state information in INFO, as requested by github issue #219 13 years ago
  antirez 273f41023d Redis 2.4.5 13 years ago
  antirez 5bb2565959 Added regression test for ZUNIONSTORE creating NaN (github issue #264) 13 years ago
  antirez 0692d060b3 Prevent NaN scores in sorted sets resulting from calls to ZUNIONSTORE and ZINTERSTORE. 13 years ago
  antirez 2e689217d5 Redis test: vaoid two false positives while running under valgrind. 13 years ago