-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Comparing changes
Open a pull request
base repository: redis/go-redis
base: v9.5.3
head repository: redis/go-redis
compare: v9.5.4
- 17 commits
- 22 files changed
- 13 contributors
Commits on Jun 19, 2024
-
Change redis version from 7.2 to 7.4 in makefile (#3034)
* Change redis version from 7.2 to 7.4 * fix jsonGet test * Add 'watch' to client info * Remove jsonGet from Enterprise tests
Configuration menu - View commit details
-
Copy full SHA for 2a3de7e - Browse repository at this point
Copy the full SHA 2a3de7eView commit details -
Support Hash-field expiration commands (#2991)
* Add HExpire command * Add HPExpire, HexpireAt, HPExpireAt, HTTL, HPTTL, HPersist,HExpireTime, HPExpireTIme, HGetF, HSetF commands * add docstring * add tests and fix commands * modify commands * api changes * fix tests * remove tests from RE
Configuration menu - View commit details
-
Copy full SHA for a9b4c5c - Browse repository at this point
Copy the full SHA a9b4c5cView commit details -
Added test case for CLIENT KILL with MAXAGE option (#2971)
* Added test case for CLIENT KILL with MAXAGE option * Fixed sleep value * Added additional condition to kill specific connection * Test commit * Test commit * Updated test case to handle timeouts --------- Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0777247 - Browse repository at this point
Copy the full SHA 0777247View commit details -
Support NOVALUES parameter for HSCAN (#2925)
* Support NOVALUES parameter for HSCAN Issue #2919 The NOVALUES parameter instructs HSCAN to only return the hash keys, without values. * Update hash_commands.go --------- Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 097cddb - Browse repository at this point
Copy the full SHA 097cddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 445d266 - Browse repository at this point
Copy the full SHA 445d266View commit details
Commits on Jun 20, 2024
-
Add support for XREAD last entry (#3005)
* add support for XREAD last entry * handle reading from multiple streams * add test to ensure we block for empty stream * small tweak * add an option to XReadArgs instead * modify test comment * small preallocation optimization * Changed argument to generic ID, skip tests on Enterprise * Fix test case * Updated expiration command --------- Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com> Co-authored-by: vladvildanov <divinez122@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 3975cd5 - Browse repository at this point
Copy the full SHA 3975cd5View commit details
Commits on Jun 21, 2024
-
chore(deps): bump golang.org/x/net in /example/otel (#3000)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. - [Commits](golang/net@v0.20.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net 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: Monkey <golang@88.com>
Configuration menu - View commit details
-
Copy full SHA for fc4c8bd - Browse repository at this point
Copy the full SHA fc4c8bdView commit details -
Add
(*StatusCmd).Bytes()
method (#3030)Signed-off-by: Andrew Haines <andrew@haines.org.nz> Co-authored-by: Monkey <golang@88.com>
Configuration menu - View commit details
-
Copy full SHA for 2d7382e - Browse repository at this point
Copy the full SHA 2d7382eView commit details
Commits on Jun 26, 2024
-
* Add RediSearch Support * searach * Add RediSearch commands and tests * Adding more tests and fixing commands * Remove unnecessary additions * fixing tests * fixing tests * fixing tests * fixing FTConfig dialect test * fix commects * make enum for field types * Support resp 2 * fix golang ci * fix ftinfo --------- Co-authored-by: Chayim <chayim@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 244a3e2 - Browse repository at this point
Copy the full SHA 244a3e2View commit details
Commits on Jun 27, 2024
-
chore(deps): bump rojopolis/spellcheck-github-actions (#3028)
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.36.0 to 0.38.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.36.0...0.38.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: Monkey <golang@88.com>
Configuration menu - View commit details
-
Copy full SHA for daf84a0 - Browse repository at this point
Copy the full SHA daf84a0View commit details
Commits on Jul 2, 2024
-
Change monitor test to run manually (#3041)
* Change monitor test to run manually * fix
Configuration menu - View commit details
-
Copy full SHA for 4cf03db - Browse repository at this point
Copy the full SHA 4cf03dbView commit details
Commits on Jul 5, 2024
-
Change context.Background() to ctx
Configuration menu - View commit details
-
Copy full SHA for 26e0c49 - Browse repository at this point
Copy the full SHA 26e0c49View commit details
Commits on Jul 10, 2024
-
fix node routing in slotClosestNode (#3043)
* fix node routing when all nodes are failing * fix minlatency zero value
Configuration menu - View commit details
-
Copy full SHA for 9c1f4f0 - Browse repository at this point
Copy the full SHA 9c1f4f0View commit details -
Support Hash-field expiration for 7.4 CE RC2 (#3040)
Co-authored-by: Monkey <golang@88.com> Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6a584c1 - Browse repository at this point
Copy the full SHA 6a584c1View commit details
Commits on Jul 11, 2024
-
Support Hash-field expiration commands in Pipeline & Fix HExpire HExp…
…ireWithArgs expiration (#3038) * Support Hash-field expiration commands in Pipeline * Fix HExpire & HExpireWithArgs expiration * Fix HExpire & HPExpire Testcase * Update commands_test.go --------- Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com> Co-authored-by: Monkey <golang@88.com>
Configuration menu - View commit details
-
Copy full SHA for 7539858 - Browse repository at this point
Copy the full SHA 7539858View commit details -
TimeSeries insertion filters for close samples (#3003)
* TimeSeries insertion filters for close samples * fix * fix * fix * fix * fix --------- Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a0c59b - Browse repository at this point
Copy the full SHA 8a0c59bView commit details
Commits on Jul 12, 2024
-
add test for tls connCheck #3025 (#3047)
* add a check for TLS connections.
Configuration menu - View commit details
-
Copy full SHA for 0858ed2 - Browse repository at this point
Copy the full SHA 0858ed2View commit details
There are no files selected for viewing