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
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Release Notes
2
2
3
+
# 9.10.0 (2025-06-06)
4
+
5
+
## 🚀 Highlights
6
+
7
+
`go-redis` now supports [vector sets](https://redis.io/docs/latest/develop/data-types/vector-sets/). This data type is marked
8
+
as "in preview" in Redis and its support in `go-redis` is marked as experimental. You can find examples in the documentation and
9
+
in the `doctests` folder.
10
+
11
+
# Changes
12
+
13
+
## 🚀 New Features
14
+
15
+
- feat: support vectorset ([#3375](https://github.com/redis/go-redis/pull/3375))
16
+
17
+
## 🧰 Maintenance
18
+
19
+
- Add the missing NewFloatSliceResult for testing ([#3393](https://github.com/redis/go-redis/pull/3393))
20
+
- DOC-5078 vector set examples ([#3394](https://github.com/redis/go-redis/pull/3394))
21
+
22
+
## Contributors
23
+
We'd like to thank all the contributors who worked on this release!
24
+
25
+
[@AndBobsYourUncle](https://github.com/AndBobsYourUncle), [@andy-stark-redis](https://github.com/andy-stark-redis), [@fukua95](https://github.com/fukua95) and [@ndyakov](https://github.com/ndyakov)
0 commit comments