Stay organized with collections
Save and categorize content based on your preferences.
On Memorystore for Redis, the Redis INFO command returns metrics for
vector data and vector search. This page describes the metrics that are
available by using the Redis info, info modules, and info modules search
commands.
Index statistic metrics
Metric
Value type
Description
search_total_indexed_hash_keys
Integer
Total count of HASH keys for all indexes
search_number_of_indexes
Integer
Index schema total count
search_number_of_attributes
Integer
Total count of attributes for all indexes
Query metrics
Metric
Value type
Description
search_failure_requests_count
Integer
A count of all failed requests
search_successful_requests_count
Integer
A count of all successful requests
Memory metrics
Metric
Value type
Description
search_used_memory_human
Integer
A human-friendly readable version of the search_used_memory_bytes metric
search_used_memory_bytes
Integer
The total bytes of memory that all indexes occupy
Index ingestion
Metric
Value type
Description
search_background_indexing_status
String
The status of the indexing process. NO_ACTIVITY indicates idle indexing.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]