webdis
webdis copied to clipboard
A Redis HTTP interface with JSON output
./server.h:4:10: fatal error: 'event.h' file not found # include I have installed libevent 2.2 using brew but still getting the same issue.
If we issue an MGET command asking for a key that does not exist we will not get anything for it. For example, let's say that we did the following...
Hello, I have noticed that before each log message goes some number, i.e. "42". Trying to figure out what it was lead me to slog.c where I found this: const...
Hello I tried to configured acl in webis.json as follows: "acl": [ { "disabled": ["*"] }, ``` { "http_basic_auth": "user:password", "enabled": ["SET"] } ``` ] I can use curl -u...
When using a package that I wrote at https://github.com/adamgoose/angular-webdis, my angular application sends several subsequent SUBSCRIBE commands. About 20% of the time, some of the later commands are not acknowledged...
Hi, I'm trying to open websocket.html example page from IOS7 Iphone and from Android 4.1.2 Samsung but the connection can't be established. Two devices are connected to the network over...
Redis: 2.8.3 webdis: 0.1.1 http://localhost:7379/scan/0/match/*1* {"scan":["0",null]} 127.0.0.1:6379> scan 0 match *1* 1) "0" 2) 1) "1420762238" 2) "20150109" Am I missing anything here?
I'm trying to use websocket pubsub from an html page loaded over https. The browser's security restrictions prevent this, though, since the websocket connection is made over ws:// instead of...
Unless I am missing something in the readme, it seems that there is no way to see in the response the key name that was requested. In some situations (such...
I may not have thought this through, but would it make sense to have ACL's on key prefixes? It would be nice to be able to restrict what I serve...