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

eval/evalsha support #3

Closed paramahamsa closed 8 years ago

paramahamsa commented 8 years ago

get_key_from_command fun doesnt support eval or evalsha redis commands. Example:

eredis_cluster:get_key_from_command([<<"eval">>, <<"local temp = 1 return temp">>, 1, <<"key">>,<<"value">>]).
"local temp = 1 return temp" (should return <<"key">>)

adrienmo commented 8 years ago

Hello paramahamsa, thanks for filing this issue, I will fix it in the next release.

adrienmo commented 8 years ago

Hello paramahamsa, this issue has been fixed in the version 0.4.1

paramahamsa commented 8 years ago

Great, thank You!

2016-01-11 9:40 GMT+02:00 Adrien Moreau notifications@github.com:

Hello paramahamsa, this issue has been fixed in the version 0.4.1

— Reply to this email directly or view it on GitHub https://github.com/adrienmo/eredis_cluster/issues/3#issuecomment-170453844 .