2
0

História revízii

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