sdslabs/gasper

Add endpoints for fetching the logs and reloading the database containers

alphadose opened this issue · 1 comments

Add endpoints for fetching the logs and reloading the database containers

The logs and reloading for redis databases have to be handled differently because for redis a new container is created per user database which is different from other database services like MySQL in which only one container holds all the databases
This is due to the fact that there is no provision of isolation among different databases in redis