Memcache...HELP..!!

U

unni.tallman

require 'memcache'
m=Memcache.new
m.add_server("127.0.0.1:12345")
m.add('foobar', 'baz')

ERROR : mcm_server_connect_next_avail():2323

what should i do??
 
B

Ben Bleything

require 'memcache'
m=Memcache.new
m.add_server("127.0.0.1:12345")
m.add('foobar', 'baz')

ERROR : mcm_server_connect_next_avail():2323

Can you telnet to localhost on port 12345? It sounds like your
memcached might be down.

Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top