Question: Your query to verify that your Redis key is configured to support expiring user information on a defined interval returns -2, What does this value indicate?
- The queried key value expired in the last two secodns.
- The queried key value exists, but has no associated expire value.
- The queried key value does not exist.
- There are two expired keys with this value.
Answer: The correct answer of the above question is Option C:The queried key value does not exist.