-1

Is it possible to get the key creation timestamp in redis db using jedis?

Thanks.

Sourabh Roy
  • 159
  • 1
  • 18
  • 1
    Does this answer your question? [How can i find out time when my key is stored in Redis Cache/db?](https://stackoverflow.com/questions/57394260/how-can-i-find-out-time-when-my-key-is-stored-in-redis-cache-db) – for_stack Jan 29 '21 at 00:23
  • No... currently the data entered in the redis cache I am using is having no expiry. – Sourabh Roy Jan 29 '21 at 01:11

1 Answers1

3

NO. There is no such command/support in Redis. Jedis, being a Redis client, does not support this as well.

sazzad
  • 5,740
  • 6
  • 25
  • 42