Testing LruCache #223
Unanswered
ezeparziale
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Thank you for this information! I will check this scenario as soon as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have identified a bug and some oversights in the package. I am working on a fix and tests, which should be ready soon. Please stay tuned! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @ezeparziale! I apologize for the delay. I have resolved #230 in version |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the Redis stack example, as outlined in the following documentation: https://caching-tools.github.io/next-shared-cache/redis-stack
I'm testing all the features, but when I shut down Redis to test the LRU Cache, my page crashes.
I thought that when Redis is not available, the LRU cache would work, but I can't test this scenario. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions