Commit 51d370f
committed
fix: remove CLIENT REPLY, CLIENT UNBLOCK, and QUIT
These three commands are incompatible with (or deprecated for) GLIDE's
architecture and no other GLIDE client exposes them:
- CLIENT REPLY toggles reply-mode state that glide-core does not track,
and on the multiplexed connection it desynchronizes request/response
matching for every caller sharing the connection.
- CLIENT UNBLOCK acts on another client by ID, but GLIDE manages blocking
commands internally and does not expose the connection IDs needed to
use it, so there is no supported use case.
- QUIT is deprecated server-side; GLIDE owns the connection lifecycle, and
closing the shared multiplexed connection is harmful. Users should close
the client object instead.
Remove the methods and their lint tests entirely so they cannot be used.
Fixes #183
Signed-off-by: Alex Le <alex.le@improving.com>1 parent 0c81c7d commit 51d370f
3 files changed
Lines changed: 0 additions & 65 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 50 | | |
70 | 51 | | |
71 | 52 | | |
| |||
219 | 200 | | |
220 | 201 | | |
221 | 202 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | 203 | | |
242 | 204 | | |
243 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 111 | | |
117 | 112 | | |
118 | 113 | | |
| |||
123 | 118 | | |
124 | 119 | | |
125 | 120 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 121 | | |
134 | 122 | | |
135 | 123 | | |
| |||
195 | 183 | | |
196 | 184 | | |
197 | 185 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | 186 | | |
205 | 187 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | 159 | | |
169 | 160 | | |
170 | 161 | | |
| |||
0 commit comments