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/rueidis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.40
Choose a base ref
...
head repository: redis/rueidis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.41
Choose a head ref
  • 6 commits
  • 19 files changed
  • 4 contributors

Commits on Jun 25, 2024

  1. feat: fallback MGetCache to MGet (#574)

    * feat: fallback MGetCache to MGet
    
    * feat: update struct
    
    * feat: address comments
    
    * feat: address comments
    
    * fix : apply suggestions from code review
    
    Co-authored-by: Rueian <rueiancsie@gmail.com>
    
    * feat: add test for disabled cache
    
    * feat: add placeholder for sentinel client test
    
    * feat: covering sentinel client disabledCache scenario
    
    * feat: add cluster client test
    
    * fix: test case
    
    * feat: remove mockConn DoMultiFn
    
    ---------
    
    Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
    Co-authored-by: Rueian <rueiancsie@gmail.com>
    3 people authored Jun 25, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    a5b0dc5 View commit details

Commits on Jun 27, 2024

  1. feat: send DISCARD command when conn recycled (#580)

    * feat: send DISCARD command when conn recycled
    
    * feat: add tests
    
    * fix: add suggestion
    
    Co-authored-by: Rueian <rueiancsie@gmail.com>
    
    * fix: DISCARD should reply a OK message instead of a push message.
    
    ---------
    
    Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
    Co-authored-by: Rueian <rueiancsie@gmail.com>
    3 people authored Jun 27, 2024
    Copy the full SHA
    45cdf7e View commit details

Commits on Jun 28, 2024

  1. Changes for (Add IsParseError() documentation #578) (#581)

    * Changes for (Add IsParseError() documentation #578)
    
    * Changes for (Add IsParseError() documentation #578)
    
    * Changes for (Add IsParseError() documentation #578)
    
    * Delete .vscode/settings.json
    
    Removing wrong settings.json file
    
    * Update README.md
    
    Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>
    
    ---------
    
    Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>
    karimalzalek and SoulPancake authored Jun 28, 2024
    Copy the full SHA
    b19f550 View commit details

Commits on Jul 1, 2024

  1. feat: minor increase in rueidiscompat coverage (#583)

    * feat: 5% increase in command.go coverage
    
    * feat: use mock pkg instead of exposing rueidis mock fxn
    
    * feat: remove testify/assert from go.mod
    
    * feat: add cluster commands tests
    
    * feat: cover some more conditions in adapter.go
    
    * feat: add local replace directive to go.mod rueidis/mock
    
    * feat: run go mod tidy
    
    * fix: delete lib2 before creating it again
    
    ---------
    
    Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
    SoulPancake and SoulPancake authored Jul 1, 2024
    Copy the full SHA
    4951282 View commit details

Commits on Jul 4, 2024

  1. docs: add EXPIRE and HEXPIRE examples

    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Jul 4, 2024
    Copy the full SHA
    96dbd4a View commit details

Commits on Jul 7, 2024

  1. feat: bump v1.0.41

    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Jul 7, 2024
    Copy the full SHA
    729b849 View commit details
Loading