tporadowski/redis

can not bind the address like "localhost"

Open

#48 opened on Jan 9, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C (1,045 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (8,005 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I want start redis server on "locahost" (may be have ipv6 only host in the network, so do not use "127.0.0.1"), but failed. I found BindParams::IsIPAddress can not support "localhost", is only support IP address.

Contributor guide