redis/modules
YaacovHazan 41b1b5df18 Add vector-sets module
The vector-sets module is a part of Redis Core and is available by default,
just like any other data type in Redis.

As a result, when building Redis from the source, the vector-sets module
is also compiled as part of the Redis binary and loaded at server start-up.

This new data type added as a preview currently doesn't support
all the capabilities in Redis like:
32-bit OS
C99
Short-read that might end with memory leak
AOF rewirte
defrag
2025-04-02 15:06:24 +00:00
..
redisbloom Bump module version to v7.99.90 for RedisBloom, JSON and Timeseries (#13908) 2025-03-31 21:24:22 +03:00
redisearch Update RediSearch Makefile - 7.99.90 (#13905) 2025-03-31 21:26:07 +03:00
redisjson Bump module version to v7.99.90 for RedisBloom, JSON and Timeseries (#13908) 2025-03-31 21:24:22 +03:00
redistimeseries Bump module version to v7.99.90 for RedisBloom, JSON and Timeseries (#13908) 2025-03-31 21:24:22 +03:00
vector-sets Add vector-sets module 2025-04-02 15:06:24 +00:00
common.mk Add vector-sets module 2025-04-02 15:06:24 +00:00
Makefile Support musl Rust Installation in Modules Makefile (#13549) 2024-09-15 20:23:05 +03:00