Hi,

Above code is working fine,

you assign the memcached server where you run memcache server

memcache_servers = "localhost:11211"

above line you replace localhost as IP(i.e,)where memcache server 
running
ex:memcache_servers = "168.162.10.26:11211"   -- like this



and start memcache server using this cmd

memcached -d -m 256 -u nobody -p 11211 -l 168.162.10.26

any doubt in this mail me.


regrads,
T.Sathish
[EMAIL PROTECTED]
-- 
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to