Historique des commits

Auteur SHA1 Message Date
  antirez c1d10e8bb7 No-sync: some info in the example redis.conf comments. il y a 9 ans
  antirez ede98af9da No-sync: fixed missing conditional in syncCommand(). il y a 9 ans
  antirez de6f74838a No-sync: avoid master to be marked as PRE-PSYNC. il y a 9 ans
  antirez abbfbcf161 Experimental no-sync replication mode. il y a 9 ans
  Salvatore Sanfilippo b1de179c01 Merge pull request #2390 from sawaman/fix-typo il y a 9 ans
  antirez cd4e0f43df Extend memory unit support in CONFIG SET. il y a 9 ans
  Salvatore Sanfilippo 866b3fc0ec Merge pull request #2357 from lamby/config-set-maxmemory-units il y a 9 ans
  antirez 29b54db320 Better memtoll() error checking. il y a 9 ans
  Masahiko Sawada 2b3eba056c Unify to uppercase the headline il y a 9 ans
  antirez a1d9ec0d44 SPOP replication tests. il y a 9 ans
  antirez dffbbb5a78 SPOP explicit tests for the three different code paths. il y a 9 ans
  antirez a37d0f8b48 SPOP with count: fix replication for code path #3. il y a 9 ans
  antirez 9feee428f2 SPOP: reimplemented for speed and better distribution. il y a 9 ans
  antirez 55003f7a11 alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading. il y a 9 ans
  antirez cc7f0434b5 Change alsoPropagate() behavior to make it more usable. il y a 9 ans
  antirez 6b5922dcbb SPOP with count: initial fixes to the implementation. il y a 9 ans
  antirez 585d1a60bf Separate latency monitoring of eviction loop and eviction DELs. il y a 9 ans
  antirez 8ddc14523f dict.c: reset emptylen when bucket is not empty. il y a 9 ans
  antirez edda00b902 dict.c Rehashing visualization code snippet added to utils. il y a 9 ans
  antirez 05841a6386 redis-cli --stat: show LOAD when loading. il y a 9 ans
  antirez 8696874d75 Remove optional single-key path from evictionPoolPopulate(). il y a 9 ans
  antirez 5792a217f8 dict.c: add dictGetSomeKeys(), specialized for eviction. il y a 9 ans
  antirez f25fdd6246 dict.c: avoid code repetition in dictRehash(). il y a 9 ans
  Sun He 2385630d0d dict.c/dictRehash: check again to update il y a 9 ans
  antirez 4f427bc298 dict.c: don't try buckets that are empty for sure in dictGetRandomKey(). il y a 9 ans
  antirez 1bcf67a75f dict.c: dictGetRandomKeys() optimization for big->small table case. il y a 9 ans
  antirez 88cd9ebc09 dict.c: dictGetRandomKeys() visit pattern optimization. il y a 9 ans
  antirez cd0fcf11e7 dict.c: put a bound to max work dictRehash() call can do. il y a 9 ans
  antirez 777020839a dict.c: prevent useless resize to same size. il y a 9 ans
  antirez 170e41464d Less blocking dictGetRandomKeys(). il y a 9 ans