wooga / eredis

Erlang Redis client
MIT License
628 stars 280 forks source link

authenticate fail , wrong password. #104

Closed boboxiaodd closed 6 years ago

boboxiaodd commented 7 years ago

i change the source and authenticate success

eredis_client.erl #351

authenticate(Socket, Password) ->
    do_sync_command(Socket, eredis:create_multibulk(["AUTH", Password])).