mirror of
http://github.com/valkey-io/valkey
synced 2024-11-23 20:00:00 +00:00
fix comment typo in redis-cli.c
This commit is contained in:
parent
6e98214f74
commit
cd02c5944f
@ -370,7 +370,7 @@ static sds percentDecode(const char *pe, size_t len) {
|
|||||||
* URI scheme is based on the the provisional specification[1] excluding support
|
* URI scheme is based on the the provisional specification[1] excluding support
|
||||||
* for query parameters. Valid URIs are:
|
* for query parameters. Valid URIs are:
|
||||||
* scheme: "redis://"
|
* scheme: "redis://"
|
||||||
* authority: [<username> ":"] <password> "@"] [<hostname> [":" <port>]]
|
* authority: [[<username> ":"] <password> "@"] [<hostname> [":" <port>]]
|
||||||
* path: ["/" [<db>]]
|
* path: ["/" [<db>]]
|
||||||
*
|
*
|
||||||
* [1]: https://www.iana.org/assignments/uri-schemes/prov/redis */
|
* [1]: https://www.iana.org/assignments/uri-schemes/prov/redis */
|
||||||
|
Loading…
Reference in New Issue
Block a user