Contributor Leaderboard

rjd15372

rjd15372

61 score 35 commits 26 reviews

Commits (35)

DateRepoMessagePR
2026-04-13valkeyAdds new (hidden) ValkeyModule_CallArgv API functions (#3122)PR
2026-04-09valkeyDefer argument redaction by storing indices instead of rewriting argv (#3471)PR
2025-12-19valkeyFix lua module build failure when using CLANG (#2955)PR
2025-12-18valkeyMove Lua scripting engine into a Valkey module (#2858)PR
2025-11-20valkeyAdd script function flags in the module API (#2836)PR
2025-11-13valkeyFix cluster slot stats for scripts with cross-slot keys (#2835)PR
2025-11-10valkeyExpose SIMPLE_STRING and ARRAY_NULL reply type to the Module API (#2804)PR
2025-11-10valkeyAdds new module context flag `VALKEYMODULE_CTX_SCRIPT_EXECUTION` (#2818)PR
2025-11-06valkeyAdd "script" context to ACL log entries (#2798)PR
2025-11-06valkey-docUpdate the possible values of `context` field in `ACL LOG` command (#381)PR
2025-10-31valkeyAdd ValkeyModule_ReplyWithCustomErrorFormat to module API (#2791)PR
2025-10-30valkeyMake ValkeyModule_Call compatible with calling commands from scripting engines (#2782)PR
2025-10-30valkeyNew INFO section for scripting engines (#2738)PR
2025-10-23valkeyScripting Engine Debugger Support (#1701)PR
2025-09-23valkey-containerMerge pull request #98 from valkey-io/update-9.0.0-rc2PR
2025-09-19valkeyFix test that checks `extended-redis-compatibility` config deprecation rules (#2629)PR
2025-09-01valkeyNew module API event for tracking authentication attempts (#2237)PR
2025-09-01valkeyFix module context object re-usage in scripting engines (#2358)PR
2025-06-16valkey-bundleAdds valkey-ldap module to the extensions docker image (#25)PR
2025-06-14valkey-rfcLDAP authentication module (#20)PR
2025-06-14valkey-docAdds docs for Valkey LDAP module (#309)PR
2025-03-06valkeyAdds a memory leak check after running a unit test (#1798)PR
2025-02-27valkeyFix memory leak in test_quicklist.c unit test (#1797)PR
2025-02-27valkeyFix clang build error in bitops.c (#1794)PR
2025-02-26valkeyRemove unicode optimization in Lua cjson library (#1785)PR
2025-02-20valkeyAllow to specify the random number generator seed in unit tests (#1751)PR
2025-02-10valkeyFix macro redefinition problem in `fmacros.h` (#1704)PR
2025-02-10valkeyUse `DEEPBIND` flag when loading external modules using `dlopen` (#1703)PR
2025-02-10valkeyAdd `FUNCTION LOAD` and `FCALL` benchmark (#1578)PR
2025-02-10valkeyAdds support for running `EVAL` with different scripting engines (#1497)PR
2025-01-16valkeyExtract the scripting engine code from the functions unit (#1312)PR
2025-01-02valkeyRefactor: move all valkey modules related declarations to `module.h` (#1489)PR
2024-12-21valkeyAdds support for scripting engines as Valkey modules (#1277)PR
2024-10-04valkeyFix some unitialized fields in `client` struct (#1126)PR
2024-09-23valkeyChanges `tcmalloc.h` header location (#1039)PR

Reviews (26)

DateRepoMessagePR
2026-04-27valkeyFix remove cached eval scripts on engine unregister (#3503)PR
2026-04-27valkeyFix lua-enable-insecure-api default value cannot be changed to yes (#3548)PR
2026-04-21valkeyModule command result callback addition (#2936)PR
2026-03-25valkey-ldapFix build and test script reliabilityPR
2026-03-05valkeyLet script continue if busy-reply-threshold is zero (#3307)PR
2026-01-29valkeyFix Lua Module Build For MacOS Compatibility (#3123)PR
2026-01-28valkeydecouple lru/lfu from server.h (#2928)PR
2026-01-12valkeyDon't stop the dirty scripts when an OOM occurs midway through execution (#3030)PR
2026-01-05valkeyfix asprintf unused result warn (#2987)PR
2025-12-20valkeyPropagate database changes from scripting engine temp client (#2959)PR
2025-11-06valkeyAdd instruction to build Valkey with fast_float (#2810)PR
2025-10-20valkeyInitialize the lua attributes of the luaFunction script (#2750)PR
2025-10-17valkeyFUNCTION FLUSH re-create lua VM, fix flush not gc, fix flush async + load crash (#1826)PR
2025-10-03valkeyFix format issues with CVE fix (#2679)PR
2025-09-02valkeyRemove deny_blocking check in moduleBlockClient, cleanup code and doc (#2215)PR
2025-07-17valkeyPrevent calling `lookupkey` twice in some module functions that use `setkey` (#2365)PR
2025-06-19valkey-ldapUpdate trigger_ldap_release.ymlPR
2025-06-18valkey-ldapAdding trigger to automate extensionsPR
2025-05-05valkeyCompile with -Wundef (#2025)PR
2025-04-22valkeyAllow scripts to support null characters again (#1984)PR
2025-04-15valkeyFix 'Client output buffer hard limit is enforced' test causing infinite loop on macOS 15.4 (#1940)PR
2025-02-26valkeyFix undefined behaviour in bitops unit test (#1786)PR
2025-02-11valkeyCorrectly detect address sanitizer with Clang (#1712)PR
2025-02-11valkeyFix new benchmark test under the TLS (#1710)PR
2025-01-14valkeyIntroduce const_sds for const-content sds (#1553)PR
2025-01-08valkeyAdd build folder to gitignore. (#1488)PR

← Back to leaderboard