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
`go-redis` now supports [vector sets](https://redis.io/docs/latest/develop/data-types/vector-sets/). This data type is marked
46
+
as "in preview" in Redis and its support in `go-redis` is marked as experimental. You can find examples in the documentation and
47
+
in the `doctests` folder.
48
+
49
+
# Changes
50
+
51
+
## 🚀 New Features
52
+
53
+
- feat: support vectorset ([#3375](https://github.com/redis/go-redis/pull/3375))
54
+
55
+
## 🧰 Maintenance
56
+
57
+
- Add the missing NewFloatSliceResult for testing ([#3393](https://github.com/redis/go-redis/pull/3393))
58
+
- DOC-5078 vector set examples ([#3394](https://github.com/redis/go-redis/pull/3394))
59
+
60
+
## Contributors
61
+
We'd like to thank all the contributors who worked on this release!
62
+
63
+
[@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