summaryrefslogtreecommitdiff
path: root/src/commands/xtrim.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/xtrim.json')
-rw-r--r--src/commands/xtrim.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/xtrim.json b/src/commands/xtrim.json
index 6abd4903b..0b79cd468 100644
--- a/src/commands/xtrim.json
+++ b/src/commands/xtrim.json
@@ -1,6 +1,6 @@
{
"XTRIM": {
- "summary": "Trims the stream to (approximately if '~' is passed) a certain size",
+ "summary": "Deletes messages from the beginning of a stream.",
"complexity": "O(N), with N being the number of evicted entries. Constant times are very small however, since entries are organized in macro nodes containing multiple entries that can be released with a single deallocation.",
"group": "stream",
"since": "5.0.0",