hiredis-rb icon indicating copy to clipboard operation
hiredis-rb copied to clipboard

Ruby wrapper for hiredis

Results 25 hiredis-rb issues
Sort by recently updated
recently updated
newest added

Happy to make any adjustments necessary to allow this to get upstream. Needed to confirm current reality.

The latest released version on [rubygems.org](https://rubygems.org/gems/hiredis) is already 5 years (!) old. Can you please tag and release a new version?

Hello, I'm trying to package this for GNU Guix, and like Debian, we have as policy to use the system libraries, so I applied the following Debian's patch: https://sources.debian.org/src/ruby-hiredis/0.6.3-2/debian/patches/use_system_libhiredis.patch/. It...

I've noticed this gem is using rb_thread_fd_select() in https://github.com/redis/hiredis-rb/blob/d62cb77c72fe292e4f35f385467006096b7d9e3b/ext/hiredis_ext/connection.c#L94 And it's used by https://github.com/redis/hiredis-rb/blob/d62cb77c72fe292e4f35f385467006096b7d9e3b/ext/hiredis_ext/connection.c#L126 and https://github.com/redis/hiredis-rb/blob/d62cb77c72fe292e4f35f385467006096b7d9e3b/ext/hiredis_ext/connection.c#L156 to wait for a single file descriptor, either read or write. rb_thread_fd_select() uses select(2)...

Now tests seem pass successfully. Previous PR #81. Related issue https://github.com/oracle/truffleruby/issues/2703.