What is the difference between memcache and memcached and how can it be used in a rail on rails application.

Hi All

What is the difference between memcache and memcached and how can it be used in a rail on rails application.

Kind Regards

Gurdipe

Hi All

What is the difference between memcache and memcached and how can it be used in a rail on rails application.

There isn't really any difference - they both refer to the memcached cache server (memcached is the actual name of the binary. people seem to often use memcache as a verb or as the name of client libraries).

Memcache is one of the more common backends people use for caching in rails. Caching with Rails: An Overview — Ruby on Rails Guides has an overview of various aspects of caching in rails.

Fred