You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.