Data Operations
Database Operations
Switching Databases
After connecting, use the DB dropdown in the top panel to switch databases (0-15).
Browsing Keys
The left sidebar displays all keys in the current database:
- Load Statistics: Shows loaded keys / total keys count
- Scroll Loading: Loads keys in batches, automatically loads more when scrolling
- Load All: Click the load button to load all keys at once (use with caution for large datasets)
Key Filtering
Enter keywords in the filter box at the top of the left sidebar:
- Supports
*wildcard (e.g.,user:*matches all user-related keys) - Automatically adds wildcards to both ends if no
*is present - Clear the filter to display all keys
Group Keys by Colon
Keys can be organized in a tree structure based on the colon separator. For example, user:123:profile would be displayed as:
user/
└── 123/
└── profile
This makes it easier to navigate keys with hierarchical naming conventions.
Key Operations
Viewing Key Values
- Click a key name in the left sidebar
- The central panel displays detailed key information:
- Key Name (copyable)
- Data Type (String, List, Hash, Set, ZSet)
- TTL expiration time
- Value Content
Data Type Support
| Type | Display Format | Special Features |
|---|---|---|
| String | Text editor | View full content directly |
| List | Indexed list | Lazy loading, click elements to edit |
| Hash | Field-value table | Field filter search, field-level editing |
| Set | Member list | Lazy loading, click elements to edit |
| ZSet | Score-member list | Display sorted by score |
Editing Keys
- Click the Edit button to enter edit mode
- Modify the key name or value content
- Click Save to apply changes, or Cancel to discard
Creating New Keys
- Click the ➕ button at the top of the left sidebar
- Select the data type (String, List, Hash, Set, ZSet)
- Enter the key name, initial value, and TTL (-1 for no expiration)
- Click Create to create the key
Deleting Keys
- Click the Delete button in view mode to delete the current key
- Deletion is irreversible, please proceed with caution
Refreshing Keys
Click the 🔄 button to reload the current key's value and TTL.
Modifying TTL
- Click the edit button next to the TTL
- Enter the new expiration time in seconds
- Click Save to apply, or leave empty to remove expiration