redis-rb / redis-client

Simple low level client for Redis 6+
MIT License
124 stars 60 forks source link

Update hiredis to 1.2.0 #135

Open casperisfine opened 1 year ago

casperisfine commented 1 year ago

Open the door to https://github.com/redis-rb/redis-client/issues/133

https://github.com/redis/hiredis/issues/1059 wasn't fixed so I had to re-apply my patches.

casperisfine commented 1 year ago

The upgrade cause the client to deadlock in some situations, I'll have to investigate this.