-
Matt Robenolt authored
The way it is now, doing a cache.add has a slight race condition between checking if the key exists already before setting. This rewrite uses the native SETNX command to only set the key if one doesn't exist yet.
911cc952
| Name |
Last commit
|
Last update |
|---|---|---|
| redis_cache | ||
| tests | ||
| .gitignore | ||
| AUTHORS.rst | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.rst | ||
| setup.py | ||
| sockettests.py | ||
| tcptests.py |