Savannah Norem
Savannah Norem
@simonprickett I believe this has been added?
@simonprickett seems like this issues has had a bug fix already merged in and can be closed
@simonprickett fix has been merged so we can close this out
Thanks for finding a way to make it work! @simonprickett - should we look into why timedelta isn't really supported or make a documentation issue with a workaround?
Hi - yes you can use pipelines in OM. When using the OM library you also have access to all the core Redis features - you can start a pipeline...
This is being worked on - but in the meantime if you can, this issue only applies to HashModels and you can swap it for a JsonModel and it will...
Thanks for bringing this up! Seems like right now the easiest way to get around this is to add a default value that would never exist in your data. I'll...
Hi! So HashModel extends from BaseModel which means that `if isinstance()` actually should pass - we'll take a look at some of the json_encoder stuff and check it out!
@simonprickett seems like this has been addressed and should be closed
Checking this out! What a good/weird bug find!