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.8.29
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.8.30
Choose a head ref
  • 3 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 28, 2025

  1. Bump version from 2.8.29 to 2.8.30 (#6733)

    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
    5438edf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

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

    MOD-10975: Fix fd leak when OOM (#6672)
    (cherry picked from commit 56f6f0e)
    nafraf authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    96fc89e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

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

    …#6784)
    
    * [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 merging
    
    * fix merging issues
    
    * fix merging issues
    
    * fix compilation
    
    * fix compilation
    
    * do not print index name
    
    * add missing func
    
    * fix pytest
    
    * fix: name of config set command
    
    * fix debug command parsing
    JoanFM authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    8733a06 View commit details
    Browse the repository at this point in the history
Loading