nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.84k stars 304 forks source link

Implementing access control #119

Closed ronisegoly closed 9 years ago

ronisegoly commented 9 years ago

Can someone explain please explain how to implement access control in webd.is? I have redis server on my google cloud Does webd.is have its own access control aside from redis? I just added password to my redis server

nicolasff commented 9 years ago

Please have a look at the documentation here: https://github.com/nicolasff/webdis#acl

ronisegoly commented 9 years ago

I have seen it but honestly got lost, and I am layman Is it separated from redis server access control mechanism? If that is the case, please explain how do I implement it.

And one more question, if I have password set on my redis server how to I use it using your interface