Skip to content

Redis

Redis is optionally used as a cache in Lime CRM.

You can enable caching of the Lime CRM data structure by using Redis. This will affect the performance of the Desktop Client, and we have measured improvements between 3x to 10x per request, overall giving a about factor 10 reduction in load times opening inspectors in the Desktop Client. This is configured like this

Redis is not provided in the server installation and must manually be installed. Redis is not official supported on Windows and we recommend running it as a docker container. There is also an older unofficial, previously supported by Microsoft, that can be used.

Back to top