Magento – Redis vs Memcached for Magento 2.3

magento2.3optimizationredis

It says here that Redis is superior to Memcached, but I plan to update to upgrade my store to the latest Magento 2.3

Will Redis still work? Can't risk slowing the shop down

Best Answer

Redis is better. Why?

  1. You can use Redis as the session and Cache Storage.But memcached is only used for Session Storage.

  2. If you already check the redis is better for speed then So go with Redis is the best options.

  3. Magento Docs is already suggested to the use redis.

Refer to Why Redis is better for a list of advantages to using Redis.

I do not think redis will create at Magento 2.3 version.

Related Topic