wooga / eredis

Erlang Redis client
MIT License
628 stars 280 forks source link

Will be nice to have a way to specify aditional tcp options #97

Closed silviucpp closed 5 years ago

silviucpp commented 7 years ago

Hello,

Right now the tcp options are hard coded and there is no way I think to specify additional options like: {keepalive, boolean()} for example.

Might be nice to have a way to specify those when we create the connection

knutin commented 7 years ago

I welcome a patch! :)