We are happy to announce support for Time Series. This enhancement allows developers to leverage the time series data structure directly within Go-Redis, enabling efficient ingestion, querying, and storage of time-sequential data. Whether you're tracking metrics, logs, or other time-sensitive information, this feature offers a robust solution to manage time series data seamlessly. We encourage developers to explore this new capability and provide feedback for further improvements.
Learn more about Redis Time Series
Better support for Redis 7.2
Go-Redis now supports WAITAOF and CLIENT SETINFO commands introduced in Redis 7.2.
Other notable improvements
Add the ability to set a connection growth limit with MaxActiveConns configuration setting (#2646)
Add support for multiple values in the bitfield cmd (#2648)
Breaking Changes
Changing the suffix for probablistic commands acceptings arguments to WithArgs from Args (#2701)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/redis/go-redis/v9 from 9.1.0 to 9.2.0.
Release notes
Sourced from github.com/redis/go-redis/v9's releases.
Commits
dac3314
Bump version to 9.2.0 (#2722)6199a2a
Making command structs digestable (#2716)e07f7e6
chore(deps): bump github.com/bsm/ginkgo/v2 from 2.9.5 to 2.12.0 (#2690)7ecd7ac
chore(deps): bump github.com/bsm/gomega from 1.26.0 to 1.27.10 (#2689)e23ea02
Added MaxActiveConns (#2646)934c6a3
make public probabilistic and redis gears interfaces (#2695)0637c53
Added the support for WAITAOF which is a new command in redis ver7.2.0 (#2629)7acc0cd
useTime duration calculation (#2651)e8ad794
Format code and fix go vet (#2696)1a7d2f4
upgrade bitfield cmd toadd multiple values
(#2648)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show