Yuki Tanaka
Yuki Tanaka
Thanks for feedback, that makes sense :+1:
@mohankoppuravuri Thanks for reporting thie issue! I tried it in my environment and could not reproduce the problem. It seems that perhaps the package is not installed or `deno lsp`...
@ArturSharapov To run tests locally, you'll need to install `redis-cli` and `redis-server` binaries. Your implementation looks good, so if installation is troublesome, I'll add tests in another PR. Alternatively, CI...
Thanks for reporting the issue @dionjwa! > ? do I unsubscribe here? It doesn't seem to help No, it is not unsubscribed if it just exits the loop. > What...
P.S. I believe #390 has been resolved in [v0.32.1](https://github.com/denodrivers/redis/releases/tag/v0.32.1). Maybe this problem has also been resolved.
Thanks for the suggestion! I'm positive about supporting cloudflare workers. It may take some time, but I'd like to do that in the future.
@vfssantos Thanks for the feedback! `node-redis` implements Auto-Pipelining and Connection pooling. In contrast, `deno-redis` does not yet implement these features. Therefore, `deno-redis` basically processes commands sequentially. We would like to...