We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d1749 commit 4261a2cCopy full SHA for 4261a2c
CHANGELOG.md
@@ -3,6 +3,13 @@
3
> :heart:
4
> [**Uptrace.dev** - All-in-one tool to optimize performance and monitor errors & logs](https://uptrace.dev)
5
6
+## v9 UNRELEASED
7
+
8
+- Added support for [RESP3](https://github.com/antirez/RESP3/blob/master/spec.md) protocol.
9
+- Removed `Pipeline.Close` since there is no real need to explicitly manage pipeline resources.
10
+ `Pipeline.Discard` is still available if you want to reset commands for some reason.
11
+- Replaced `*redis.Z` with `redis.Z` since it is small enough to be passed as value.
12
13
## v8.11
14
15
- Remove OpenTelemetry metrics.
0 commit comments