mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
Vsets: Remove stale note about replication from README. (#14528)
This commit is contained in:
parent
cc1660abdd
commit
60a4fa2e4b
1 changed files with 0 additions and 4 deletions
|
|
@ -721,10 +721,6 @@ During Vector Sets testing, we discovered that often clients introduce considera
|
|||
|
||||
Switching from `VALUES` to `FP32` as a method for transmitting vectors may easily provide 10-20x speedups.
|
||||
|
||||
# Known bugs
|
||||
|
||||
* Replication code is pretty much untested, and very vanilla (replicating the commands verbatim).
|
||||
|
||||
# Implementation details
|
||||
|
||||
Vector sets are based on the `hnsw.c` implementation of the HNSW data structure with extensions for speed and functionality.
|
||||
|
|
|
|||
Loading…
Reference in a new issue