Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Created November 3, 2023 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vielhuber/f5fec18f29ad596f97b2df106af3741b to your computer and use it in GitHub Desktop.
Save vielhuber/f5fec18f29ad596f97b2df106af3741b to your computer and use it in GitHub Desktop.
get all laravel cached items by key (with redis enabled) #php #laravel
dd( \Illuminate\Support\Facades\Redis::connection('default')->keys('*') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment