adrienmo / eredis_cluster

eredis_cluster is an erlang wrapper for eredis to support cluster mode of redis 3.0.0+
MIT License
79 stars 83 forks source link

Add undefined spec for successful operation #51

Closed agutierrezrodriguez closed 3 years ago

agutierrezrodriguez commented 3 years ago

On get operations on inexistent keys, the result is {ok, undefined} but the specs says {ok, bitstring)

agutierrezrodriguez commented 3 years ago

hello!! someone alive here?

zuiderkwast commented 3 years ago

Unfortunately, I think nobody is alive here. I have cherry-picked your spec fix to our fork: https://github.com/Nordix/eredis_cluster. We have done a lot of improvements in this fork recently.

agutierrezrodriguez commented 3 years ago

thanks @zuiderkwast. We'll migrate to your implementation.