Issue tracker is used for reporting bugs and discussing new features. Please use
stackoverflow for supporting issues.
When we are using keys which can expire with FT.Search there is a small change that a key which is expired is part of the results. In that case the FTSearch function returns an error without returning any results.
Expected Behavior
I'm expecting all of the results to be there including the null key with an error telling me the key is expired.
Current Behavior
Only an error is returned
Possible Solution
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation