4 ms·
How is security handled for this service?
by kernel_sanders 14y ago
How is security handled for this service?
- thibaut_barrere 14y agoI have the same question; since http://redis.io/topics/security http://redis.io/topics/security mentions "it is not a good idea to expose the Redis instance directly to the internet", even with a strong password, are there specific measures to counter-balance this in the RedisToGo setup? Edit: I've contacted RedisToGo to ask them directly.
- benarent 14y agoWe've put in place the best practices advised by Salvatore. http://redis.io/topics/security http://redis.io/topics/security. `In general, Redis is not optimized for maximum security but for maximum performance and simplicity.` There are few projects building SSL into Redis https://github.com/tritondigital/ssl-redis https://github.com/tritondigital/ssl-redis; but nothing has been fully adopted by the community yet. We offer a VPN, SSH and IP restrictions to bolster security. We currently only offer these to our larger plans, but can offer a custom solution depending on your requirements. - ben@redistogo.com
- thibaut_barrere 14y agoHello Ben - thanks for your reply!