axetroy / go-server

Golang写的一些基础后端服务,基本包含大多数后端需要的服务
https://axetroy.github.io/go-server/
MIT License
211 stars 32 forks source link

fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 #445

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-redis/redis/v8 require patch v8.11.0 -> v8.11.3

Release Notes

go-redis/redis ### [`v8.11.3`](https://togithub.com/go-redis/redis/compare/v8.11.2...v8.11.3) [Compare Source](https://togithub.com/go-redis/redis/compare/v8.11.2...v8.11.3) ### [`v8.11.2`](https://togithub.com/go-redis/redis/releases/v8.11.2) [Compare Source](https://togithub.com/go-redis/redis/compare/v8.11.1...v8.11.2) Important changes: Revert [#​1824](https://togithub.com/go-redis/redis/issues/1824), because it will have a significant impact on the connection pool([#​1849](https://togithub.com/go-redis/redis/issues/1849)) We will re-add this feature in v9. Users who have already used v8.11.1, need to upgrade immediately. ### [`v8.11.1`](https://togithub.com/go-redis/redis/releases/v8.11.1) [Compare Source](https://togithub.com/go-redis/redis/compare/v8.11.0...v8.11.1) Enhancement: - `DBSize`,`ScriptLoad`,`ScriptFlush` and `ScriptExists` should use hook. ([#​1811](https://togithub.com/go-redis/redis/issues/1811)) - Added FIFO option to connection pool, set option `Options.PoolFIFO` to true. ([#​1820](https://togithub.com/go-redis/redis/issues/1820)) - The connection is checked before use, it will increase the CPU time by 5-10% ([#​1824](https://togithub.com/go-redis/redis/issues/1824)) - Check Failing() before serving random node. ([#​1825](https://togithub.com/go-redis/redis/issues/1825)) Command: - RPOP command supports Count option (redis-server >= 6.2) - New cmd: `GeoSearch`, `GeoSearchStore` (redis-server >= 6.2) Thanks: [@​ktaekwon000](https://togithub.com/ktaekwon000) [@​hidu](https://togithub.com/hidu) [@​AnatolyRugalev](https://togithub.com/AnatolyRugalev)

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.