Open waltermoreira opened 9 years ago
Objects in the Redis database are currently pickled Python objects. We want to convert them to plain JSON objects for easier inter-operation with other languages and for easier debugging.
A JSON store class is implemented in the branch async_registration, but it still needs to be merged to master and the database needs to be migrated.
async_registration
Objects in the Redis database are currently pickled Python objects. We want to convert them to plain JSON objects for easier inter-operation with other languages and for easier debugging.