Commit History

Author SHA1 Message Date
  antirez 015dba6adb Fixed typo. 12 years ago
  antirez 83f0c677f8 Number of iteration of --test-memory is now 300 (several minutes per gigabyte). Memtest86 and Memtester links are also displayed while running the test. 12 years ago
  antirez a7e66f8048 On crash suggest to give --test-memory a try. 12 years ago
  antirez ae92e6dc15 Memory test function now less boring thanks to screen-wide progress bar. 12 years ago
  antirez e306e99029 Hem... actual memtest.c file added. 12 years ago
  antirez 9c3bc7529d First implementation of --test-memory. Still a work in progress. 12 years ago
  antirez 7961d7ea0d redis-benchmark: backported the more capable version from the unstable branch (pipelining,run selected tests,fixes) 12 years ago
  antirez a3b580c0c5 The universe is 80 columns wide, accept it. 12 years ago
  Brad Voth 660a1277be updated utils/install_server.sh to support chkconfig boxes (redhat/ 13 years ago
  antirez b805430a9e Fix for issue #306, thanks to tchajed (on github) for the pull request. The original patch was reworked a bit. 12 years ago
  antirez a8a3275566 Redis-cli should accept help command even if there is no connection to the server. 12 years ago
  antirez bd624d0fc3 Redis version 2.4.8 12 years ago
  antirez f1654434de zzlIsInRange() now is capable of handling empty sorted sets that may end inside the data set when loading very old RDB files produced by early-stage versions of Redis. 12 years ago
  Salvatore Sanfilippo 9f50ce0d8d Merge pull request #346 from pietern/2.4-segv 12 years ago
  Pieter Noordhuis c39b869460 Solaris has backtrace(3) 12 years ago
  Pieter Noordhuis a0dc1e6969 Also force SIGSEGV without HAVE_BACKTRACE 12 years ago
  antirez 246c4c2322 Fixed undefined behavior in *INCR style functions overflow detection. Sorry clang! 12 years ago
  antirez 2b0d9c5ac6 Added an unstalbe-alike distclean target to 2.4 Makefile. 12 years ago
  antirez 19fb7404a4 Fix 32bit build of hiredis 12 years ago
  antirez 11f0a23caf Applied a few modifications to hiredis to tune it for speed (redis-benchmark) and ability to read more deeply nested replies (redis-cli). 12 years ago
  antirez 6887744245 The hiredis lib shipped with Redis was updated to latest version. 12 years ago
  antirez 68897a5bbe bzero -> memset 12 years ago
  antirez cf7d3f9d3d Merge branch '2.4-issue327' into 2.4 12 years ago
  antirez f0c3b249cb Issue #330 regression test. 12 years ago
  antirez da8bcd28a5 Now HINCRBY can detect overflows too. Fix for issue #330. 12 years ago
  antirez b3a86b8209 Fixed a few broken stuff introduced while merging issue #327 related code in 2.4 12 years ago
  antirez 31f9f987ac more practical maxmemory+slaves hint in redis.conf 13 years ago
  antirez 662f25e805 redis.conf updated with new maxmemory semantics 13 years ago
  antirez f27d38862d debugging messages removed from freeMemoryIfNeeded() 13 years ago
  antirez 4de73b7e0f Fixes to c->reply_bytes computation, and debug messages to closely study the behavior of memory pressure + slaves + maxmemory + blocked slaves. 13 years ago