Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6f2fc342
Unverified
Commit
6f2fc342
authored
Oct 28, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Oct 28, 2019
Browse files
Merge pull request #6502 from happynote3966/typo-fix
fix comment typo in redis-cli.c
parents
c6c65d9a
cd02c594
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
6f2fc342
...
@@ -370,7 +370,7 @@ static sds percentDecode(const char *pe, size_t len) {
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment