Is it possible to get the key creation timestamp in redis db using jedis?
Thanks.
Is it possible to get the key creation timestamp in redis db using jedis?
Thanks.
NO. There is no such command/support in Redis. Jedis, being a Redis client, does not support this as well.