summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/object-freq.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/object-freq.md')
-rw-r--r--iredis/data/commands/object-freq.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/iredis/data/commands/object-freq.md b/iredis/data/commands/object-freq.md
new file mode 100644
index 0000000..fdf891e
--- /dev/null
+++ b/iredis/data/commands/object-freq.md
@@ -0,0 +1,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. \ No newline at end of file