Redis cache / sessions

Saturday, April 20, 2024 2:03:10 PM
  • Posted: Friday, August 2, 2019 10:25 AM
  • 8
Hi,

I want to deploy multiple instances of Grandnode behind a load balancer, with shared cache / session storage in redis.  Where / how do I configure this?
0
  • Posted: Friday, August 2, 2019 10:41 AM
  • 8
Never mind, I found it :)

For anyone else wondering the same thing, it's in Grand.Web/App_data/app_settings.json:

  "RedisCachingEnabled": false,
    "RedisCachingConnectionString": "localhost",
0
  • Posted: Friday, August 2, 2019 10:50 AM
  • 953
Hello,

Redis can be configured in appsettings.json file. It's very simple: http://docs.grandnode.com/redis-caching. In the case of Load Balancer configuration, it's better to ask your administrator.

Edit// I've just saw your answer, that's great :)
Best regards,
Patryk

GrandNode Team
0
back to top
Filters