You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ignore pymemcache's get_many returns False value
In some case, pymemcache returns {'key': False}
if client does not found.
It raises exception at Django-Cachalot.
Django-Cachalot's author said get_many should not contain a key
that's not in the cache, as stated in Django.
So we try to imprements get_many method and ignore if False
were included.
0 commit comments