redis-om-python
redis-om-python copied to clipboard
add `default` parametter to `HashModel.get`
Hi, I added new constant value __INCOMPLETE as default value for optional parameters and then added a new optional parameter named default to get function. When user pass value to default parameter (including None and Ellipsis) then if key not exist it will return default, otherwise it raises NotFoundError