Closed vietqhoang closed 1 year ago
Bump, I have this exact same issue.
Made an issue here over at redis/redis-rb. It seems there have been changes there which caused the issue. Basically the lib/redis/connection/hiredis.rb
file is no longer present.
Closing this issue. I received a response in https://github.com/redis/redis-rb/issues/1178.
Environment
rails
7.0.4.2
redis
5.0.6
hiredis
0.6.3
Backtrace
Observation
I am coming off a
redis
update from4.8.0
. Prior to the upgrade to5.0.6
my application loads without issue.The error appears when I boot up my application using
rails s
I have tried looking at the https://github.com/redis/redis-rb for issues pertaining to loading
hiredis
in the new major version 5 update, but I couldn't source anything.In the application's Gemfile
hiredis
is required as such,Any guidance on figuring out this issue is appreciated.