I am on rails 2.3.5 and ruby on 1.8.7. I have a single application using a local memcached (latest version from apt-get memcached) instance. It seems memcached is working as expected but going through the docs and other comments,
1 - It seems memcached-client is recommeneded for speeding things up. I can't tell for sure with my version of rrails/ruby if I really need it or not. Right now I use Rails.cache.read/write/fetch commands. I have installed this gem and I wonder what is interfacing with memcached without this gem and if it's good enough.
Thanks