wooga / eredis

Erlang Redis client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

connect with default option not check redis server

linbo opened this issue · comments

Hi,

I am not sure it is a bug or not, if open a tcp server instead of redis server, connect still works fine.

Reproduce step:

  1. nc -l 8888
  2. eredis connect to 8888 port works fine