Skip to content

Consider loading json strings instead of dictionaries into redis #143

@giuseppe-carboni

Description

@giuseppe-carboni

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions