-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cached? and clear methods not working properly? #10
Comments
Notably, something looks off here with debug mode: when cache is hit using
when I try to clear it using
|
hey @mepatterson i just now have time to work on lock_and_cache - sorry for the huge delay. did you figure this out? |
I think I just ended up working around it by always hand generating my own key string and not using the |
hey @mepatterson try putting the lock and cache storage in a different redis db "number" e.g.
(updated: put the cache and lock storage in diff dbs themselves, for a total of 3 db numbers used) |
I cached a token from my API service:
After this, it DOES appear to properly cache and not hit the remote service anymore.
but the
cached?
method doesn't seem to work...clear
doesn't seem to work eitherAm I misunderstanding something about usage?
The text was updated successfully, but these errors were encountered: