www/apps/book/app/learn/fundamentals/modules/infrastructure-modules/page.mdx
export const metadata = {
title: ${pageNumber} Infrastructure Modules,
}
In this chapter, you’ll learn about Infrastructure Modules.
An Infrastructure Module implements features and mechanisms related to the Medusa application’s architecture and infrastructure.
Since modules are interchangeable, you have more control over Medusa’s architecture. For example, you can choose to use Memcached for event handling instead of Redis.
There are different Infrastructure Module types including:
The Caching Module was introduced in Medusa v2.11.0 to replace the deprecated Cache Module.
</Note>Refer to the Infrastructure Modules reference for a list of Medusa’s Infrastructure Modules, available modules to install, and how to create an Infrastructure Module.