-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this work with coroutines using luvit streams? #9
Comments
Hi @pyros2097 , Sorry, it doesn't support coroutine, currently only callback style is supported, but maybe we can work into it later. In your reply:
You mean |
I meant
My Version,
I got this error when my mongodb was offline. It works fine when mongodb is online. Anyway I saw the source code your'e using the 'net' library whereas the redis client is using 'coro-net' library. I'll try to port if It seems worth it. |
It should not panic when mongodb offline, seems a bug. will fix it later. I'm not quite familiar with |
Fixed error message, published to lit, please use version |
Like explained here https://github.com/creationix/redis-luvit#usage
Doesn't seem to work with luvit 2.0
The text was updated successfully, but these errors were encountered: