RSSAmplifier

<antirez> · Apr 3, 2025

Vector Sets are part of Redis

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Yesterday we finally merged vector sets into Redis, here you can find the README that explains in detail what you get: https://github.com/redis/redis/blob/unstable/modules/vector-sets/README.md The goal of the new data structure is, in short, to create a new “Set alike” data type, similar to Sorted Sets, where instead of having a scalar as a score, you have a vector, and you can add and remove…

Read on antirez.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.