#15 Maintain vm status in redis
Opened by kushal. Modified

We want to maintain the status of the vms in redis.


Initial idea

The key can be vm:urn and inside we can have all the details we want to keep.
Save them to the db only when it is required.

Metadata