w3c / automotive-viss2

MIT License
9 stars 15 forks source link

Redis update #111

Closed UlfBj closed 7 months ago

petervolvowinz commented 7 months ago

What is the purpose of running a bash that script from go code. To start the redis server if not already started manually ?

UlfBj commented 7 months ago

@petervolvowinz this is to remove the need for manually starting it. The reason it is done by calling bash that then starts it is that I did not get it to work when calling the redis-server directly from the golang code. Someone more skillful than me can fix that later.