For the first time, we have a fully functional sample that implements Panther Web's external cache interface!
This sample uses Redis as the server - A perfect choice! It also uses open source Redis client software for C that supports Redis Clusters. If you don't like Redis, no problem. We are giving you our source code which contains several function calls to Redis
Client APIs that you may replace with your choice of API for your preferred data store.
The benefits of Redis vs the file-based cache includes improved performance, scalability, and high availability. Since Redis uses an in-memory data store, it provides a superior performance to Panther's file-based cache. It is also superior to relational database
systems that persist data to disk.
Reach out to our team at support@prolifics.com to download this sample.
|