Revīziju vēsture

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