We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2c2f4 commit d3005feCopy full SHA for d3005fe
README.md
@@ -72,7 +72,6 @@ php artisan cache:list --store=redis
72
73
- 🔍 **Interactive search**: Search cache keys by typing text
74
- 📋 **List all keys**: View all available keys in your cache
75
-- 👁️ **Value preview**: See the value of the key before deleting it
76
- 🗑️ **Selective deletion**: Delete individual keys without affecting the rest of the cache
77
- 🔌 **Multiple drivers**: Supports Redis, File and Database
78
@@ -96,7 +95,6 @@ $ php artisan cache:list
96
95
> user_1_profile
97
98
📝 Key: user_1_profile
99
-💾 Value: {"name":"John Doe","email":"john@example.com"}
100
101
Are you sure you want to delete this cache key? › No / Yes
102
0 commit comments