Noah Zucker

Results 39 comments of Noah Zucker

https://angular.io/guide/upgrade The economics of Open Source are certainly something!

RedisClientPool has a constructor parameter called `secret` which serves as the password parameter.

@AthanatiusC can you please provide more details? I might be seeing a similar issue where my RedisClientPool is failing with `java.lang.Exception: NOAUTH Authentication required.`

I added unit tests in a PR that prove that RedisClientPool supports authentication properly. There is an issue with RedisClient in the new-added BATCH mode, but that's unrelated to this.

just checking if this is an issue with the AUTH command being used with pipelined commands, and seems like not the case. https://redis.io/topics/pipelining ``` $ (printf "PING\r\nPING\r\nPING\r\n"; sleep 1) |...

``` [info] SecurePoolSpec: [info] redis pools with authentication [info] - should be able to connect as normal [info] ad-hoc clients connecting to a secure redis server [info] - should be...

``` [info] SecureBatchedPipelineSpec: [info] a redis client in batch mode connecting to a password-protected redis instance [info] - should be able to connect to the instance *** FAILED *** [info]...

Hitting the same issue. It's a bummer.