zio / zio-redis

A ZIO-based redis client
https://zio.github.io/zio-redis
Apache License 2.0
120 stars 63 forks source link

Infinite loop in RedisUri #970

Open russwyte opened 1 month ago

russwyte commented 1 month ago

This line creates an infinite loop which is breaking tests.

https://github.com/zio/zio-redis/blob/941013ab5c95a05beb0269b3ef1d322bb9225875/modules/redis/src/main/scala/zio/redis/RedisUri.scala#L29

mijicd commented 2 weeks ago

@russwyte Could you please point out the failing tests or give us a reproducer?