Skip to content

JRuby 10.x/dev - Socket is not connected - No message available #1339

@PikachuEXE

Description

@PikachuEXE

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions