summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/object-idletime.md
blob: 2a896417469b161cdf1c9f067931614598d52772 (plain)
1
2
3
4
5
6
7
8
9
This command returns the time in seconds since the last access to the value stored at `<key>`.

The command is only available when the `maxmemory-policy` configuration directive is not set to one of the LFU policies.

@return

@integer-reply

The idle time in seconds.