This modification will allow to insert more complex data structures, avoiding the redis limitation that only allow dictionaries composed by key: value with value being a simple type.
This adds some overhead because of the json.dumps and json.loads methods (in both suricate server and clients), but this will allow to retrieve all the parameters regarding a single component in one single call.