webdis
webdis copied to clipboard
A Redis HTTP interface with JSON output
Nicolas, I've found that webdis fails msgpack-related tests using python-mspack with version 0.3.0. All tests pass with python-msgpack version 0.2.0 installed. However this package only is available in Debian and...
Hi, Debian is underdoing migration to libevent 2.1.x. With this library running pubsub test takes forever (progress stops on 2%): ``` make[2]: Entering directory '/build/webdis-0.1.4+dfsg' python tests/basic.py ...................... ---------------------------------------------------------------------- Ran...
Hi, I am trying out webdis as a pub sub web socket frontend. Here's the relevant code creating and tearing down the web socket connection: ``` javascript var jsonSocket =...
Hello, I've got this error when trying to send 2 request in a row with WebSocket. ``` [warn] Epoll MOD(1) on fd 133 failed. Old events were 6; read change...
Are there any windows binaries or plans to make it build on Windows (via VC) perhaps?
I am trying to install webdis on a Rhel 7.1 server. Doesn't seem like it works. I am getting the below error: bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../libevent.so when searching for -levent...
Terminal 1: ``` $ curl -v http://127.0.0.1:7379/SUBSCRIBE/test * Trying 127.0.0.1... * Connected to 127.0.0.1 (127.0.0.1) port 7379 (#0) > GET /SUBSCRIBE/test HTTP/1.1 > Host: 127.0.0.1:7379 > User-Agent: curl/7.50.1 > Accept:...
I made some stress test on webdis and noticed that above certain workload it stops returning via GET the values that had been previously SET. So I am wondering what...
It seems to have a poor concurrency and callback result. How to get a better concurrency? Thanks!
I am calling webdis with .NET C# using the SUBSCRIBE command. I have run into situations where reading the stream gives me a timeout. Is there any way to maintain...