You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upgrade OpenTelemetry, use the new metrics API. ([#2410](https://github.com/redis/go-redis/issues/2410)) ([e29e42c](https://github.com/redis/go-redis/commit/e29e42cde2755ab910d04185025dc43ce6f59c65))
7
-
1
+
## v9 2023-01-30
8
2
3
+
### Breaking
9
4
10
-
## v9 2023-01-30
5
+
- Changed Pipelines to not be thread-safe any more.
11
6
12
7
### Added
13
8
@@ -39,7 +34,6 @@
39
34
- Removed `Pipeline.Close` since there is no real need to explicitly manage pipeline resources and
40
35
it can be safely reused via `sync.Pool` etc. `Pipeline.Discard` is still available if you want to
41
36
reset commands for some reason.
42
-
- Changed Pipelines to not be thread-safe any more.
0 commit comments