Nordix / hiredis-cluster

C client library for Valkey/Redis Cluster. This project is used and sponsored by Ericsson. It is a fork of the now unmaintained hiredis-vip.
BSD 3-Clause "New" or "Revised" License
87 stars 42 forks source link

Update prerequisites in README #156

Closed bjosv closed 1 year ago

bjosv commented 1 year ago

hiredis >= v1.0.0 is needed for successful builds and the Perl module JSON is needed to run simulated redis tests.

zuiderkwast commented 1 year ago

Btw, are you sure Perl JSON is required to build? I think you can even build the tests, but you cannot run the tests without it.

bjosv commented 1 year ago

Absolutely right, moved Perl JSON as prerequisites for tests.