[Question] Reuse decorator settings + Race Conditions #742
-
I'm trying out this package for the first time today, and I'm trying to understand some things. I'd appreciate the answer to the following:
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Dreamsorcerer
Jul 10, 2023
Replies: 1 comment 4 replies
-
What kind of race condition? Redlock seems to have a race condition with memcached (#587). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right, to configure caches, you can do that. I'd like to remove the whole config thing in 1.0 though, instead requiring the cache object to be passed to the decorator (instead of a name).
Well, what's going to be dangerous? If you have a race condition where you are fetching a cache item and saving a cache item, then…