Skip to content

Commit 0d61a06

Browse files
authored
Update footnote reference for OOM indexing failures
1 parent a517d37 commit 0d61a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ _Redis Query Engine fields_
570570
* `search_total_active_queries`: The total number of background queries currently being executed in the shard, excluding `FT.CURSOR READ`. <sup>[1](#tnote-1)</sup>
571571
* `search_errors_indexing_failures`: The total number of indexing failures recorded across all indexes in the shard. <sup>[1](#tnote-1)</sup>
572572
* `search_errors_for_index_with_max_failures`: The number of indexing failures in the index with the highest count of failures. <sup>[1](#tnote-1)</sup>
573-
* `search_OOM_indexing_failures_indexes_count`: The number of indexes whose background indexing process failed due to out-of-memory (OOM) conditions. <sup>[1](#tnote-1)</sup>
573+
* `search_OOM_indexing_failures_indexes_count`: The number of indexes whose background indexing process failed due to out-of-memory (OOM) conditions. <sup>[2](#tnote-2)</sup>
574574

575575
1. <a name="tnote-1"></a> Available in RediSearch 2.6.
576576
2. <a name="tnote-2"></a> Available in RediSearch 2.8.

0 commit comments

Comments
 (0)