I previously had Memcache running on my localhost/127.0.0.1 port 11211. Unfortunately, I rebooted my computer and now port 11211 isn't open and I don't know the command to open this port.
Can someone help with this?
|
I previously had Memcache running on my localhost/127.0.0.1 port 11211. Unfortunately, I rebooted my computer and now port 11211 isn't open and I don't know the command to open this port. Can someone help with this? |
|||
| show 10 more comments |
|
you need to start memcache by typing
in terminal and leaving the window open or start the daemon
you could also look for a loadctrl script if you want this to always run on boot. |
|||||||||||||||||
|
memcached -d– emcconville Sep 27 '12 at 18:56memcached -dwhich is a command. I think SE question parsing is getting silly. – tim peterson Sep 27 '12 at 19:02