Ericsson / ered

An Erlang client library for Valkey/Redis Cluster
MIT License
11 stars 6 forks source link

Add client option 'auth' for Redis AUTH (or HELLO) authentication #32

Closed zuiderkwast closed 1 year ago

zuiderkwast commented 1 year ago

Fixes #28

bjosv commented 1 year ago

To keep support for OTP23 we could add something similar to https://github.com/Nordix/eredis/blob/d8526a02d8b19855a4c13a154eeefbaadc133916/.github/workflows/ci.yml#L71-L76 but installing rebar 3.20.0 which seems to be the last version supporting OTP 23

zuiderkwast commented 1 year ago

To keep support for OTP23 we could add something similar to

OK, maybe I'll try, but I think would also be fine to drop OTP 23 in CI. Most Erlang projects (including rebar) support the last 3 OTP versions and we could do the same.