We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9838158 commit 0994c22Copy full SHA for 0994c22
javascript_test.go
@@ -14,7 +14,7 @@ func TestJavascriptService(t *testing.T) {
14
script := `
15
let config = {
16
address:"127.0.0.1:6379",
17
- auth:"q7ZtCl^5S3",
+ auth:"",
18
};
19
start = util.GetNowMilli()
20
let redisService = redis.newService(config);
0 commit comments