Redis - Object Idletime for Hash Set

117 views
Skip to first unread message

Abyss

unread,
May 17, 2021, 10:37:34 PM5/17/21
to Redis DB
According to redis.io, the object idletime command only allow key to be inserted to find out the idle time for the key.

I am using hash keys and I wanted to find out the idletime for each field inside the hash keys. May I know how can I do this out?

sundb

unread,
May 17, 2021, 11:21:23 PM5/17/21
to Redis DB
redis only stores the idle time of robj, the field of hash is not robj, so it has no idle time.
Reply all
Reply to author
Forward
0 new messages