How to run multiple Redis instances
In spite of Redis supports multiple databases, it's more convenient to run a separate instance of Redis for each database, so a database would have its own dump file and config. To archive that, you can run Redis either in different docker containers or...