Could I disable memcached if I use redis

I just updated to easy engine 3.3 from 3.2.2 and changed to redis

If I changed to redis, do I still need memcached?
If I do not need memcached anymore, how can I disable it?
thanks

hii Enterpr1se

EE does not require memcached .

If you do not need , you can disable memcached using :

service memcached stop

But before doing that i would suggest you to check all your plugins list once , if any of them is still required memcached .

Hi @Enterpr1se

I hope your issue has been satisfactorily resolved, If not, please revert back or else this topic will be closed after a duration of 48 hours.

Thanks.

If my site use pagespeed, memcached is mandatory?
In the file /etc/nginx/conf.d/pagespeed.conf
I have found:

Needs to exist and be writable by nginx. Use tmpfs for best performance.

pagespeed MemcachedServers “127.0.0.1:11211”;
pagespeed FileCachePath /var/ngx_pagespeed_cache;