bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
517 stars 146 forks source link

Redis lock should have a expire time #163

Closed nikan1996 closed 6 years ago

nikan1996 commented 6 years ago

In my production environment, I found that if the lock of redis was not set expired, when my program is restart before release the lock, the lock will not expired forever.