Salvatore Sanfilippo
41ecf7323e
Vector Sets: VISMEMBER and other fixes ( #13941 )
...
CI / test-ubuntu-latest (push) Failing after 31s
Details
CI / test-sanitizer-address (push) Failing after 31s
Details
CI / build-debian-old (push) Failing after 31s
Details
CI / build-32bit (push) Failing after 31s
Details
CI / build-libc-malloc (push) Failing after 31s
Details
CI / build-centos-jemalloc (push) Failing after 31s
Details
CI / build-old-chain-jemalloc (push) Failing after 31s
Details
Codecov / code-coverage (push) Failing after 31s
Details
Spellcheck / Spellcheck (push) Failing after 31s
Details
CI / build-macos-latest (push) Has been cancelled
Details
CodeQL / Analyze (cpp) (push) Failing after 31s
Details
External Server Tests / test-external-standalone (push) Failing after 31s
Details
External Server Tests / test-external-nodebug (push) Failing after 32s
Details
Coverity Scan / coverity (push) Has been skipped
Details
External Server Tests / test-external-cluster (push) Failing after 1m50s
Details
In this PR there is also a VADD leak fixed (when wrong arity is
reported) and improvements to the test.
2025-04-15 22:58:57 +03:00
Salvatore Sanfilippo
96a0cfdea2
Vectror Sets: build fixes for the w2v test ( #13919 )
...
CI / test-ubuntu-latest (push) Failing after 32s
Details
CI / build-debian-old (push) Failing after 32s
Details
CI / build-32bit (push) Failing after 32s
Details
CI / build-libc-malloc (push) Failing after 32s
Details
CI / build-centos-jemalloc (push) Failing after 32s
Details
CI / build-old-chain-jemalloc (push) Failing after 32s
Details
Codecov / code-coverage (push) Failing after 33s
Details
CI / test-sanitizer-address (push) Failing after 1m16s
Details
Spellcheck / Spellcheck (push) Failing after 32s
Details
External Server Tests / test-external-standalone (push) Failing after 31s
Details
Coverity Scan / coverity (push) Has been skipped
Details
External Server Tests / test-external-cluster (push) Failing after 32s
Details
External Server Tests / test-external-nodebug (push) Failing after 32s
Details
CI / build-macos-latest (push) Has been cancelled
Details
Hi, this fixes building Vector Sets as modules. Right now the module
builds but there are issues with w2v. This PR should fix the problem.
Thanks.
2025-04-09 14:39:33 +03:00
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
YaacovHazan
78e0d87177
Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67'
...
git-subtree-dir: modules/vector-sets
git-subtree-mainline: 8ea8f4220c
git-subtree-split: c6db0a7c20
2025-04-02 16:34:28 +03:00