|
|
|
|
|
by antirez
4453 days ago
|
|
I'm not sure how they implemented this, but there is a way to implement this in a sane way, which is as a separated process that is able to access Redis, but totally mediates the communication with it in a secure way. So you install this daemon alongside your Redis servers deployment, and it calls home (to avoid opening ports at all) with SSL in order to establish a secure communication channel with the web app. Every request received by the web app is then verified and sent to the Redis server only after validation. |
|
[1] https://github.com/scoutapp/scout_realtime