Историја ревизија

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