I''ve been trying to start the memcache-client server on my development box, but haven''t been able to figure out how to do this. It defaults to using "localhost:11211," but there is nothing running on that port. The rDoc for memcache-client just says to run: CACHE = MemCache.new ''localhost:11211'' but that doesnt actually start a memcache server on port 11211. How do I get a memcache server running on port 11211 so that MemCache can connect to it? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Michael Guterl
2007-Sep-25 21:59 UTC
Re: memcache-client - how to start server on development
That is merely a memcache client for ruby. You have to run the actual memcache server, memcached. See below for more information. http://www.danga.com/memcached/ On 9/25/07, Aryk Grosz <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > I''ve been trying to start the memcache-client server on my development > box, but haven''t been able to figure out how to do this. > > It defaults to using "localhost:11211," but there is nothing running on > that port. > > The rDoc for memcache-client just says to run: > > CACHE = MemCache.new ''localhost:11211'' > > but that doesnt actually start a memcache server on port 11211. How do I > get a memcache server running on port 11211 so that MemCache can connect > to it? > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
hi, thanks for the response, yeah I realized that after many hours..doh! Anyways, I ended up having to get the memcache server for windows. Thanks for the response, nonetheless. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---