in NoSQL by
Q:
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

+2 votes
asked Aug 15, 2022 in NoSQL by AdilsonLima
+1 vote
asked Aug 15, 2022 in NoSQL by AdilsonLima
+1 vote
asked Aug 15, 2022 in NoSQL by AdilsonLima
0 votes
asked Aug 14, 2022 in NoSQL by AdilsonLima
...