valkey-search is a C++ module which extends valkey with vector search and secondary indexing capabilities. It enables users to index and query data stored in Valkey using complex queries with filters while maintaining high performance and scalability.

1 Open Issue Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement network traffic metrics (bytes sent/received) for coordinator communication in the valkey-search C++ module. This involves adding atomic counters for bytes in/out, updating the ClientImpl to track these bytes, and exposing the metrics via the INFO command. Unit and integration tests are also required.

Complexity: 3/5
enhancement good first issue

valkey-search is a C++ module which extends valkey with vector search and secondary indexing capabilities. It enables users to index and query data stored in Valkey using complex queries with filters while maintaining high performance and scalability.

C++