2
0

Commit Verlauf

Autor SHA1 Nachricht Datum
  antirez 49f11f2e78 SPOP replication tests. vor 9 Jahren
  antirez 616bca993e SPOP explicit tests for the three different code paths. vor 9 Jahren
  antirez dc10245f07 SPOP with count: fix replication for code path #3. vor 9 Jahren
  antirez 83a8739e42 SPOP: reimplemented for speed and better distribution. vor 9 Jahren
  antirez 21ab1427da alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading. vor 9 Jahren
  antirez 54c27e079a Change alsoPropagate() behavior to make it more usable. vor 9 Jahren
  antirez 359113cc22 SPOP with count: initial fixes to the implementation. vor 9 Jahren
  antirez 56a21d2ae8 Separate latency monitoring of eviction loop and eviction DELs. vor 9 Jahren
  antirez d275a942f8 dict.c: reset emptylen when bucket is not empty. vor 9 Jahren
  antirez 9a28ead0a1 dict.c Rehashing visualization code snippet added to utils. vor 9 Jahren
  antirez aea23a487b redis-cli --stat: show LOAD when loading. vor 9 Jahren
  antirez 3bcbdfd348 Remove optional single-key path from evictionPoolPopulate(). vor 9 Jahren
  antirez 4038bbe225 dict.c: add dictGetSomeKeys(), specialized for eviction. vor 9 Jahren
  antirez b872594ee1 dict.c: avoid code repetition in dictRehash(). vor 9 Jahren
  Sun He 7ddbfd1219 dict.c/dictRehash: check again to update vor 9 Jahren
  antirez 17fa6b087d dict.c: don't try buckets that are empty for sure in dictGetRandomKey(). vor 9 Jahren
  antirez b98c33db80 dict.c: dictGetRandomKeys() optimization for big->small table case. vor 9 Jahren
  antirez e004ac8fe8 dict.c: dictGetRandomKeys() visit pattern optimization. vor 9 Jahren
  antirez 63f8bb621d dict.c: put a bound to max work dictRehash() call can do. vor 9 Jahren
  antirez 7e5031ea18 dict.c: prevent useless resize to same size. vor 9 Jahren
  antirez 6bda18ff1e Less blocking dictGetRandomKeys(). vor 9 Jahren
  antirez cfe21852e7 redis-cli --latecy-dist reverted to gray scale. vor 9 Jahren
  antirez 2723412b7b redis-cli --latency-dist now uses a color palette. vor 9 Jahren
  antirez ace1acc532 redis-cli latency dist: add new top HL. vor 9 Jahren
  antirez 414df143f5 Add missing latency-dest legend symbol. vor 9 Jahren
  antirez 2860cf4139 Initial implementation of redis-cli --latency-dist. vor 9 Jahren
  antirez 2ac7b5a8b4 Fix RDB corruption test after server behavior change. vor 9 Jahren
  antirez 78dd2b313e Merge branch 'unstable' of github.com:/antirez/redis into unstable vor 9 Jahren
  antirez c5dd686ecb Replication: put server.master client creation into separated function. vor 9 Jahren
  antirez 719c6c2b96 Suppress sign warning in sort.c. vor 9 Jahren