|
|
|
|
|
by pg_2023
627 days ago
|
|
1. When you reply from in memory data, how do you ensure when multiple servers are running the value isn't stale.
2. Have you considered using redis stream or client side caching where redis would send updates to all running servers to invalidate? |
|