mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
spicy-redis: Separate error replies from success
This commit is contained in:
parent
d5b121db14
commit
b4429a995a
21 changed files with 130 additions and 73 deletions
|
@ -2,9 +2,12 @@
|
|||
AUTH
|
||||
username: notauser
|
||||
password: notapassword
|
||||
Auth failed:, WRONGPASS invalid username-password pair or user is disabled.
|
||||
AUTH
|
||||
username: default
|
||||
password: defaultpassword
|
||||
Auth succeeded:, OK
|
||||
AUTH
|
||||
username: noone
|
||||
password: password
|
||||
Auth failed:, WRONGPASS invalid username-password pair or user is disabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue