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.5.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: v8.6.0
Choose a head ref
  • 15 commits
  • 13 files changed
  • 8 contributors

Commits on Nov 30, 2020

  1. Added fuzzer

    AdamKorcz committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    309e575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9368c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Merge pull request #1570 from AdamKorcz/fuzz1

    Add fuzzer to integrate go-redis into OSS-fuzz
    vmihailenco authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    0abfa60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89da479 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Fixed broken fuzzer

    AdamKorcz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    4a9b7ce View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Merge pull request #1654 from AdamKorcz/fuzz1

    Fixed broken fuzzer
    vmihailenco authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    89b72c9 View commit details
    Browse the repository at this point in the history
  2. Fix import path

    vmihailenco committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    fd6fac1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. hscan adds support for i386 platform (#1652)

    * hscan adds support for i386 platform
    
    Signed-off-by: monkey <[email protected]>
    
    * update go.sum
    
    Signed-off-by: monkey <[email protected]>
    
    * detect overflow of scan
    
    Signed-off-by: monkey <[email protected]>
    
    * restore the return value type of decoderFunc to error
    
    Signed-off-by: monkey <[email protected]>
    
    * fix clean
    
    Signed-off-by: monkey <[email protected]>
    
    * fix clean
    
    Signed-off-by: monkey <[email protected]>
    
    Co-authored-by: Monkey <[email protected]>
    monkey92t and Monkey authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    27df231 View commit details
    Browse the repository at this point in the history
  2. support "XINFO CONSUMERS" (#1649)

    * support "XINFO CONSUMERS"
    
    * add "xinfo" test
    kkkbird authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    f594401 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Make FailoverClient(sentinel mode) more robust (#1655)

    * add failover option AllowDisconnectedSlaves
    
    * checkout unrelated changes
    
    * Make NewFailoverClient (sentinel mode) robust.
    
    * fix lint issue
    
    * Fix bug
    
    * Fix lint issue
    
    * add comment
    
    * checkout unrelated changes
    
    * Refine code
    
    * checkout unrelated changes
    wangrzneu authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8b19c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d9ebc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

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

Commits on Feb 17, 2021

  1. Merge pull request #1665 from 0xc0d/master

    Update OpenTelemetry to 0.17.0 and fix "undefined: otel.Meter"
    vmihailenco authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    9467d56 View commit details
    Browse the repository at this point in the history
  2. Add SetArgs command (#1662)

    * Add SetWithArgs command
    
    * Add tests for SetWithArgs command
    
    * Replace Makefile stable version by 6.2-rc3 version
    
    * Increase threshold because there are more commands
    
    * Reduce the SetWithArgs command doc comment
    
    * Rename SetWithArgs to SetArgs
    
    * Rename ExpireAt to TTL
    
    * Add KeepTTL field
    
    * Add ExpireAt field as time.Time type
    
    * Improve comments readability
    
    * Add more tests for ExpireAt field
    
    * Fix typo
    
    * Fix multiple if/else chain lint error
    ynden authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    7b7f9d6 View commit details
    Browse the repository at this point in the history
  3. Tweak API

    vmihailenco committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    61680f3 View commit details
    Browse the repository at this point in the history
Loading