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 using Redis, supporting distributed clusters. Implemented with ioredis.