Contributor Leaderboard

zackcam

zackcam

55 score 38 commits 17 reviews

Commits (38)

DateRepoMessagePR
2026-04-26valkey-bloomMoving metric increment to very end of decode (#93)PR
2026-04-23valkey-bloomAdding validation on tightening_ratio and fp_rate for load (#91)PR
2026-04-23valkey-bloomFixing bug in bloom defrag, adding digest checks to integration test, create new unit test that catches before mentioned bug (#92)PR
2026-01-05valkey-bloomFix AOF rewrite and restore BF tests (#81)PR
2025-07-16valkey-docCreating a getting started guide for bloom (#310)PR
2025-06-19valkey-io.github.ioFixing extensions link again after rename (#279)PR
2025-06-13valkey-bloomAdding clean option for build script and fixing current clippy issues (#67)PR
2025-06-11valkey-jsonAdding a clean option for build script (#66)PR
2025-06-10valkey-bloomRemoving failing on clippy errors in github ci (#66)PR
2025-06-09valkey-io.github.ioUpdating extensions link to go to correct docker page (#272)PR
2025-05-22valkey-io.github.ioAdding implicit ACL categories to be displayed on website (#258)PR
2025-05-08valkey-io.github.ioAdding an ACL section for each command on their command pagePR
2025-04-08valkey-docUpdating error response wordings for bloom commands (#259)PR
2025-04-02valkey-docAdding bloom command meta data, bloom group and bloom data type documentaion (#233)PR
2025-04-02valkey-io.github.ioAdding functionality for the bloom module to have its commands displayed on the Valkey website (#212)PR
2025-03-29valkey-bloomAdding Bloom command JSON files (#47)PR
2025-03-29valkey-bloomUpdating build script and github workflow to get test framework from github and removing it locally (#56)PR
2025-03-29valkey-jsonDecoupling JSON python tests from Bloom. Now using valkey-test-framework (#52)PR
2025-03-28valkey-bloomAdding a quick start guide for bloom (#54)PR
2025-03-28valkey-test-frameworkMaking it so all servers are torn down correctlyPR
2025-03-27valkey-bloomRemoving unnecessary code form valkey_test_case (#51)PR
2025-03-12valkey-bloomAdding tightening ratio to bf.info. Making BF.BLOOM-EXPANSION also (#50)PR
2025-03-11valkey-bloomAdding usage of must_obey_client in wrapper to improve performace (#45)PR
2025-03-10valkey-bloomMaking it so github workflows can see if we have memory leaks as well as (#49)PR
2025-03-07valkeymodule-rsFixing memory leak for ValkeyGILGuard<ValkeyString> CONFIG GET/SET (#181)PR
2025-03-07valkeymodule-rsMaking inital commit for adding defrag wrappers (#154)PR
2025-02-03valkey-bloomCode cleanup: removing unused dependencies in tests, removing digest (#44)PR
2025-01-30valkey-bloomFixing capacity calcualtion and adding a unit test to make sure capacity caluclation matches actual capacity (#43)PR
2025-01-30valkey-bloomAdding optional arg to BF.INSERT to allow users to check if their bloom filter can reach the desired size (#41)PR
2025-01-17valkey-bloomAdding a bloom command keyspace test (#40)PR
2024-12-13valkey-bloomAdding bloom defrag hits and misses to info, added check these metrics get incremented in defrag test (#33)PR
2024-12-10valkey-bloomAdding bloom acl category to commands. Added tests to check that the commands contain the correct acl categories (#29)PR
2024-12-10valkey-bloomUpdating defragmentation to defrag both bloomfiltertype and bloomfiler structs (#24)PR
2024-12-06valkey-bloomAdding a wrong type error message when performing a bloom operation on a non bloom key (#30)PR
2024-12-04valkey-bloomUpdating how we create BloomFilter from rdb loads and upgrading bloomfilter dependency to version 3.0 (#23)PR
2024-11-05valkey-bloomAdding info handler, that contains three fields, num_objects, num_filters and memory_bytes. Additionally updated drop and created tests around this new info handler (#19)PR
2024-11-04valkeymodule-rsAdding capabilty for creating custom ACL categories as well as setting custom and existing ACL categories. Added feature flags to acl categories and including a new 8.0 feature flagPR
2024-09-19valkey-bloomAdding github workflow for building, running format checks, unit tests, integration tests and ASAN testingPR

Reviews (17)

DateRepoMessagePR
2026-04-23valkey-bloomPrevalidate in BF.LOAD (#89)PR
2026-04-17valkey-bloomFix replica crash on partial-success BF.MADD/BF.INSERT replication (#86)PR
2026-04-15valkey-bloomAdd more validation in the RDB Load and BF.LOAD paths (#88)PR
2026-02-23valkey-bloomSet ModuleOptions to Handle IO Errors (#82)PR
2025-08-13valkey-bloomAdding Bloom support for external server (#72)PR
2025-08-12valkey-test-frameworkAdapt Tests to Allow External Server Connections (#7)PR
2025-08-05valkey-bloomBLOOM trigger for Valkey Extension Automation (#65)PR
2025-08-05valkey-bloomBLOOM trigger for Valkey Extension Automation (#65)PR
2025-06-19valkey-bloomSpelling (#68)PR
2025-06-18valkey-test-frameworkMerge pull request #2 from KarthikSubbarao/unstablePR
2025-03-31valkey-bloomCleaning up usage of valkey-test-framework (#57)PR
2025-03-21valkey-bloomUpdate development script's tests use module extensions from different platforms + Define default/unstable version, stage + add placeholder release notes (#52)PR
2025-03-10valkey-bloomAdd server version validation during module loading (#48)PR
2025-01-27valkey-bloomAdd dump and restore test (#42)PR
2025-01-03valkey-bloomAdd test for loading rdb onto non-bloom cluster (#36)PR
2024-12-06valkey-bloomAdd tightening_ratio support in BloomFilterType structure (#26)PR
2024-09-18valkey-bloomMerge pull request #3 from KarthikSubbarao/unstablePR

← Back to leaderboard