mirror of
https://github.com/redis/redis.git
synced 2026-07-15 13:08:59 -04:00
|
Some checks are pending
CI / test-ubuntu-latest (push) Waiting to run
CI / test-sanitizer-address (push) Waiting to run
CI / build-debian-old (push) Waiting to run
CI / build-macos-latest (push) Waiting to run
CI / build-32bit (push) Waiting to run
CI / build-libc-malloc (push) Waiting to run
CI / build-centos-jemalloc (push) Waiting to run
CI / build-old-chain-jemalloc (push) Waiting to run
Codecov / code-coverage (push) Waiting to run
External Server Tests / test-external-standalone (push) Waiting to run
External Server Tests / test-external-cluster (push) Waiting to run
External Server Tests / test-external-nodebug (push) Waiting to run
Spellcheck / Spellcheck (push) Waiting to run
Fixes #15269. This keeps `VADD ... CAS SETATTR` in sync with the normal insert path by incrementing `numattribs` when a CAS insert actually stores an attribute. Before this change, the CAS path attached the attribute to the node but left the set-wide counter unchanged. That made `VINFO` under-report `attributes-count`, and if the set-wide count stayed at zero, RDB save skipped attribute serialization for the whole vector set. --------- Co-authored-by: debing.sun <debing.sun@redis.com> |
||
|---|---|---|
| .. | ||
| basic_commands.py | ||
| basic_similarity.py | ||
| bin_vectorization.py | ||
| concurrent_vadd_cas_del_vsim.py | ||
| concurrent_vsim_and_del.py | ||
| debug_digest.py | ||
| deletion.py | ||
| dimension_max_limit.py | ||
| dimension_validation.py | ||
| epsilon.py | ||
| evict_empty.py | ||
| filter_expr.py | ||
| filter_int.py | ||
| large_scale.py | ||
| memory_usage.py | ||
| node_update.py | ||
| persistence.py | ||
| q8_similarity.py | ||
| q8_vectorization.py | ||
| reduce.py | ||
| replication.py | ||
| threading_config.py | ||
| vadd_cas.py | ||
| vadd_cas_setattr.py | ||
| vemb.py | ||
| vismember.py | ||
| vrand-ping-pong.py | ||
| vrandmember.py | ||
| vrange.py | ||
| vsim_duplicate_filter.py | ||
| vsim_filter_error_leak.py | ||
| vsim_limit_efsearch.py | ||
| with.py | ||