Skip to content

Commit d3005fe

Browse files
committed
Fixed what needed fixing and squished some bugs. 🐛
1 parent 5f2c2f4 commit d3005fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ php artisan cache:list --store=redis
7272

7373
- 🔍 **Interactive search**: Search cache keys by typing text
7474
- 📋 **List all keys**: View all available keys in your cache
75-
- 👁️ **Value preview**: See the value of the key before deleting it
7675
- 🗑️ **Selective deletion**: Delete individual keys without affecting the rest of the cache
7776
- 🔌 **Multiple drivers**: Supports Redis, File and Database
7877

@@ -96,7 +95,6 @@ $ php artisan cache:list
9695
> user_1_profile
9796

9897
📝 Key: user_1_profile
99-
💾 Value: {"name":"John Doe","email":"john@example.com"}
10098

10199
Are you sure you want to delete this cache key? › No / Yes
102100

0 commit comments

Comments
 (0)