Contributor Leaderboard

dvkashapov

dvkashapov

77 score 21 commits 56 reviews

Commits (21)

DateRepoMessagePR
2026-04-20valkeyImprove COB memory tracking with copy avoidance (#3306)PR
2026-03-26valkey-luajitTests for EVAL/EVALSHA/SCRIPT LOAD in coexistence mode (#6)PR
2026-03-06valkeyFixed point arithmetic for x86 TSC (#3314)PR
2026-02-16valkeyFix database ACL check for alldbs commands (#3215)PR
2026-02-12valkeyFix server assert on ACL LOAD and resetchannels (#3182)PR
2026-02-09valkeyAllow some tags only on top level to fix `--tags` filtering (#3171)PR
2026-01-30valkeyAdd waits in test-ubuntu-reclaim-cache (#3134)PR
2026-01-29valkeyFix mixup of reply-larger-than and request-larger-than (#3126)PR
2026-01-29valkeySkip active io time test if valgrind is used (#3124)PR
2026-01-28valkeyEnable HW clock by default (#3103)PR
2026-01-26valkeyPerf: Track net bytes only if commandlog-request-larger-than != -1 (#3086)PR
2026-01-16valkeyCumulative metric for active main thread usage (#2931)PR
2026-01-05valkeyUntrack key based on old->hasembkey (#3007)PR
2025-12-23valkeyDatabase-level access control (#2309)PR
2025-12-20valkeyPropagate database changes from scripting engine temp client (#2959)PR
2025-12-03valkey-docFix link checker job (change quickstart link to index.md) (#392)PR
2025-12-03valkey-docDelete logic related to implicit ACL categories (#391)PR
2025-12-03valkey-io.github.ioFix links for topics (#424)PR
2025-12-03valkey-io.github.ioDelete logic related to implicit ACL categories (#423)PR
2025-12-02valkeyMake all ACL categories explicit in JSON files (#2887)PR
2025-11-12valkeyCluster: Avoid usage of light weight messages to nodes with not ready bidirectional links (#2817)PR

Reviews (56)

DateRepoMessagePR
2026-04-27valkeyFix remove cached eval scripts on engine unregister (#3503)PR
2026-04-26valkeyImplement Provenance Guard (#3109)PR
2026-04-23valkeyDeflake many-slot-migration under valgrind (#3462)PR
2026-04-23valkeyFix race condition during async client freeing with IO threading enabled (#3458)PR
2026-04-21valkeyFix VLA warning in io_threads (#3518)PR
2026-04-08valkeySkip faster-failover test under TLS (#3444)PR
2026-04-02valkey-luajitFix nightly package testsPR
2026-04-02valkeyReplace dict with thin wrapper around hashtable (#3366)PR
2026-04-02valkeyFix some flaky tests (#3430)PR
2026-04-01valkey-luajitSimplify VKM wrappers (#17)PR
2026-04-01valkey-luajitFix built-in type() shadowing (#16)PR
2026-04-01valkeyReduce corrupt-dump-fuzzer tests from 10 to 1 minute (#3425)PR
2026-03-27valkey-luajitAdd multi-engine register supportPR
2026-03-27valkey-luajitAdd multi-engine register supportPR
2026-03-26valkey-luajitSimplify running tests (#7)PR
2026-03-25valkey-luajitAllow luajit to coexist with built-in luaPR
2026-03-25valkey-luajitSet enable ffi config immutablePR
2026-03-24valkey-luajitAdd functions isolation tests (#2)PR
2026-03-17valkeyFix incorrect memory overhead calculation for watched keys (#3359)PR
2026-03-11valkeyAdd availability-zone to the reply schema for CLUSTER SHARDS/SLOTS (#3352)PR
2026-03-11valkeyDeflake io-threads test by generating enough work (#3354)PR
2026-03-11valkeyOptimize SET key value EX/PX/EXAT ttl to reduce calls of rewriteClientCommandVector (#3279)PR
2026-03-11valkeyFix timing issue in RDB abort test (#3343)PR
2026-03-10valkeyUse dictGetSomeKeys instead of dictGetRandomKey for gossip node population (#3258)PR
2026-02-27valkeyDeflake Restart target replica during migration (without save) causes success test (#3226)PR
2026-02-25valkeyFix flake dual-channel-replication primary gets cob overrun before established psync test (#3242)PR
2026-02-24valkeyBugfix for GIL deadlock while unloading script engine, reenable memory test in crash report (#3029)PR
2026-02-24valkeyAbort and swap the tables if ht1 is very full during the hashtable shrink rehashing (#3175)PR
2026-02-24valkeyLogging fix or improvement around new shard ID generation (#3192)PR
2026-02-19valkeySkip large-memory unit test with ASan that got OOM (#3230)PR
2026-02-17valkeyFix flaky cluster automatic failover test (#3206)PR
2026-02-16valkeyEnable USE_LIBBACKTRACE Across CI and Fix Alpine Builds (#3213)PR
2026-02-15valkeyOptimize ustime() with monotonic delta (#3193)PR
2026-02-15valkeyOptimize ustime() with monotonic delta (#3193)PR
2026-02-15valkeyAdd test-tls-only CI job (#3143)PR
2026-02-12valkeyUpdate and pin github actions to full SHAs for supply chain security (#3185)PR
2026-02-10valkeySeparate jobs for large memory tests with sanitizers (#3161)PR
2026-02-10valkeyFix PFADD corrupted sparse HLL handling by restoring hllSparseSet return type (#3184)PR
2026-02-10valkeyAdd remaining_repl_size field in CLUSTER MIGRATESLOTS output (#3135)PR
2026-02-09valkeytest: add valgrind:skip tag to automatically skip tests under valgrind (#3138)PR
2026-02-08valkeyMinor cleanup in memtoull to also check ERANGE when calling strtoull (#3159)PR
2026-02-05valkeyFix arr bound err in test-sanitizer-undefined (gcc) (#3155)PR
2026-02-04valkeySkips the internal clients from logresreq checks (#3154)PR
2026-02-03valkeyOptimize SREM/ZREM/HDEL to pause auto shrink when deleting multiple items (#3144)PR
2026-02-02valkeyCI: Stop using symlinks for tests with CMake (#3145)PR
2026-01-30valkeyRemove empty list dead code condition in lmoveGenericCommand code (#3128)PR
2026-01-28valkeyFix potential memory leaks when a writable replica is promoted to primary after direct writes of keys with expiration (#2953)PR
2026-01-25valkeyComment cleanup around entry.c file (#3107)PR
2026-01-23valkeyImprove performance during rehashing (#3073)PR
2026-01-23valkeyFix minor inconsistency in connFormatAddr size argument (#3098)PR
2026-01-20valkeyFix valkey-benchmark hanging in single-thread duration mode (#3079)PR
2026-01-19valkeyFix race condition in TIME overflow test (#3074)PR
2026-01-19valkeyCleanup and break the while loop in clusterPrimariesHaveReplicas (#3075)PR
2026-01-14valkeyAvoid duplicate calculations of network-bytes-out in slot stats with copy-avoidance (#3046)PR
2025-08-22valkeyOptimize pipelining by parsing and prefetching multiple commands (#2092)PR
2025-08-05valkeyUpdate swapdb command comment to mention why cluster mode is not allowed (#2391)PR

← Back to leaderboard