I add existing documents to an index using
FT.ADDHASH. The documents expire after a certain timeout, let's say 2 hours. My goal is now to clean up the index by deleting the entries of documents which expired.
Is there any way to search for documents which no longer exist? If I do a "wildcard" search
For expired documents, it returns only IDs, but no other properties. Is there a way to select all such documents?