You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stage_descriptions/auth-03-ql6.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Example usage:
15
15
2) 1) "nopass"
16
16
```
17
17
18
-
The flags are encoded as a RESP array of bulk strings; each flag is a bulk string (e.g., nopass). We'll get to enforcing the behavior of the `nopass` flag in later stages.
18
+
The flags are encoded as a RESP array of bulk strings. Each flag is a bulk string (e.g., `nopass`). We'll get to enforcing the behavior of the `nopass` flag in later stages.
19
19
20
20
In this stage, you only need to respond to the `ACL GETUSER` command with the `nopass` flag set.
0 commit comments