#Count of records in Redis

1 messages · Page 1 of 1 (latest)

pine willow
#

How to get the number of records of an index

vague cliff
#

that will give you how many documents are indexed by the index

#

if you want to see how many documents match a given filter add LIMIT 0 0 to an FT.SEARCH and that will give you a count.