Unverified Commit 9b53cb28 authored by tison's avatar tison Committed by GitHub
Browse files

Correct zrangeGenericCommand comment (#12136)

Fix incorrect documentation about the arguments of ZRANGE commands
parent 03d50e0c
...@@ -3563,7 +3563,7 @@ void zrevrangebylexCommand(client *c) { ...@@ -3563,7 +3563,7 @@ void zrevrangebylexCommand(client *c) {
/** /**
* This function handles ZRANGE and ZRANGESTORE, and also the deprecated * This function handles ZRANGE and ZRANGESTORE, and also the deprecated
* Z[REV]RANGE[BYPOS|BYLEX] commands. * Z[REV]RANGE[BYSCORE|BYLEX] commands.
* *
* The simple ZRANGE and ZRANGESTORE can take _AUTO in rangetype and direction, * The simple ZRANGE and ZRANGESTORE can take _AUTO in rangetype and direction,
* other command pass explicit value. * other command pass explicit value.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment