Skip to content

Commit 69c524e

Browse files
committed
DEV: add missing FT.INFO fields for search
1 parent 601f8f9 commit 69c524e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/commands/ft.info.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ is the name of the given index. You must first create the index using [`FT.CREAT
7070
| `bytes_per_record_avg` | The average size of each record in bytes. |
7171
| `offsets_per_term_avg` | The average number of offsets (position information) per term. |
7272
| `offset_bits_per_record_avg` | The average number of bits used for offsets per record. |
73+
| `tag_overhead_sz_mb` | The size of the index structures used for optimising performance. |
74+
| `text_overhead_sz_mb` | The size of the index structures used for optimising performance. |
75+
| `total_index_memory_sz_mb` | The total memory consumed by all indexes in the DB. |
7376

7477
### Indexing-related statistics
7578

0 commit comments

Comments
 (0)