Commit History

Author SHA1 Message Date
  antirez 9419eb0ffd More incremental active expired keys collection process. 12 years ago
  antirez 6375e5dc0e memtest.c: integer overflow fixed. 12 years ago
  antirez d8769edf15 Macros ULONG_ONEZERO / ULONG_ZEROONE were inverted in #ifdef to test 32/64 bit arch. 12 years ago
  antirez e2c0197d98 Fix PREFIX typo in Makefile. 12 years ago
  antirez 2cf55e3a47 Allow PREFIX to be overrided in Makefile. 12 years ago
  antirez e74fe10b00 Redis 2.4.13 12 years ago
  Pieter Noordhuis f2ffb59294 Use safe dictionary iterator from KEYS 12 years ago
  antirez 9cb09c4d2c Redis 2.4.12 12 years ago
  antirez fc7ea2f7cd Properly wait the slave to sync with master in BRPOPLPUSH test. 12 years ago
  antirez fb38fd3c89 A more lightweight implementation of issue 141 regression test. 12 years ago
  antirez 9e066ae051 Redis test: More reliable BRPOPLPUSH replication test. 12 years ago
  antirez 28500d193f Testing framework fixes and improvements backported from 2.6. 12 years ago
  antirez 63bae7c553 A few compiler warnings suppressed. 12 years ago
  antirez 379ac85eed memtest.c fixed to actually use v1 and v2 in memtest_fill_value(). 12 years ago
  antirez df10c797e0 Limit memory used by big SLOWLOG entries. 12 years ago
  antirez f743cacc85 Redis 2.4.11 12 years ago
  antirez 922283b553 New redis-cli backported from unstable. 12 years ago
  antirez 32fef1566a Marginally cleaner lookupKeyByPattern() implementation. 12 years ago
  antirez 8e5e8f0eca lookupKeyByPattern() used by SORT GET/BY rewritten. Fixes issue #460. 12 years ago
  jokea 7b4dc9b979 implement aeWait using poll(2). Fixes issue #267. 13 years ago
  antirez 95c6a1a5b8 Structure field controlling the INFO field master_link_down_since_seconds initialized correctly to avoid strange INFO output at startup when a slave has yet to connect to its master. 12 years ago
  antirez 1fa954a558 Redis 2.4.10 12 years ago
  antirez 06665b7191 Useless GCC warning suppressed. 12 years ago
  Salvatore Sanfilippo 3c38b0876e Merge pull request #417 from josephjang/e95ca1db21b2dbe82f39a3f7f6390cb5f58dafae 12 years ago
  Joseph Jang e95ca1db21 Fixed a memory leak with replication 12 years ago
  antirez 6938960b66 Fix for slaves chains. Force resync of slaves (simply disconnecting them) when SLAVEOF turns a master into a slave. 12 years ago
  antirez 9a5cbf9f7e Memory addressing test implemented. 12 years ago
  antirez 1dfe75a09b Redis 2.4.9 12 years ago
  antirez 8122954b9a Memory test feature backported into 2.4. 12 years ago
  antirez f5f95b35d5 More memory tests implemented. Default number of iterations lowered to a more acceptable value of 50. 12 years ago