We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52278ec commit 0e9b5dcCopy full SHA for 0e9b5dc
doctests/cmds_cnxmgmt_test.go
@@ -55,7 +55,7 @@ func ExampleClient_cmd_auth() {
55
fmt.Println(res)
56
// REMOVE_END
57
authResult3, err := rdb.Conn().AuthACL(ctx,
58
- "test_user", "strong_password",
+ "test-user", "strong_password",
59
).Result()
60
61
if err != nil {
0 commit comments