Redis database index restriction to IP -
in redis, possible allow ip addresses can update selective database index?
for example:
127.0.0.1 can update database index 1 127.0.0.2 can update database indexes
no. per docs:
while redis not try implement access control, provides tiny layer of authentication optionally turned on editing redis.conf file. when authorization layer enabled, redis refuse query unauthenticated clients. client can authenticate sending auth command followed password.
a global password authenticating authentication redis provides afaik.
Comments
Post a Comment