hiredis-rb
hiredis-rb copied to clipboard
Ruby wrapper for hiredis
As discussed elsewhere, this is the release drafter, in use by the other clients, we currently maintain. It aims to help making the process of writing release notes better. The...
https://github.com/redis/hiredis/pull/645 - not sure if any changes need to be made here
To do: 1. Currently if SSL peer verification fails, this C extension seg faults in ` rb_sys_fail(0)`. This C extension should never seg fault. 2. Disable SSL peer verification if...
Please note that this is likely going to cause #85
This PR adds possibility to establish SSL connection to Redis with SSL_VERIFY_NONE(in my case to ElastiCache). What was done: - hiredis submodule was bumped to version 1.0.0 - C extension...
As described in redis/redis-rb/issues/1117, testing redis-rb 4.7.1 with Redis 7, I observe the following bug when using hiredis-rb 0.6.3 with native extension (the plain Ruby version seems to work just...
- [x] + ability to build the extension over system library
Hi, I'm a new rails user, so please forgive me if this is basic or off topic. I'm adding redis to my app and have be reviewing the Rails Guide...
Hi, I'm trying to use hiredis with the native SSL support, which seems to be available on the `master` branch of the repo, but I'm unable to install the gem...