- Usage:
-
OBJECT FREQ key
- Complexity:
- O(1)
- Since:
- 4.0.0
This command returns the logarithmic access frequency counter of a Valkey object stored at <key>
.
The command is only available when the maxmemory-policy
configuration directive is set to one of the LFU policies.