Set up Creatio caching server (Redis)
Caching server functions:
-
storing the data of user sessions
-
storing cached data
-
facilitate data exchange between web farm nodes
Creatio uses Redis open-source, in-memory data structure store. Redis stores data in RAM, which ensures high performance and fast response times.
Redis is primarily developed and tested on Linux and, to a lesser extent, other Unix-like operating systems, such as OS X, FreeBSD and OpenBSD. While Redis is also available on Windows Server, running Redis on Windows machines has significant drawbacks and is not officially recommended for deploying a production environment.
We recommend deploying Redis on Linux operating systems for production environments.
Contents
•Set up Creatio caching server (Redis) on Windows
•Set up Creatio caching server (Redis) on Linux
See also
•Set up Creatio application server on IIS
•Deploy Creatio .NET Core application server on Linux directly
•Deploy Creatio .NET Core application server on Linux using Docker