Dev - #15
Merged
Merged
Conversation
- Extended RedisConnection with data commands (SCAN, TYPE, TTL, GET, SET, HGETALL, LRANGE, SMEMBERS, ZRANGE, DEL, RENAME, EXPIRE, etc.) - Created RedisExplorerView with breadcrumb navigation (like MongoDB) - Created RedisDatabasesView showing db0-db15 with key counts and TTL info - Created RedisKeysView with SCAN-based pagination, pattern search, type badges, TTL display, and inline delete - Created RedisKeyEditor with type-aware viewer/editor: * String: text editor with save * Hash: field/value table with HSET/HDEL * List: indexed items with RPUSH * Set: members with SADD/SREM * Sorted Set: scored members with ZADD/ZREM - Added TTL management dialog (set/remove expiry) - Modified RedisView (stats) to accept optional connection/onBack - Wired RedisExplorerView into WorkspacePanel - Stats button in breadcrumb bar for easy switching
- Redis connections in sidebar are now expandable with a tree arrow - Expanding a Redis connection fetches active databases (via INFO keyspace) - Click connection name в†’ shows statistics view in workspace - Click specific db (db0, db1...) в†’ shows key browser for that database - Sidebar uses temporary connection for DB probe (doesn't kill main view) - RedisExplorerView simplified: takes required database parameter - Database list view removed from main area (now in sidebar tree) - Stats toggle still available in the breadcrumb toolbar - Works both at root level and inside folders
Redis execute
feat: show all 16 Redis databases in sidebar tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
kisi kisi meow meow