summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/object-freq.md
blob: fdf891e83d43b47a617c6ea5887a1a162cec3736 (plain)
1
2
3
4
5
6
7
8
9
This command returns the logarithmic access frequency counter of a Redis object stored at `<key>`.

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

@return

@integer-reply

The counter's value.