I have fixed a few bugs according to Copilot:
- Load and unload the data from Redis correctly (I forgot to put json.loads and json.dumps in some function
) - Pass
attr_to_keyto Serializer in Redis client - Pass
set_kwargsto set command - Remove the requirement of
idfield in a model, used to create reference key, which is replaced with attr_to_key and key_factory. - Add unloaded relationship to Deserializer (return
None) - Remove depth control in Deserializer
- And so more (look at the commit history below)
Atfer all, I think I need to sleep more because my brain is not braining now 
Log in to leave a comment




