Does Redis cache queries, or their constituent sub-queries?
Last updated 22, Mar 2024
Question
Does Redis cache queries or their constituent sub-queries?
Answer
Redis is not caching queries or query execution plans. Results of search and query operations are computed anew and therefore, reflect the data stored in the database at any point in time.