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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -