|
|
|
|
|
by antirez
5629 days ago
|
|
Hello, good point, but I think the idea of the author (accordingly to what I read in the Redis maling list) is to provide some kind of access control list. I think the most interesting practical application of a Redis HTTP interface is accessing your Redis database directly from Javascript. One of such simple ACL is to deny all the commands but the few you use, and use unguessable key names. This is good for a low level of security. There are of course much better ways... but I'm curious about how this could evolve. |
|