AscendingCreations / RedisPool

A redis pool for redis-rs
Apache License 2.0
12 stars 3 forks source link

Update RedisPool to work with redis 0.26.0 #10

Closed AkiraMiyakoda closed 3 months ago

AkiraMiyakoda commented 3 months ago

Currently, RedisPool doesn't work with redis-rs 0.26.0 due to breaking change in it. This PR adapts RedisPool to redis-rs 0.26.0.

(https://github.com/AkiraMiyakoda/RedisPool/commit/c4b55688088efa5c6e91b7f0d6458f739eabbe24#commitcomment-144809479)

AkiraMiyakoda commented 3 months ago

Sorry, this is so premature. Closed it.