Testing Redis Cache
We've just finished setting up Redis Cache. How can we make sure that it is working? What happens if the Redis Cache isn't working?
Comments
-
A good way to test this would be to create a flow on one node and then checking to make sure that the flow exists on the other node. You can check what node you're on by using the HealthCheck page ([PortalBaseURL]/home/healthcheck).
Without Redis, cluster nodes cannot communicate object ownership, synchronize cache, or broadcast updates. This will result in errors, loss of real-time sync, and unreliable behavior across nodes.

