dcole-gsn

Results 2 comments of dcole-gsn

Hi, We are encountering the same exception when using JedisPooled. ``` redis.clients.jedis.exceptions.JedisConnectionException: Unexpected end of stream. at redis.clients.jedis.util.RedisInputStream.ensureFill(RedisInputStream.java:205) ~[jedis-4.3.1.jar:?] at redis.clients.jedis.util.RedisInputStream.readByte(RedisInputStream.java:46) ~[jedis-4.3.1.jar:?] at redis.clients.jedis.Protocol.process(Protocol.java:126) ~[jedis-4.3.1.jar:?] at redis.clients.jedis.Protocol.read(Protocol.java:192) ~[jedis-4.3.1.jar:?] at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:316)...

> @dcole-gsn I found [this stackoverflow question](https://stackoverflow.com/questions/72126048) about this error > > [Short answer](https://github.com/aws/aws-cli/issues/6920#issuecomment-1127397936): > > > Just change v1alpha1 to v1beta1: > > ```diff > > diff ~/.kube/config-backup ~/.kube/config...