rc icon indicating copy to clipboard operation
rc copied to clipboard

Redis cache cluster system in Python

Results 2 rc issues
Sort by recently updated
recently updated
newest added

I didn't find the mutex in your `cache.decorator` . How do you avoid that a large amount of request would request db if the key is invalid?

`````` python from itertools import izip``` cache.py line 3 ``````