Error with memcache memcached php 7.4

Solution 1:

Your PHP installation has an incompatible version of the memcached PHP module.

You need to make sure that main PHP and its PHP memcache module are installed from the same source.

memcached service is the actual daemon that stores the data. PHP memcached module is the adapter that facilitates connections to the memcached daemon.