[ 
https://issues.apache.org/jira/browse/GEODE-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darrel Schneider updated GEODE-8158:
------------------------------------
    Description: 
Currently, when the redis-bind-address is not specified or "", the default is 
requested from the operating system (LocalHostUtil.getLocalHost()).

What it should do instead is use InetAddress.anyLocalAddress().

  was:Currently, when the redis-bind-address is not specified or "", the 
default is requested from the operating system (LocalHostUtil.getLocalHost()).  
Should we bind to all available addresses instead when there is an 
empty/unspecified bind address to be more consistent with other network 
services? 


> when redis-bind-address is empty/unspecified bind to all local addresses
> ------------------------------------------------------------------------
>
>                 Key: GEODE-8158
>                 URL: https://issues.apache.org/jira/browse/GEODE-8158
>             Project: Geode
>          Issue Type: Improvement
>          Components: redis
>            Reporter: Sarah Abbey
>            Assignee: Darrel Schneider
>            Priority: Minor
>
> Currently, when the redis-bind-address is not specified or "", the default is 
> requested from the operating system (LocalHostUtil.getLocalHost()).
> What it should do instead is use InetAddress.anyLocalAddress().



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to