Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RediSearch/RediSearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.22
Choose a base ref
...
head repository: RediSearch/RediSearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.23
Choose a head ref
  • 3 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 28, 2025

  1. [2.10] MOD-10975: Fix fd leak when OOM (#6672) (#6702)

    MOD-10975: Fix fd leak when OOM (#6672)
    (cherry picked from commit 56f6f0e)
    nafraf authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    037b269 View commit details
    Browse the repository at this point in the history
  2. Bump version from 2.10.22 to 2.10.23 (#6732)

    Co-authored-by: adrianoamaral <8742917+adrianoamaral@users.noreply.github.com>
    github-actions[bot] and adrianoamaral authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    1e4a7a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. [2.10] [MOD-11011] Fix deadlock while RDB loading and RM_Yield (#6763) (

    #6785)
    
    * [MOD-11011] Fix deadlock while RDB loading and RM_Yield (#6763)
    
    * add test file trying to reproduce lock
    
    * test RDB update
    
    * try the test changes
    
    * only keep test changes
    
    * remove some logs
    
    * fix: Yield to Redis before acquiring Write Lock
    
    * proper Lock initialization on RDB load
    
    * proper initialization
    
    * remove test file
    
    * remove comment from code
    
    * add numOps instead of reducing Yield frequency
    
    * move lock init
    
    * add DEBUG command to improve testing
    
    * fix failing tests
    
    * remove added tests by mistake
    
    (cherry picked from commit 4710f44)
    
    * fix compilation
    
    * do not print index name
    
    * add missing func
    
    * fix pytest
    
    * fix: remove not-needed pytest file
    
    * remove invalid option
    JoanFM authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    b38f839 View commit details
    Browse the repository at this point in the history
Loading