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.2.1
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.3.0
Choose a head ref
  • 20 commits
  • 34 files changed
  • 15 contributors

Commits on Oct 14, 2023

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

Commits on Oct 20, 2023

  1. chore: fix link

    vmihailenco committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    86bae21 View commit details
    Browse the repository at this point in the history
  2. chore: use abs link

    vmihailenco committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    af4872c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Json support (#2769)

    * Add support for RedisJSON
    
    * Add optional args and tests
    
    * Add more tests
    
    * Add more tests
    
    * Add more tests and cleanups
    
    * Add docstring
    
    * update JSONArrIndex and matching texts
    
    Rename JSONArrIndexWithArgs to JSONArrIndexArgs
    change name of args struct to match function name for consistency
    change arg types to int (for required arg) and *int (for optional)
    
    * update JSONArrTrim and matching texts
    
    Rename JSONArrTrimWithArgs to JSONArrTrimArgs
    change name of args struct to match function name for consistency
    change arg types to int (for required arg) and *int (for optional)
    
    * update JSONGetWithArgs and matching texts
    
    Rename JSONGetWithArgs to JSONGetArgs
    Removed Paths & Path from args - redundant and ambiguous
    Renamed mispelled "Indention"
    Changed args param from pointer to value
    Updated and added additional tests for formatting params
    
    * Update JSONSetMode
    
    changed mode parameter back to string, added value checking for that
    string
    
    * Updated JSONMSet
    
    Changed name of param struct to ...Args  for consistency
    Updated arg list to use an array of structs not pointers as
    all args are mandatory (we never want to pass a nil parameter)
    
    * Updated tests for JSONMSet
    
    * Added stubbed (panicking) implementations of JSON.RESP AND JSON.DEBUG
    
    * Pre-pull request tidy up
    
    Renamed xArgs() to xWithArgs to match other Redis modules
    
    Modified params to xWithArgs functions to use a pointer for the
    arguments struct to match other Redis modules.
    
    Modified JSONMSet to JSONMSetArgs and added a version that takes
    a vararray of args to match the semantics of the native redis call
    
    Updated tests to match above changes.
    
    Renamed some variables in the json tests for consistency
    
    * Testing fixes
    
    Fixed error in JSONSetWithArgs found during tests
    Fixed tests for indentation
    
    * fix JSONCmdable typo (#5)
    
    * Remove deprecated command: JSONNumMultBy (#6)
    
    * Lowercase newJSONCmd (#7)
    
    ---------
    
    Co-authored-by: Nic Gibson <nic.gibson@redis.com>
    Co-authored-by: Nic Gibson <newt+github@noslogan.org>
    3 people authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0d7a013 View commit details
    Browse the repository at this point in the history
  2. Add BitMapCmdable to Cmdable. (#2737)

    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    sethrylan and ofekshenawa authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d6a3f02 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump rojopolis/spellcheck-github-actions (#2740)

    Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.33.1 to 0.34.0.
    - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
    - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
    - [Commits](rojopolis/spellcheck-github-actions@0.33.1...0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: rojopolis/spellcheck-github-actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    dependabot[bot] and ofekshenawa authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ea3f5a0 View commit details
    Browse the repository at this point in the history
  4. Creating CODEOWNERS for the examples (#2749)

    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    chayim and ofekshenawa authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d466bd1 View commit details
    Browse the repository at this point in the history
  5. Linking to Redis resources (#2759)

    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    chayim and ofekshenawa authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ed20293 View commit details
    Browse the repository at this point in the history
  6. update PubSub.Channel documentation (#2761)

    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    snaffi and ofekshenawa authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e053f7e View commit details
    Browse the repository at this point in the history
  7. fix missing fields in different Options (#2757)

    * fix missing fields in different Options
    
    * fix missing fields in different Options
    
    ---------
    
    Co-authored-by: chenjie199234 <chenjie199234@gmail.com>
    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    3 people authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fd13da4 View commit details
    Browse the repository at this point in the history
  8. Option types must propagage missing fields (#2726)

    * must propagage missing fields
    
    Signed-off-by: Tiago Peczenyj <tpeczenyj@weborama.com>
    
    * remove credentials provider from ring
    
    ---------
    
    Signed-off-by: Tiago Peczenyj <tpeczenyj@weborama.com>
    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    peczenyj and ofekshenawa authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a5fe174 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ebb537 View commit details
    Browse the repository at this point in the history
  10. free turn when leave with error (#2658)

    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    cyningsun and ofekshenawa authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4408f8c View commit details
    Browse the repository at this point in the history
  11. add InfoMap command (#2665)

    Add an extended version of Info() to parse the results from a call to redis.Info so that it’s simpler to operate on any given item in the result.
    
    Signed-off-by: Nic Gibson <nic.gibson@redis.com>
    nic-gibson authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    343016b View commit details
    Browse the repository at this point in the history
  12. BUG: BFReserveArgs - error_rate & capacity (#2763)

    the error_rate and capacity parameters should not be
    optional - corrected
    nic-gibson authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    84f46c3 View commit details
    Browse the repository at this point in the history
  13. Handle wrapped errors in scripter.Run (#2674)

    * Handle wrapped errors in script
    
    * test
    
    * remove accidentially committed changes
    
    ---------
    
    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    fred84 and ofekshenawa authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    81947da View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. feat: support write the types of pointer of simple data types (#2745) (

    …#2753)
    
    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    tzq0301 and ofekshenawa authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    15682e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    898bd9a View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump google.golang.org/grpc in /example/otel (#2775)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.55.0...v1.56.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
    dependabot[bot] and ofekshenawa authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    828fd2d View commit details
    Browse the repository at this point in the history
  4. Version 9.3.0 (#2774)

    ofekshenawa authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    21bd40a View commit details
    Browse the repository at this point in the history
Loading