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??
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??
On Wed, Oct 18, 2006, unni.tallman wrote:
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs