redis-rb / redis-client

Simple low level client for Redis 6+
MIT License
124 stars 60 forks source link

refactor extconf and improve openssl failure detection #84

Closed flavorjones closed 1 year ago

flavorjones commented 1 year ago

This PR moves the extconf logic into a Ruby object and refactors it into more-readable methods.

It also verifies that the openssl header file is present even when then --with-openssl-dir flag is provided.

byroot commented 1 year ago

❤️