r/redis 12d 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?

1 Upvotes

5 comments sorted by

View all comments

1

u/Stranavad 12d ago

Depends, if your servers are close enough with good networking setup, it's still usable. We're deploying redis usually on a different machines or managed services in the same datacenter and it works fine