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.39
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.40
Choose a head ref
  • 19 commits
  • 28 files changed
  • 5 contributors

Commits on May 31, 2024

  1. feat: Migrate to math/rand/v2

    SoulPancake committed May 31, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5fa1580 View commit details

Commits on Jun 1, 2024

  1. feat: move rand usage to utils with buildtags

    SoulPancake committed Jun 1, 2024
    Copy the full SHA
    7ac3f0e View commit details
  2. feat: update PR

    SoulPancake committed Jun 1, 2024
    Copy the full SHA
    8ee282a View commit details
  3. feat: sort imports

    SoulPancake committed Jun 1, 2024
    Copy the full SHA
    294860d View commit details

Commits on Jun 12, 2024

  1. Merge pull request #2 from redis/main

    update master
    SoulPancake authored Jun 12, 2024
    Copy the full SHA
    58a1542 View commit details

Commits on Jun 16, 2024

  1. Merge pull request #553 from SoulPancake/ab/math-rand-v2-mgr

    feat: Migrate to math/rand/v2
    rueian authored Jun 16, 2024
    Copy the full SHA
    ac9ce95 View commit details
  2. feat: Add IsParseErr helper(issue 559) (#564)

    * create global var errparse and add to construct of message m/ add some jurdegement to toXX() function
    
    * try of fixing CI test
    
    * chang to low case to fit the request
    
    * change the method to global function/ fixing issue question of print error
    
    * wrote the test case of IsParseErr
    LWF15 authored Jun 16, 2024
    Copy the full SHA
    463b6c3 View commit details

Commits on Jun 17, 2024

  1. perf: set 1s limit for graceful shutdown to avoid waiting for a stuck…

    … redis (#572)
    
    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian authored Jun 17, 2024
    Copy the full SHA
    4d59a58 View commit details

Commits on Jun 18, 2024

  1. remove oklog dependency for rand string generation (#573)

    psotou authored Jun 18, 2024
    Copy the full SHA
    87327f9 View commit details
  2. fix: remove unnecessary busy loop during shutdown

    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Jun 18, 2024
    Copy the full SHA
    a6343b4 View commit details

Commits on Jun 19, 2024

  1. Copy the full SHA
    077fc01 View commit details
  2. feat: remove the dead rngPool

    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Jun 19, 2024
    Copy the full SHA
    b5d3439 View commit details
  3. perf: remove unnecessary goroutine when we know the _backgroundWrite …

    …has exited
    
    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Jun 19, 2024
    Copy the full SHA
    878d55e View commit details

Commits on Jun 20, 2024

  1. test: perf: set 1s limit for graceful shutdown

    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Jun 20, 2024
    Copy the full SHA
    9fe24e5 View commit details
  2. Merge pull request #575 from redis/fix-graceful-shutdown-busy-loop

    fix: remove unnecessary busy loop during shutdown
    rueian authored Jun 20, 2024
    Copy the full SHA
    5f7e158 View commit details
  3. test: more leak detections

    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Jun 20, 2024
    Copy the full SHA
    63951b5 View commit details

Commits on Jun 21, 2024

  1. feat: improve the initial error message by reporting CLIENT related c…

    …ommands fully
    
    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Jun 21, 2024
    Copy the full SHA
    510f267 View commit details
  2. Merge pull request #576 from redis/improve-csc-err-msg

    feat: improve the initial error message by reporting CLIENT related commands fully
    rueian authored Jun 21, 2024
    Copy the full SHA
    5fe0175 View commit details

Commits on Jun 23, 2024

  1. feat: bump v1.0.40

    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Jun 23, 2024
    Copy the full SHA
    37631b3 View commit details
Loading