Skip to content

Conversation

@shulard
Copy link

@shulard shulard commented Jun 12, 2025

We are using this library in production and I just got a small error in our Sentry about the expires_at information not available.

I looked at the code and it seems that we are calling in the same method :

  • cache->set
  • cache->get

This PR is about removing the cache->get in that method because we were just building the information to be cached array.

Since we are building the cache metadata in that method
we can reuse them directly instead of calling the cache->get
method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant