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: redis/go-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.7.0
Choose a base ref
...
head repository: redis/go-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.7.1
Choose a head ref
  • 1 commit
  • 27 files changed
  • 9 contributors

Commits on Feb 21, 2025

  1. release: 9.7.1 patch (#3278)

    * Add guidance on unstable RESP3 support for RediSearch commands to README (#3177)
    
    * Add UnstableResp3 to docs
    
    * Add RawVal and RawResult to wordlist
    
    * Explain more about SetVal
    
    * Add UnstableResp to wordlist
    
    * Eliminate redundant dial mutex causing unbounded connection queue contention (#3088)
    
    * Eliminate redundant dial mutex causing unbounded connection queue contention
    
    * Dialer connection timeouts unit test
    
    ---------
    
    Co-authored-by: ofekshenawa <[email protected]>
    
    * SortByWithCount FTSearchOptions fix (#3201)
    
    * SortByWithCount FTSearchOptions fix
    
    * FTSearch test fix
    
    * Another FTSearch test fix
    
    * Another FTSearch test fix
    
    ---------
    
    Co-authored-by: Christopher Golling <[email protected]>
    
    * Fix race condition in clusterNodes.Addrs() (#3219)
    
    Resolve a race condition in the clusterNodes.Addrs() method.
    Previously, the method returned a reference to a string slice, creating
    the potential for concurrent reads by the caller while the slice was
    being modified by the garbage collection process.
    
    Co-authored-by: Nedyalko Dyakov <[email protected]>
    
    * chore: fix some comments (#3226)
    
    Signed-off-by: zhuhaicity <[email protected]>
    Co-authored-by: Nedyalko Dyakov <[email protected]>
    
    * fix(aggregate, search): ft.aggregate bugfixes (#3263)
    
    * fix: rearange args for ft.aggregate
    
    apply should be before any groupby or sortby
    
    * improve test
    
    * wip: add scorer and addscores
    
    * enable all tests
    
    * fix ftsearch with count test
    
    * make linter happy
    
    * Addscores is available in later redisearch releases.
    
    For safety state it is available in redis ce 8
    
    * load an apply seem to break scorer and addscores
    
    * fix: add unstableresp3 to cluster client (#3266)
    
    * fix: add unstableresp3 to cluster client
    
    * propagate unstableresp3
    
    * proper test that will ignore error, but fail if client panics
    
    * add separate test for clusterclient constructor
    
    * fix: flaky ClientKillByFilter test (#3268)
    
    * Reinstate read-only lock on hooks access in dialHook (#3225)
    
    * use limit when limitoffset is zero (#3275)
    
    * remove redis 8 comments
    
    * update package versions
    
    * use latest golangci-lint
    
    * fix(search&aggregate):fix error overwrite and typo  #3220 (#3224)
    
    * fix (#3220)
    
    * LOAD has NO AS param(https://redis.io/docs/latest/commands/ft.aggregate/)
    
    * fix typo: WITHCOUT -> WITHCOUNT
    
    * fix (#3220):
    
        * Compatible with known RediSearch issue in test
    
    * fix (#3220)
    
        * fixed the calculation bug of the count of load params
    
    * test should not include special condition
    
    * return errors when they occur
    
    ---------
    
    Co-authored-by: Nedyalko Dyakov <[email protected]>
    Co-authored-by: ofekshenawa <[email protected]>
    
    * Recognize byte slice for key argument in cluster client hash slot computation (#3049)
    
    Co-authored-by: Vladyslav Vildanov <[email protected]>
    Co-authored-by: ofekshenawa <[email protected]>
    
    ---------
    
    Signed-off-by: zhuhaicity <[email protected]>
    Co-authored-by: ofekshenawa <[email protected]>
    Co-authored-by: LINKIWI <[email protected]>
    Co-authored-by: Cgol9 <[email protected]>
    Co-authored-by: Christopher Golling <[email protected]>
    Co-authored-by: Shawn Wang <[email protected]>
    Co-authored-by: ZhuHaiCheng <[email protected]>
    Co-authored-by: herodot <[email protected]>
    Co-authored-by: Vladyslav Vildanov <[email protected]>
    9 people authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    3d041a1 View commit details
    Browse the repository at this point in the history
Loading