penguin-statistics / backend-next

The refactored Penguin Statistics v3 Backend. Built with Go, fiber, bun and go.uber.org/fx. Uses NATS as MQ and Redis as state synchronization.
MIT License
176 stars 19 forks source link

fix(deps): update module github.com/redis/go-redis/v9 to v9.0.4 #453

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/redis/go-redis/v9 require patch v9.0.3 -> v9.0.4

Release Notes

redis/go-redis ### [`v9.0.4`](https://togithub.com/redis/go-redis/releases/tag/v9.0.4): 9.0.4 [Compare Source](https://togithub.com/redis/go-redis/compare/v9.0.3...v9.0.4) ### Changes - chore: release v9.0.4 (release.sh) ([#​2572](https://togithub.com/redis/go-redis/issues/2572)) - chore(deps): Updating otel/metric and fixing breaking changes ([#​2569](https://togithub.com/redis/go-redis/issues/2569)) - docs: update doc of redis option ([#​2567](https://togithub.com/redis/go-redis/issues/2567)) - chore: fix typo in the result.go ([#​2558](https://togithub.com/redis/go-redis/issues/2558)) - feat: add client info command ([#​2483](https://togithub.com/redis/go-redis/issues/2483)) - Add ZRANK, ZREVRANK WITHSCORE ([#​2531](https://togithub.com/redis/go-redis/issues/2531)) - Maintenance : Deprecate FCallRo & add FCallRO ([#​2550](https://togithub.com/redis/go-redis/issues/2550)) - Add support for CLUSTER MYSHARDID command ([#​2530](https://togithub.com/redis/go-redis/issues/2530)) - feat: no longer verify HELLO error messages ([#​2515](https://togithub.com/redis/go-redis/issues/2515)) - test: redis-version to 7.2-rc1 ([#​2532](https://togithub.com/redis/go-redis/issues/2532)) - doc: pass ctx in BLpop example for infinite wait time ([#​2540](https://togithub.com/redis/go-redis/issues/2540)) - actions: build on go1.20.x ([#​2541](https://togithub.com/redis/go-redis/issues/2541)) - fix: reader float parser ([#​2513](https://togithub.com/redis/go-redis/issues/2513)) #### 🚀 New Features - Add support for MODULE LOADEX command ([#​2490](https://togithub.com/redis/go-redis/issues/2490)) - feat: read the structure to increase the judgment of the omitempty op… ([#​2529](https://togithub.com/redis/go-redis/issues/2529)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​SoulPancake](https://togithub.com/SoulPancake), [@​ViBiOh](https://togithub.com/ViBiOh), [@​iliyanm](https://togithub.com/iliyanm), [@​ktsivkov](https://togithub.com/ktsivkov), [@​monkey92t](https://togithub.com/monkey92t), [@​mstmdev](https://togithub.com/mstmdev), [@​pranitbauva1997](https://togithub.com/pranitbauva1997), [@​rfyiamcool](https://togithub.com/rfyiamcool) and [@​vmihailenco](https://togithub.com/vmihailenco)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.