Contributor Leaderboard

allenss-amazon

allenss-amazon

220 score 48 commits 172 reviews

Commits (48)

DateRepoMessagePR
2026-02-18valkey-searchEnhance overview description, correct aggregation (#782)PR
2026-02-18valkey-searchRestructure Content Fetching to match key blocking semantics (#742)PR
2026-02-17valkey-searchCommand documentation. (#695)PR
2026-02-16valkey-searchImplement single slot indexes (resolves #141) (#598)PR
2026-02-15valkey-search[FEATURE] Implement SKIPINITIALSCAN option on FT.CREATE command (#644)PR
2026-02-13valkey-searchRaise limit on number of attributes. Correct misnamed max-vector-attribute (#667)PR
2026-02-12valkey-searchImplement SLOP and INORDER in FT.AGGREGATE (#722)PR
2026-02-11valkey-searchIncrease default for allowed number of indexes to 1000 (#639)PR
2026-02-06valkey-searchImplement WEIGHT text field option, require a 1.0 value (#707)PR
2026-02-05valkey-searchFix error message to match parsing logic (#699)PR
2026-02-05valkey-searchFix misleading error message when query string is error or not support. (#670)PR
2026-01-27valkey-searchEnable CME for aggregation tests (#635)PR
2026-01-27valkey-searchFix ordering of neighbors in CME (#631)PR
2026-01-16valkey-searchImplement aggregation_metrics (#617)PR
2026-01-16valkey-searchString Intern race fix, This is a recreation of PR #576. (#613)PR
2025-12-23valkey-searchFix delete bug (#556)PR
2025-12-18valkey-searchadd ft.aggregate to dbnum test (#551)PR
2025-12-16valkey-searchFix non-vector aggregation result. Enhance Aggregation tests (#549)PR
2025-12-10valkey-searchFix flaky test (#530)PR
2025-12-09valkey-searchChange default Valkey to 9.0.1 release (#528)PR
2025-12-09valkey-searchFix Aggregation processing of LOAD clause and validation of vector query parameters. (#527)PR
2025-12-07valkey-searchFull support for DB numbers other than zero in cluster mode. (#410)PR
2025-11-26valkey-searchFix warnings and formatting (#503)PR
2025-11-24valkey-searchFix flaky save/restore test (#495)PR
2025-11-22valkey-searchRevise Save/Restore for true pit snapshot. (#401)PR
2025-11-12valkey-searchFix bad merge on compatibilityPR
2025-11-07valkey-searchAggregate Cleanup (#446)PR
2025-10-20valkey-searchEnable upload of integration test outputs (#426)PR
2025-10-14valkey-searchFix typo in ft.aggregate commitPR
2025-10-14valkey-searchImplementation of FT.AGGREGATE Command (#345)PR
2025-10-07valkey-searchImplement server version checking on load (#408)PR
2025-09-02valkey-searchImplement Controlled Variables and TEST_COUNTER macros (#358)PR
2025-08-27valkey-searchEnd to end test for JSON backfill replication. Plus enhances to pytest environment. (#320)PR
2025-08-26valkey-jsonImplement SharedAPI interface that mimics JSON.GET (#71)PR
2025-08-25valkey-searchImplement Pause point (#346)PR
2025-08-21valkeyModule API: Add READONLY flag to ClientInfo.flags output structure (#2522)PR
2025-08-21valkey-searchFix ASAN test failure (#335)PR
2025-08-20valkey-searchExpose global symbols so that crash dump backtraces are useful (#329)PR
2025-08-17valkey-searchFix crash due to Valkey Timeout before Cancellation timeout (#309)PR
2025-08-16valkey-searchUpdate issue templates to add documentation errorPR
2025-08-07valkey-searchFix num_docs not getting reset across a flushall. Add flushall test (#288)PR
2025-08-04valkeyIncrease TID count to accomodate valkey-search reader/writer pools (#2417)PR
2025-08-04valkey-searchUpdate issue templates (#278)PR
2025-07-31valkey-searchReimplement timeout handling. (#249)PR
2025-07-08valkey-searchAdd FT._DEBUG command (#207)PR
2025-07-03valkey-searchRevision of info framework. (#202)PR
2025-03-03valkey-searchEnsure that Index names and Prefixes do not have a slot tag (#57)PR
2025-02-11valkey-searchRedesign FT.SEARCH command line parsing in anticipation of merging with future FT.AGGREGATE code. (#29)PR

Reviews (172)

DateRepoMessagePR
2026-04-28valkey-searchRefactor FT.AGGREGATE reducers to process records in batch (#816)PR
2026-04-20valkey-searchUpdate search_number_of_indexes while restoring (#974)PR
2026-04-20valkey-searchFix crash on empty FT.AGGREGATE expressions (#966)PR
2026-04-18valkey-searchfix aggregate recursion depth (#973)PR
2026-04-09valkey-searchFix heap-use-after-free in PausePoint during server shutdown for mult… (#958)PR
2026-03-31valkey-searchSkip building unit test files for integration test workflows (#942)PR
2026-03-27valkey-searchAdd memory reservation based on mutation queue (#934)PR
2026-03-27valkey-searchImprove test output (#931)PR
2026-03-26valkey-searchDeflake test_saverestore_backfill_only (#933)PR
2026-03-17valkey-searchSome tsan fixes (#860)PR
2026-03-16valkey-searchImplement configuration for TAG wildcard minimum prefix length (#896)PR
2026-03-11valkey-searchMerge pull request #892 from bandalgomsu/gh-729PR
2026-03-11valkey-searchfix return error for too-short wildcard prefixesPR
2026-03-10valkey-searchFix Limit of 64 text indexes isn't detected at creation time (#885)PR
2026-03-05valkey-searchFix flaky FT.DROPINDEX test (#854)PR
2026-03-05valkey-searchAdd fanout-data-uniformity config (#763)PR
2026-03-04valkey-searchMulti DB tests in CME/CMD for FT.SEARCH (#726)PR
2026-02-26valkey-searchUsing "Min Heap" approach for TermIterator (#813)PR
2026-02-25valkey-searchRemove Unused Variables And Add `UnusedVar` Helper Template (#803)PR
2026-02-25valkey-searchAdd multi/lua integration tests with search commands (#806)PR
2026-02-24valkey-searchIncrease max value for ef-runtime and ef-construction (#804)PR
2026-02-20valkey-searchFlatPosiitonMap::ReadCounts Optimization (#794)PR
2026-02-19valkey-docvalkey 1.2-rc1 doc update follow ups (#412)PR
2026-02-19valkey-searchBump version to module 1.2 and add check for GetMinVersion (#790)PR
2026-02-18valkey-searchAdd THIRD_PARTY_LICENSES file (#747)PR
2026-02-17valkey-searchAdd VERBATIM to FT AGGREGATE (#772)PR
2026-02-13valkey-searchAdd unit test 'pagination_offset_exceeds_remaining' (#753)PR
2026-02-12valkey-searchMinor fix for build failures (#741)PR
2026-02-11valkey-searchRemove redundant has_text_predicate field (#734)PR
2026-02-11valkey-searchFeature/sortby implementation (#618)PR
2026-02-07valkey-searchEnsure content is always retrieved on correct DB during search (#712)PR
2026-02-07valkey-searchAdd FT.AGGREGATE tests for pure non vector queries (#710)PR
2026-02-07valkey-searchUndo the renaming of an existing config (#708)PR
2026-02-06valkey-searchFix OOM Handling for SearchBased ReadOnly commands (#685)PR
2026-02-06valkey-searchIntroduce ShardedAtomic for zero-contention, high-concurrency counters (#622)PR
2026-02-05valkey-searchAdd Memory Tracking for Index Schema Attributes (#668)PR
2026-02-05valkey-searchRefactor Dockerfile to Reduce Image Layers and Size (#679)PR
2026-01-31valkey-searchAdd test for hash field expiration (#642)PR
2026-01-31valkey-searchUpdate FT.INFO in COMMANDS.MD (#648)PR
2026-01-30valkey-searchRevert "Update Vector HNSW output field format (#312)" (#641)PR
2026-01-27valkey-searchUpdate deduplication check to check Tag existence (#634)PR
2026-01-26valkey-searchAdd CMAKE_POLICY_VERSION_MINIMUM to build scripts and submodules (#626)PR
2026-01-16valkey-searchEliminate redundant mainthread filter invokations (#611)PR
2026-01-15valkey-searchFollowup of #441 Position Optimization (#603)PR
2026-01-14valkey-searchAdd a new config to enable mutation queue draining before RDB save (#587)PR
2026-01-13valkey-searchCompatibility Tests (#601)PR
2026-01-13valkey-searchAddressing memory deallocation overhead by minimizing the mutex contension (#591)PR
2026-01-13valkey-searchfixing tag query parsing (#602)PR
2026-01-12valkey-searchUpdate QueryOperations to be sent via protobuf allowing remote nodes to benefit from optimizations (#597)PR
2026-01-12valkey-searchApply clang format to text_index.* (#596)PR
2026-01-09valkey-searchDCO Third-Party Remediation for Multiple AuthorsPR
2026-01-09valkey-searchMerge pull request #593 from KarthikSubbarao/fulltextPR
2026-01-08valkey-searchCompatibility test cluster mode (#572)PR
2026-01-08valkey-searchCompatibility test cluster mode (#572)PR
2026-01-06valkey-searchFix ASAN failure for unit tests commands_test and query_test (#580)PR
2026-01-05valkey-searchPosition Optimization (#441)PR
2026-01-05valkey-searchFix return clause bug + return alias field when alias specified (#568)PR
2026-01-05valkey-searchMerge commit '3faeb67' into fulltext-restorePR
2025-12-29valkey-searchFix cross-module memory allocator crash by hiding wrapper symbols (#569)PR
2025-12-29valkey-searchFix use-after-free race in DefaultReplyScoreAs() (#565)PR
2025-12-18valkey-searchImplement background search neighbor deque limiting optimization (#537)PR
2025-12-17valkey-searchAdd general utility thread pool for "execute later at low priority" routines and schedule Search Result deletions on this (#542)PR
2025-12-17valkey-searchAdd general utility thread pool for "execute later at low priority" routines and schedule Search Result deletions on this (#542)PR
2025-12-16valkey-jsonRevert "Simplify offline build (#73)" (#93)PR
2025-12-11valkey-searchignore venv (#536)PR
2025-12-10valkey-searchFeature/ft create sortable (#533)PR
2025-12-10valkey-searchrefresh cluster map in background (#531)PR
2025-12-08valkey-searchuse negate flag parser in ft.info parser (#524)PR
2025-12-06valkey-searchLimit and Nocontent support for non vector queries (#522)PR
2025-12-06valkey-searchLimit and Nocontent support for non vector queries (#522)PR
2025-12-06valkey-searchFT.INFO partition and consistency controls (#469)PR
2025-12-05valkey-searchFT.SEARCH partition and consistency controls (#464)PR
2025-11-28valkey-searchAdd utility to check if the key is in-flight status (#432)PR
2025-11-28valkey-searchAdd utility to check if the key is in-flight status (#432)PR
2025-11-27valkey-searchfeat: set command info for ft.create (#299)PR
2025-11-26valkey-searchPopulate fingerprint and version to IndexSchema (#480)PR
2025-11-22valkey-searchOptimize TextIndex space (#487)PR
2025-11-22valkey-searchAdd support for checking ACL key prefix permissions using the new Valkey module API. (#479)PR
2025-11-22valkey-searchfix mem leak in unit test (#492)PR
2025-11-20valkey-searchfix build.sh for cloud desktop (#483)PR
2025-11-20valkey-searchFix cluster map bugs (#481)PR
2025-11-16valkey-searchFix failing filter tests (#478)PR
2025-11-16valkey-searchReplace multiple utility libraries with unified vmsdklib dependency (#477)PR
2025-11-15valkey-searchfix crash on aof (#476)PR
2025-11-07valkey-searchchange FanoutSearchTargets to NodeInfo; fix fanout_test; add cancelled check in Reply() (#458)PR
2025-11-07valkey-searchFix Workflow files (#457)PR
2025-11-07valkey-searchFix Workflow files (#457)PR
2025-11-06valkey-searchCluster Map Implementation (#435)PR
2025-11-06valkey-searchFix build script to work when directory path contains spaces (#453)PR
2025-11-04valkey-searchStop Incrementally Updating Token Positions (#444)PR
2025-11-01valkey-searchIntegrate ICU library for multiple language support (#443)PR
2025-10-25valkey-searchThread-local stemmers (#431)PR
2025-10-21valkey-searchPrevent crash on Valkey 7.2 when loading valkey-search (#427)PR
2025-10-16valkey-searchAdd inline keyword to ostream operator overloads for better linking on macOS and build compatibility. (#419)PR
2025-10-15valkey-searchaddressing non-vector search issues (#400)PR
2025-10-15valkey-searchAdd more integration tests for FT.DROPINDEX consistency check (#405)PR
2025-10-07valkey-searchText Search Interface with support for Term and Proximity (AND) operations (#391)PR
2025-10-02valkey-searchFT.DROPINDEX consistency check (#393)PR
2025-10-02valkey-searchadd .kiro folder to .gitignore; enable developers to use kiro while prevent uploading kiro steering files (#404)PR
2025-09-30valkey-searchFT.CREATE consistency check (#386)PR
2025-09-30valkey-searchFix integration framework for JSON index creation (#399)PR
2025-09-29valkey-searchAdd --format option to build script (#384)PR
2025-09-26valkey-searchAdding retry to fanout base class (#337)PR
2025-09-26valkey-searchAdding retry to fanout base class (#337)PR
2025-08-29valkey-searchImplement stop words removal in ingestion pipeline (#353)PR
2025-08-27valkey-searchskip cluster tests (#354)PR
2025-08-27valkey-searchImplement lexical scanner (#342)PR
2025-08-27valkey-searchImplement lexical scanner (#342)PR
2025-08-26valkey-searchFulltext query parsing + search logic base setup + Prefix Wildcard Search (#338)PR
2025-08-26valkey-searchAdd support to retrieving JSON values via the JSON shared API (#287)PR
2025-08-25valkey-searchUpdate clang tidy/format github job and apply formatting (#321)PR
2025-08-23valkey-searchUpdate Vector HNSW output field format (#312)PR
2025-08-21valkey-searchIntroduced new "debug-mode" configuration entry. (#339)PR
2025-08-21valkey-searchAddress KeyIterator Gaps (#326)PR
2025-08-21valkey-searchAddress KeyIterator Gaps (#326)PR
2025-08-20valkey-searchAdd a `max-worker-suspension` configuration for resuming workers after fork (#301)PR
2025-08-19valkey-searchEnable ASan runs for OSS integ tests (#330)PR
2025-08-18valkey-searchchange encoding version to version (#325)PR
2025-08-18valkey-searchUpdate 3 fields returned type of FT.INFO (#323)PR
2025-08-18valkey-searchfeat: add integration tests for expired hashes and FT.INFO parser (#311)PR
2025-08-18valkey-searchfeat: add integration tests for expired hashes and FT.INFO parser (#311)PR
2025-08-18valkey-searchfeat: add integration tests for expired hashes and FT.INFO parser (#311)PR
2025-08-17valkey-searchAdditionale metrics of info search active_indexes active_indexes_running_queries total_active_write_threads total_indexing_time active_indexes_indexing (#314)PR
2025-08-16valkey-searchfeat: memory scope & memory usage for string interning store (#153)PR
2025-08-16valkey-searchfeat: memory scope & memory usage for string interning store (#153)PR
2025-08-15valkey-searchFanout operation base and cluster-wide primary and cluster fanout operation modes (#310)PR
2025-08-14valkey-searchFurther changes to the original PR 251 after merge (#291)PR
2025-08-14valkey-searchFurther changes to the original PR 251 after merge (#291)PR
2025-08-14valkey-searchFurther changes to the original PR 251 after merge (#291)PR
2025-08-14valkey-searchIntegrating snowball stemmer (#282)PR
2025-08-14valkey-searchIntegrating snowball stemmer (#282)PR
2025-08-14valkey-searchProperly wait for replication group to reach stabilization status (#315)PR
2025-08-13valkey-searchAdded support for cluster with replicas (#313)PR
2025-08-12valkey-searchBuild script fixes (#307)PR
2025-08-11valkey-searchAllow running single integration test (#303)PR
2025-08-10valkey-searchbuild.sh now runs both integration test suits (#298)PR
2025-08-07valkey-searchRough code to kickstart basic text ingestion integration (#289)PR
2025-08-06valkey-searchReject queries when no valid pre-filter and no vector filter is provided (#283)PR
2025-08-05valkey-searchPreliminary radix tree and word iterator (#256)PR
2025-08-05valkey-searchHandle OOM during search command fanout (#268)PR
2025-08-05valkey-searchChange visibility for some of info fields to developer only (#281)PR
2025-08-03valkey-searchRemove unnecessary file added in #249 (#275)PR
2025-07-30valkey-searchPosting Object Implementation (#245)PR
2025-07-30valkey-searchChanges made to the file structure and inheritance for textIndex (#261)PR
2025-07-22valkey-searchFix ACL bug where commands where allowed when user has no permissions for one of the index prefixes (#246)PR
2025-07-21valkey-searchFix attribute alias handling in filters when running in CME mode (#243)PR
2025-07-20valkey-searchRefactor configs (#244)PR
2025-07-17valkey-searchImprove unit testing cmake infrastructure (#238)PR
2025-07-17valkey-searchAdd limit to the K value in FT.SEARCH cmd (#231)PR
2025-07-17valkey-searchAdd a limit on the number of terms in a search query (#229)PR
2025-07-16valkey-searchvalkey-test-framework: support creating cluster (#235)PR
2025-07-15valkey-searchRun testing and fmt check related GitHub actions on fulltext branch (#233)PR
2025-07-15valkey-searchAdded missing "String" configuration entry (#228)PR
2025-07-15valkey-searchAdd query string bytes limit using a module config (#222)PR
2025-07-14valkey-searchAdd CPU metrics for reader and writer threads (#217)PR
2025-07-09valkey-searchLimit FT.SEARCH query string parsing recursive depth by a module config (#182)PR
2025-07-09valkey-searchLimit FT.SEARCH query string parsing recursive depth by a module config (#182)PR
2025-06-29valkey-searchLoad JSON module into the test framework (#198)PR
2025-06-21valkey-searchIntegrate valkey-test-framework (#188)PR
2025-06-21valkey-searchFix broken CI (#192)PR
2025-05-31valkey-searchCI updates (#161)PR
2025-05-30valkey-searchUse a managed pointer for thread safe context in coordinator (#159)PR
2025-05-29valkey-searchMore resilient builds on different distros (#152)PR
2025-05-27valkey-searchAllow changing the reader/writer threads count at runtime (#129)PR
2025-05-21valkey-searchAdd OOM checking to index backfill (#135)PR
2025-05-19valkey-searchFixed dumpring corrupted dump.rdb file (#131)PR
2025-05-18valkey-searchDynamic thread pool (#126)PR
2025-05-13valkey-searchRename ValkeySearch to valkey-search (#119)PR
2025-05-04valkey-searchSupport counting cores on aarch64 (#107)PR
2025-03-06valkey-searchFix parsing double/float from string (#64)PR
2025-03-05valkey-searchEnforce vector indexed attribute (#63)PR
2025-02-23valkey-searchAdd integration test framework (#20)PR

← Back to leaderboard