+1 vote
in NoSQL by
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?

a. The queried key value expired in the last two seconds.

b. The queried key value exists, but has no associated expire value.

c. The queried key value does not exist.

d. There are two expired keys with this value.

1 Answer

0 votes
by
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?

Answer:  The queried key value does not exist.

Related questions

+1 vote
asked May 31, 2019 in NoSQL by aaravkhandelwal.2018
+1 vote
asked Aug 14, 2022 in NoSQL by AdilsonLima
...