File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,16 @@ Scheme semantics:
98
98
The semantics of "query" URI field key-value pairs other than those
99
99
previously mentioned are implementation-defined.
100
100
101
+ Reserved URI fields:
102
+
103
+ The following field names are reserved within the URI context.
104
+ These are expressed using RGC 5234 ABNF, and are reserved as follows:
105
+
106
+ protocol = DIGIT / "."
107
+ ; this is optional, corresponding to the version of
108
+ ; the RESP protocol requested.
109
+ ; the digits 0-9, and a period
110
+
101
111
Encoding considerations:
102
112
Unknown, use with care.
103
113
@@ -185,4 +195,4 @@ Security considerations:
185
195
Acknowledgments:
186
196
The author of this registration document gratefully acknowledges the
187
197
feedback provided by Graham Klyne of Nine by Nine and Itamar Haber of
188
- Redis Labs on drafts of this document.
198
+ Redis Labs on drafts of this document.
Original file line number Diff line number Diff line change @@ -58,6 +58,16 @@ Scheme semantics:
58
58
semantics as the redis: scheme. See the IANA registration for the
59
59
redis: scheme for details.
60
60
61
+ Reserved URI fields:
62
+
63
+ The following field names are reserved within the URI context.
64
+ These are expressed using RGC 5234 ABNF, and are reserved as follows:
65
+
66
+ protocol = DIGIT / "."
67
+ ; this is optional, corresponding to the version of
68
+ ; the RESP protocol requested.
69
+ ; the digits 0-9, and a period
70
+
61
71
Encoding considerations:
62
72
Unknown, use with care.
63
73
@@ -91,4 +101,4 @@ Security considerations:
91
101
and data integrity. It is theoretically possible to use client
92
102
certificates as an alternative Redis-level authentication/login
93
103
mechanism in place of the username/password-based "AUTH" RESP
94
- command.
104
+ command.
You can’t perform that action at this time.
0 commit comments