wooga / eredis

Erlang Redis client
MIT License
628 stars 280 forks source link

add eredis:start method #88

Open galina opened 8 years ago

galina commented 8 years ago

Common test's init_per_group/2 has an issue with starting linked process: it terminates process started with start_link method beforehand.

So I have some tests that use groups but eredis does not have start method (only start_link).

It would be useful for such issues to have ordinary start method (without link).