A lightweight Windows Forms application for managing Redis databases.
- Connect to Redis servers with multiple endpoints
- Browse and search Redis keys
- View and edit different Redis data types:
- Strings
- Lists
- Sets
- Sorted Sets
- Hashes
- Real-time value updates
- Add new keys of any supported type
- Clone the repository
- Open the solution in Visual Studio
- Build and run the application
- Enter your Redis connection string (e.g.
127.0.0.1:6379
) - Click "Connect" to establish connection
- Use the search box to filter keys
- Select a key to view/edit its value
- Use the "+" button to add new keys
- Click "Save" to persist changes
- .NET 8.0
- Windows OS
- StackExchange.Redis package
This project is licensed under the Apache License 2.0 - see the LICENSE.txt for details.