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: v8.4.2
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: v8.4.3
Choose a head ref
  • 14 commits
  • 14 files changed
  • 4 contributors

Commits on Dec 10, 2020

  1. Add link to Redis Mock

    vmihailenco committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    9cd2176 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    59a2ddc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1577 from go-redis/renovate/go.opentelemetry.io-o…

    …tel-0.x
    
    Update module go.opentelemetry.io/otel to v0.15.0
    vmihailenco authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    a464b70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d082354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4a55d1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1535 from go-redis/renovate/github.com-go-redis-r…

    …edis-v8-8.x
    
    Update module go-redis/redis/v8 to v8.4.2
    vmihailenco authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    ec7fb0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    935e3d0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1578 from go-redis/renovate/go.opentelemetry.io-o…

    …tel-sdk-0.x
    
    Update module go.opentelemetry.io/otel/sdk to v0.15.0
    vmihailenco authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    8271b88 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1575 from go-redis/renovate/github.com-onsi-gomeg…

    …a-1.x
    
    Update module onsi/gomega to v1.10.4
    vmihailenco authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    19e561f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. make error message for unreachable sentinels more clear

    The original text `all sentinels are unreachable` can sometimes be misleading, making some users think that all of their redis sentinels are down.
    
    But it might not be the reality especially when using kubernetes and specify `c.sentinelAddrs` as the Service's domain. In this case, when the sentinel to which the domain is redirected runs into some errors despite other sentinels running healthily, the original text given by redis client will be confusing and delivering false message!
    
    Just got out of a similar dilemma after checking the source code, feel free to correct me if I am wrong :)
    darkyzhou authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    ea806ac View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Merge pull request #1580 from darkyzhou/patch-1

    make error message for unreachable sentinels more clear
    vmihailenco authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    80d2961 View commit details
    Browse the repository at this point in the history
  2. Add support to get cluster replica node for a given key

    Prathik Rajendran M committed Dec 16, 2020
    1 Configuration menu
    Copy the full SHA
    fd6643d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1581 from prathik/replica-cmd

    Add support to get cluster replica node for a given key
    vmihailenco authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    e9fef17 View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    vmihailenco committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    602b106 View commit details
    Browse the repository at this point in the history
Loading