Historie revizí

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