webdis
webdis copied to clipboard
A Redis HTTP interface with JSON output
Hi Nicolasff, Can you please let me know if there any plan to support HTTP/2 version as well for webdis. Regards
Hi Nicolasff, Have a query as following - I was trying a small test case on sending multiple http requests on same client connection to webdis. I see response in...
Hi, I am wondering if you planned to publish a version of webdis which supports Redis Stack. It's been released recently and brings a lot of features, and it would...
Hi, can you add DELETE method for deleting keys from Redis?
Hi Nicolasff, Have a query on whether webdis supports redis cluster. If it is not supported, can you please let me know what is recommended way of configuring webdis with...
I discussed the issue on the Fly help forum regarding the OPTIONS request responding with no CORS headers in #216. Fly's HTTP proxy is returning 502 because the OPTIONS response...
If a command waiting for data is used inside the websocket connection (eg `XREAD BLOCK 5000 STREAMS mystream $`), then Webdis will crash if the WS connection closes before the...
i am sorry but it is not clear on the README does websocket implements subscribe?
I noticed that [http_parser](https://github.com/nodejs/http-parser) is no longer maintained and users are advised to migrate to [llhttp](https://github.com/nodejs/llhttp). The README there mentions [significant performance improvements](https://github.com/nodejs/llhttp#performance) compared to `http_parser`, and this might be...
Hi, I think I need some help to configure Webdis cause websocket connection doesn't working. My webdis configuration : ````json { "redis_host": "redis", "redis_port": 6379, "redis_auth": null, "http_host": "0.0.0.0", "http_port":...