相关疑难解决方法(0)

如何在不同的端口上使用memcached

i have excuted c:\memcached>memcached -l 0.0.0.0:11211,0.0.0.0:11212
getaddrinfo(): No such host is known.
failed to listen on TCP port 11211: No error.
and that was the response i got
if i will execute c:\memcached>memcached -p 11211 -d
memcached: option requires an argument -- d
Illegal argument "?" this was the response i got. so i tried these following commands
c:\memcached>memcached -p 11211 -d start
c:\memcached>memcached -p 11212 -d start
Run Code Online (Sandbox Code Playgroud)

但仍然在11212听不到端口11211.为什么?

java memcached spymemcached

4
推荐指数
1
解决办法
7960
查看次数

标签 统计

java ×1

memcached ×1

spymemcached ×1