我在我的服务器上运行了Memcached 2个月.昨天它停止了工作.不知道为什么.所以我尝试过:
root@xyz:~# killall memcached
root@xyz:~# /etc/init.d/memcached stop
Stopping memcached: memcached.
root@xyz:~# memcached -d -m 128 -l 127.0.0.1 -p 11211 -vv -u www-data
bind(): Address already in use
failed to listen
root@xyz:~# memcached -u www-data -vv
bind(): Address already in use
failed to listen
Run Code Online (Sandbox Code Playgroud)
任何的想法?
memcached ×1