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.0.3
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.0.4
Choose a head ref
  • 15 commits
  • 32 files changed
  • 10 contributors

Commits on Apr 3, 2023

  1. feat: read the structure to increase the judgment of the omitempty op… (

    #2529)
    
    * feat: read the structure to increase the judgment of the omitempty option, the same as json
    
    Signed-off-by: monkey92t <golang@88.com>
    monkey92t authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    37c057b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    46f2450 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. actions: build on go1.20.x (#2541)

    github.Action add go1.20
    pranitbauva1997 authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    842b65f View commit details
    Browse the repository at this point in the history
  2. doc: pass ctx in example for infinite wait time (#2540)

    Co-authored-by: Monkey <golang@88.com>
    pranitbauva1997 and monkey92t authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a42ba14 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. test: redis-version to 7.2-rc1 (#2532)

    * test: redis-version to 7.2-rc1
    
    Signed-off-by: monkey92t <golang@88.com>
    monkey92t authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    6edb152 View commit details
    Browse the repository at this point in the history
  2. feat: no longer verify HELLO error messages (#2515)

    Signed-off-by: monkey92t <golang@88.com>
    monkey92t authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7b4f217 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Add support for CLUSTER MYSHARDID command (#2530)

    * feat: add support for CLUSTER MYSHARDID command
    
    Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
    SoulPancake and SoulPancake authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    0d860cb View commit details
    Browse the repository at this point in the history
  2. Maintenance : Deprecate FCallRo & add FCallRO (#2550)

    * Deprecated FCallRo
    
    * feat: FCallRo to FCallRO
    
    Signed-off-by: monkey92t <golang@88.com>
    
    * update doc
    
    Signed-off-by: monkey92t <golang@88.com>
    
    ---------
    
    Signed-off-by: monkey92t <golang@88.com>
    Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
    Co-authored-by: monkey92t <golang@88.com>
    3 people authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d7c6c35 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Add support for MODULE LOADEX command (#2490)

    * Added support for MODULE LOADEX command
    
    Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>
    ktsivkov and SoulPancake authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    38ca7c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Add ZRANK, ZREVRANK WITHSCORE (#2531)

    * feat: adding zrankwithscore and zrevrankwithscore commands : redis 7.2
    
    * fix: test for non-existing members
    
    * fix: Error check
    
    * fix: string to float
    
    * add ZRankWithScore API for Cmdable interface
    
    Signed-off-by: monkey92t <golang@88.com>
    
    * add notes
    
    Signed-off-by: monkey92t <golang@88.com>
    
    ---------
    
    Signed-off-by: monkey92t <golang@88.com>
    Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
    Co-authored-by: monkey92t <golang@88.com>
    3 people authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6ecbcf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. feat: add client info command (#2483)

    * feat: add client info command
    
    Signed-off-by: monkey92t <golang@88.com>
    
    * add lib-name, lib-ver
    
    Signed-off-by: monkey92t <golang@88.com>
    
    ---------
    
    Signed-off-by: monkey92t <golang@88.com>
    monkey92t authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    b8c7317 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    8b2bcd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    f1c2e32 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. chore(deps): Updating otel/metric and fixing breaking changes (#2569)

    * chore(deps): Updating otel/metric and fixing breaking changes
    
    Signed-off-by: Vincent Boutour <bob@vibioh.fr>
    
    * ci: Removing go1.18 and updating example/otel to latest version
    
    Latest otel version use atomic.Pointer which is a go1.19 feature, so we have to drop support for the go 1.18
    
    Signed-off-by: Vincent Boutour <bob@vibioh.fr>
    
    ---------
    
    Signed-off-by: Vincent Boutour <bob@vibioh.fr>
    ViBiOh authored May 1, 2023
    Configuration menu
    Copy the full SHA
    e2fabdf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    fcb3506 View commit details
    Browse the repository at this point in the history
Loading