Storage Adapter
📄️ Process Shared Adapter
Process shared storage adapter allows you to share cache in multi-process environment.
📄️ File Storage Adapter
Store data through files, use atomic file operations, and support server clusters.
📄️ Redis Storage Adapter
Store data through redis and support distributed clusters. Use ioredis to implement it.