Data Caching
Cache data between calls to a server instance
Cache data between invocations of deployed MATLAB® functions using the MATLAB Production Server™ persistence service and Redis™. A key-value interface allows you to read and write data to Redis from your MATLAB code.
Topics
- Data Caching BasicsSet up the server to use Redis, start a persistence service, and create a data cache. 
- Manage Application State in Deployed ArchivesTest application before deployment and cache data in application archives deployed to MATLAB Production Server.