Contributor Leaderboard

murphyjacob4

murphyjacob4

95 score 41 commits 54 reviews

Commits (41)

DateRepoMessagePR
2026-04-27valkeyEnsure client slot migration pointer is cleared during reset (#3554)PR
2026-03-17valkeyAdd design-docs folder and README. (#3300)PR
2026-02-14valkeyFix bug causing no response flush sometimes when IO threads are busy (#3205)PR
2026-02-07valkey-searchEnsure content is always retrieved on correct DB during search (#712)PR
2026-01-30valkey-searchRevert "Update Vector HNSW output field format (#312)" (#641)PR
2026-01-28valkey-searchAllow local node to have no primary endpoint (#633)PR
2026-01-20valkey-docFix typo in HSETEX command documentation (#400)PR
2025-12-22valkeyAdd support for Atomic Slot Migration to CLI (#2755)PR
2025-10-31valkeyAuthenticate slot migration client on source node to internal user (#2785)PR
2025-10-29valkey-io.github.ioBlog post: Introducing Atomic Slot Migration (#404)PR
2025-10-24valkey-docAdd Valkey 9.0 valkey.conf (#376)PR
2025-10-22valkeyFix atomic slot migration module notification comment (#2758)PR
2025-10-22valkey-docAdd documentation for atomic slot migration (#372)PR
2025-10-20valkeyFix invalid memory address caused by hashtable shrinking during safe iteration (#2753)PR
2025-10-18valkeyFix incorrect kvstore size and BIT accounting after completed migration (#2749)PR
2025-10-13valkeyFix crash that occurs sometimes when aborting a slot migration while child snapshot is active (#2721)PR
2025-10-13valkeyDeflake atomic slot migration client flag test (#2720)PR
2025-10-13valkeyStop using DEBUG LOADAOF on replica in ASM tests (#2719)PR
2025-10-08valkeyReduce flakiness of atomic slot migration AOF test (#2705)PR
2025-10-07valkeyUse correct arguments in LOLWUT test (#2708)PR
2025-10-07valkeyIntroduce SYNCSLOTS CAPA for forwards compatibility (#2688)PR
2025-10-07valkeyPrevent exposure of importing keys on replicas during atomic slot migration (#2635)PR
2025-10-02valkeyAdd slot migration client flags and module context flags (#2639)PR
2025-09-29valkeyFix atomic slot migration snapshot never proceeding with hz 1 (#2636)PR
2025-09-26valkeyAdd atomic slot migration test for unblock on migration complete (#2637)PR
2025-09-12valkeyMake modules opt-in to atomic slot migration and add server events (#2593)PR
2025-08-12valkeyIntroduce atomic slot migration (#1949)PR
2025-08-10valkeyFix AOF rewrite behavior for hashes with expirations (#2454)PR
2025-05-30valkeyUpdate tests to catch module context leaks if using aux save/load (#2150)PR
2025-05-30valkey-searchUse a managed pointer for thread safe context in coordinator (#159)PR
2025-05-27valkeyFree module context even if there was no content written in auxsave2 (#2132)PR
2025-05-24valkey-searchUse background context rather than IO context during Aux save. (#143)PR
2025-05-21valkey-searchAdd OOM checking to index backfill (#135)PR
2025-05-21valkey-searchRemove Google-internal specifics and unused code (#136)PR
2025-05-21valkey-searchIntroduce RFC for RDB format (#28)PR
2025-04-15valkeyFix flaky shutdown tests caused by timing issue (#1960)PR
2025-04-15valkeyFix panic in primary when blocking shutdown after previous block with timeout (#1948)PR
2025-03-27valkey-searchImplement new RDB format (#68)PR
2025-02-23valkey-searchAdd integration test framework (#20)PR
2024-11-08valkeyMake sure to copy null terminator byte in dual channel code (#1272)PR
2024-04-09valkeyRemove trademarked language in code comments (#223)PR

Reviews (55)

DateRepoMessagePR
2026-04-23valkeyFix race condition during async client freeing with IO threading enabled (#3458)PR
2026-04-21valkeyModule command result callback addition (#2936)PR
2026-04-10valkeyAdd cluster-config-save-behavior option to control nodes.conf save behavior (#3372)PR
2026-04-08valkeyFix slot-migration-max-failover-repl-bytes unable to accept -1 (#3443)PR
2026-03-18valkeyAdd AGENTS.md file for agentic coding assistant steering (#3371)PR
2026-03-02valkeyShow replica dual-channel replication buffer memory in INFO MEMORY and MEMORY STATS (#2924)PR
2026-03-02valkeyDeflake ttl persistence in aof test (#3285)PR
2026-03-01valkey-docAdd the new remaining_repl_size field in CLUSTER GETSLOTMIGRATIONS (#406)PR
2026-02-27valkeyDeflake Restart target replica during migration (without save) causes success test (#3226)PR
2026-02-10valkeyFix remaining_repl_size should be in CLUSTER GETSLOTMIGRATIONS in conf (#3180)PR
2026-02-10valkeyAdd remaining_repl_size field in CLUSTER MIGRATESLOTS output (#3135)PR
2026-02-04valkeySkips the internal clients from logresreq checks (#3154)PR
2026-01-30valkeyFree replica local buffer in async way in dual channel replication (#2948)PR
2026-01-29valkeyHSETEX - Always issue keyspace notifications after validation (#3001)PR
2026-01-28valkey-searchUse new command "FT.Internal_update" to replicate index create/drop (#521)PR
2026-01-27valkey-searchAvoid deadlock while processing MULTI/EXEC mutations (#629)PR
2026-01-27valkey-searchAvoid deadlock while processing MULTI/EXEC mutations (#629)PR
2026-01-26valkeyFix how hash is handling overriding of expired fields overwrite (#3060)PR
2026-01-21valkeyFix HRANDFIELD to return null response when no field could be found (#3022)PR
2026-01-10valkeySkip slot cache optimization for AOF client to prevent key duplication and data corruption (#3004)PR
2025-12-26valkeyRestrict ttl from being negative and avoid crash in import-mode (#2944)PR
2025-12-11valkeyRevert "Allow partial sync after loading AOF with preamble (#2366)" (#2925)PR
2025-12-07valkey-searchFull support for DB numbers other than zero in cluster mode. (#410)PR
2025-12-03valkey-docUpdate cluster-migrateslots doc to mention cluster-cancelslotmigrations (#388)PR
2025-10-22valkey-docUpdate releases page (#375)PR
2025-10-22valkey-docUpdate module API reference for 9.0 changes (#374)PR
2025-10-17valkeyRemove the outupdated unknown key/value pairs comment in CLUSTER SYNCSLOTS ESTABLISH (#2498)PR
2025-10-14valkeyAdd `Slot migration is ok when the replicas are down test` back (#2727)PR
2025-10-08valkey-containerUpdate tags in the docker description for version 9.0.0-rc3PR
2025-10-08valkey-io.github.ioUpdate website for version 9.0.0-rc3 (#387)PR
2025-10-07valkey-searchImplement server version checking on load (#408)PR
2025-09-30valkeyImplement a lolwut for version 9 (#2646)PR
2025-09-18valkeySeparate RDB snapshotting from atomic slot migration (#2533)PR
2025-09-16valkeyFix accounting for dual channel RDB bytes in replication stats (#2602)PR
2025-08-29valkeySplit SLOT_EXPORT_AUTHENTICATING into SEND and READ to avoid synchronous reading of auth response (#2494)PR
2025-08-29valkeyDo not migrate function in new atomic slot migration (#2547)PR
2025-08-29valkeyDo not migrate function in new atomic slot migration (#2547)PR
2025-08-05valkeyDictionary Implementation for Migrating and Importing slots (#2409)PR
2025-08-01valkey-searchAdd config to skip loading index from rdb (#209)PR
2025-06-04valkeyCombine range element ranks calculation with range elements search to improve zcount performance (#2129)PR
2025-06-04valkey-searchFixed drop index bug (#166)PR
2025-05-22valkey-searchFixing empty vector query clause ft.search cmd parsing (#138)PR
2025-05-22valkey-searchrenaming total_indexed_hash_keys to total_indexed_documents (#137)PR
2025-05-20valkey-searchCommand registration permissions alignment with ACL prefix permissions (#125)PR
2025-05-20valkey-searchCommand registration permissions alignment with ACL prefix permissions (#125)PR
2025-05-13valkey-searchMind the db number while creating an index (#120)PR
2025-05-06valkey-searchExposing search subscription info just if built with the macro DEBUG_INFO (#109)PR
2025-04-30valkey-searchFixing asan issues (#101)PR
2025-04-29valkey-searchadding support for blocking clients during keyspace notification (#95)PR
2025-04-29valkey-searchavoid unsafe code in ValkeySearch::Info during crashdump (#98)PR
2025-04-11valkey-searchAdding json and flat integration tests (#88)PR
2025-03-27valkey-searchUpdate README.md (#78)PR
2025-03-26valkey-searchfixing rdb load to use a detached context (#77)PR
2025-03-25valkey-searchfixing integration tests to work with cmake (#73)PR
2024-05-03valkeyAn initial simple unit test framework (#344)PR

← Back to leaderboard