23.01.2019, 09:47
Config is saved to storage db in JSON form. You can get/set it like this, storage.get/storage.set cannot be used because of different data format.
Code:
config = storage.exec('get', 'mosaic:config:0')
storage.exec('set', 'mosaic:config:0', config)