I got issue in another gem redis-store using redis 5.x (which uses this gem
redis-store/redis-store#382
My test locally (with https://mise.jdx.dev):
mise x ruby@jruby -- irb
# No issue with jruby 9.4
mise x ruby@jruby-9.4.14.0 -- irb
require "redis"
Redis::VERSION # "5.4.1"
redis = Redis.new
redis.setex('key', 3600, 'value')
# Socket is not connected - No message available (redis://localhost:6379) (Redis::ConnectionError)
No issue with MRI
I got issue in another gem
redis-storeusing redis 5.x (which uses this gemredis-store/redis-store#382
My test locally (with https://mise.jdx.dev):
mise x ruby@jruby -- irb # No issue with jruby 9.4 mise x ruby@jruby-9.4.14.0 -- irbNo issue with MRI