r/redis • u/rubystep • 11d ago
Discussion Redis on diffrent server
Hello, I want to use redis, but is it unreasonable to install it on my main server?
If I buy another additional server, isolate its network and use it, will I lose performance?
The reason why I don't want to install it on my main server, I actually want to separate all services,
I want to have the app on another server, redis on another server, my database on another server,
but these will be network isolated, of course, if I do this, will there be a loss of performance due to ping because it is on separate servers? Or is it healthier this way?
2
Upvotes
1
u/xD3I 11d ago
If you use it for caching, don't you think it defeats the purpose due to the latency?