Skip to content
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

Feature/custom cache driver #13

Merged
merged 2 commits into from
Jun 28, 2024
Merged

Conversation

sylvesterdamgaard
Copy link
Member

No description provided.

@sylvesterdamgaard sylvesterdamgaard merged commit 6b02275 into main Jun 28, 2024
1 check passed
Copy link

what-the-diff bot commented Jun 28, 2024

PR Summary

  • New Section in README
    Added guidance within the README.md document to explain how to use the newly implemented custom cache driver alongside a database index.

  • Code Change in README
    Modified the example code in the README.md document to illustrate the utilization of the redis_with_database cache driver.

  • Update in Cacher.php
    Revamped the cacheUrl method in the Cacher.php file to now use the firstOrCreate function. This change optimizes our process by preventing it from creating duplicate cache entries.

  • Code Removal in ServiceProvider.php
    Removed certain unnecessary sections of code from the register method in the ServiceProvider.php file, simplifying our application environment without reducing functionality.

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