Suppose I do this in redis at 13:30 20 Feb 2020,
> set foo "bar spam"
OK
I want to get time of creation of foo. Is there something like
> gettime foo
13:30 20 Feb 2020
?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Redis doesn’t store this information.
You could use a separate key: