- 15 Jan, 2019 6 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
This is needed in order to model the current behavior of authenticating the connection directly when no password is set. Now with ACLs this will be obtained by setting the default user as "nopass" user. Moreover this flag can be used in order to create other users that do not require any password but will work with "AUTH username <any-password>".
-
antirez authored
-
antirez authored
-
- 14 Jan, 2019 9 commits
-
-
antirez authored
-
antirez authored
However we should remove this fake client ad-hoc creation, and replace it with the proper call to createClient(-1), and then adjust the fake client as we like.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 11 Jan, 2019 7 commits
- 10 Jan, 2019 6 commits
- 09 Jan, 2019 12 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Because in RESP3 commands can be sent in the Pub/Sub connection without problems, so it's better if in such mode there is no exception about PING.
-
antirez authored
-
antirez authored
-