Running multiple Redis instances on the same server.
Setting up multiple Redis instances on the same server is pretty easy, but if you want to be able to easily start/stop and restart instances, you’ll need to play with the init scripts of redis-server. I needed this to be able to offer Redis buckets to different customers on a shared platform. This is how […]
Running multiple Redis instances on the same server. Read More »