Redis Caching
By default when distributed cache is enabled ngSurvey uses its database to manage the cached objects. As an alternative for high performance scenarios its also possible to configure instead a Redis caching server for ngSurvey. This setup can enhance performance by offloading cache storage from your database to the Redis server.
To setup your Redis caching server set following environment variable with your Redis connection string and optionally you can set also a specific instance name for your Redis storage.
NGSurvey:RedisConnectionString
NGSurvey:RedisInstanceName
Last updated
Was this helpful?