Open Issues Need Help
View All on GitHubAI 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.
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.