Norman Jäckel
Norman Jäckel
Can we please reopen this issue? `mergo.WithOverwriteWithEmptyValue` does not fix this.
This works and is ok for me but reading from stdin would be a little bit nicer and cleaner. ;-) Thanks in advance.
Maybe this issue is related to https://code.djangoproject.com/ticket/29203 If connection to redis timed out, django thinks the session is deleted and removes the session cookie during response. So the client is...
Sorry for the noise in #62. In https://code.djangoproject.com/ticket/29203 @timgraham stated that Django might > discourage use of the "ignore connection timeout exception" option. So I think django-redis-sessions should raise the...
Sounds good. I do not have time for now to check this again but I thank you very much for the follow up.
Ok, sounds nice. Two remarks: Please think about that I may be want to get different properties from different sources like via AsyncHttpClient oder using Motor (with MongoDB). And maybe...
I am new to this so to understand everything here I must see a full example how to use may be `AsyncHttpClient().fetch(...)` in the function. Maybe it is really easy....