-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: redis/go-redis
base: v9.2.1
head repository: redis/go-redis
compare: v9.3.0
- 20 commits
- 34 files changed
- 15 contributors
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45d28c1 - Browse repository at this point
Copy the full SHA 45d28c1View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 86bae21 - Browse repository at this point
Copy the full SHA 86bae21View commit details -
Configuration menu - View commit details
-
Copy full SHA for af4872c - Browse repository at this point
Copy the full SHA af4872cView commit details
Commits on Oct 30, 2023
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for 0d7a013 - Browse repository at this point
Copy the full SHA 0d7a013View commit details -
Add BitMapCmdable to Cmdable. (#2737)
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d6a3f02 - Browse repository at this point
Copy the full SHA d6a3f02View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ea3f5a0 - Browse repository at this point
Copy the full SHA ea3f5a0View commit details -
Creating CODEOWNERS for the examples (#2749)
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d466bd1 - Browse repository at this point
Copy the full SHA d466bd1View commit details -
Linking to Redis resources (#2759)
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed20293 - Browse repository at this point
Copy the full SHA ed20293View commit details -
update PubSub.Channel documentation (#2761)
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e053f7e - Browse repository at this point
Copy the full SHA e053f7eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fd13da4 - Browse repository at this point
Copy the full SHA fd13da4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a5fe174 - Browse repository at this point
Copy the full SHA a5fe174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ebb537 - Browse repository at this point
Copy the full SHA 7ebb537View commit details -
free turn when leave with error (#2658)
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4408f8c - Browse repository at this point
Copy the full SHA 4408f8cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 343016b - Browse repository at this point
Copy the full SHA 343016bView commit details -
BUG: BFReserveArgs - error_rate & capacity (#2763)
the error_rate and capacity parameters should not be optional - corrected
Configuration menu - View commit details
-
Copy full SHA for 84f46c3 - Browse repository at this point
Copy the full SHA 84f46c3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 81947da - Browse repository at this point
Copy the full SHA 81947daView commit details
Commits on Oct 31, 2023
-
feat: support write the types of pointer of simple data types (#2745) (…
…#2753) Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 15682e3 - Browse repository at this point
Copy the full SHA 15682e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 898bd9a - Browse repository at this point
Copy the full SHA 898bd9aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 828fd2d - Browse repository at this point
Copy the full SHA 828fd2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21bd40a - Browse repository at this point
Copy the full SHA 21bd40aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v9.2.1...v9.3.0