forked from flathub/com.redis.RedisInsight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.redis.RedisInsight.metainfo.xml
More file actions
277 lines (269 loc) · 19.7 KB
/
Copy pathcom.redis.RedisInsight.metainfo.xml
File metadata and controls
277 lines (269 loc) · 19.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.redis.RedisInsight</id>
<name>Redis Insight</name>
<summary>Developer GUI for Redis, by Redis</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>SSPL-1.0</project_license>
<developer_name>Redis, Inc</developer_name>
<categories>
<category>Development</category>
</categories>
<description>
<p>RedisInsight is an intuitive and efficient GUI for Redis, allowing you to interact with
your databases and manage your data—with built-in support for Redis modules.</p>
<p>
RedisInsight Highlights:
</p>
<ul>
<li>Browse, filter, visualise your key-value Redis data structures and see key values in
different formats (including JSON, Hex, ASCII, etc.)</li>
<li>CRUD support for lists, hashes, strings, sets, sorted sets, and streams</li>
<li>CRUD support for JSON data structure</li>
<li>Interactive tutorials to learn easily, among other things, how to leverage the native JSON data structure
supporting structured querying and full-text search, including vector similarity search for your AI use cases</li>
<li>Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated
as you interact with your database</li>
<li>Profiler - analyze every command sent to Redis in real-time</li>
<li>SlowLog - analyze slow operations in Redis instances based on the Slowlog command</li>
<li>Pub/Sub - support for Redis pub/sub, enabling subscription to channels and posting
messages to channels</li>
<li>Bulk actions - Delete the keys in bulk based on the filters set in Browser or Tree
view</li>
<li>Workbench - advanced command line interface with intelligent command
auto-complete, complex data visualizations and support for the raw mode</li>
<li>Command auto-complete support for search and query capability, JSON and
time series data structures</li>
<li>Visualizations of your search and query indexes and results</li>
<li>Ability to build your own data visualization plugins</li>
<li>Built-in click-through guides for Redis capabilities</li>
<li>Officially supported for Redis OSS, Redis Cloud. Works with Microsoft Azure Cache for Redis</li>
</ul>
</description>
<url type="homepage">https://redis.com/redis-enterprise/redis-insight/</url>
<url type="vcs-browser">https://github.com/RedisInsight/RedisInsight</url>
<url type="bugtracker">https://github.com/RedisInsight/RedisInsight/issues</url>
<launchable type="desktop-id">com.redis.RedisInsight.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>
https://github.com/flathub/com.redis.RedisInsight/raw/master/flathub/main_screen.png</image>
</screenshot>
<screenshot>
<image>
https://github.com/flathub/com.redis.RedisInsight/raw/master/flathub/tree_view.png</image>
</screenshot>
<screenshot>
<image>
https://github.com/flathub/com.redis.RedisInsight/raw/master/flathub/wb1.png</image>
</screenshot>
<screenshot>
<image>
https://github.com/flathub/com.redis.RedisInsight/raw/master/flathub/wb2.png</image>
</screenshot>
<screenshot>
<image>
https://github.com/flathub/com.redis.RedisInsight/raw/master/flathub/analysis.png</image>
</screenshot>
<screenshot>
<image>
https://github.com/flathub/com.redis.RedisInsight/raw/master/flathub/tips.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="3.4.2" date="2026-04-22">
<description>
<ul>
<li>Fixed issues with the Windows auto-update, so the new version is delivered automatically the next time the app is started.</li>
</ul>
</description>
</release>
<release version="3.4.1" date="2026-04-20">
<description>
<ul>
<li>New dedicated Search workspace with full index lifecycle support: create indexes from sample data or existing user data, query indexed data with an assisted editor, and save queries to a Query Library for reuse.</li>
<li>Navigate between Browser and Search workspaces: review indexed data in the Browser, view indexed keys and their associated indexes, and create indexes directly from the Browser key list.</li>
<li>Azure Entra ID authentication support for Docker deployments, Access Key authentication as an alternative to Entra ID, and a manual connection form for Azure Redis databases.</li>
<li>Added Linux ARM64 release support with AppImage, deb, and rpm packages.</li>
<li>Client-side column sorting for the Browser key list by Key, TTL, or Size directly from the Columns popover.</li>
<li>Workbench output settings now persist between commands and no longer crash when external plugins are loaded.</li>
</ul>
</description>
</release>
<release version="3.2.0" date="2026-02-26">
<description>
<ul>
<li>Added support for Azure Managed Redis and Azure Cache for Redis tiers, including auto-discovery of databases across subscriptions with one-click import.</li>
<li>Microsoft Entra ID (OAuth) authentication with automatic background token refresh, and multi-account support to switch between Azure accounts.</li>
<li>Simplified the build process by removing the Webpack dependency - Vite is now used for both development and production builds.</li>
<li>Addressed critical security vulnerabilities by upgrading Node.js and the Alpine base image used in Docker.</li>
</ul>
</description>
</release>
<release version="3.0.3" date="2026-02-16">
<description>
<ul>
<li>Redis Data Integration now uses API v2 when available, showing detailed pipeline status, component statuses, and richer metrics on the Statistics page.</li>
<li>Bulk delete from Tree View: delete all keys under a folder or namespace via a delete action on the folder, which opens Bulk Actions with the pattern pre-filled.</li>
<li>LZ4 decompression support for MessagePack-CSharp format, so LZ4-compressed MessagePack values display correctly.</li>
<li>Restored Pub/Sub functionality: message clear option, full message display with line wrapping, and descending chronological order.</li>
<li>Fallback to DEL when UNLINK is unavailable, restoring compatibility with Redis 3.2.12 and similar versions.</li>
<li>Default database sorting now places the most recently used databases at the top of the list.</li>
</ul>
</description>
</release>
<release version="3.0.2" date="2026-01-08">
<description>
<ul>
<li>Fixed a SQLite package "not found" error on macOS x64 builds.</li>
<li>Corrected CPU metrics that were inaccurate when Redis I/O threads or cluster shards pushed usage above 100%.</li>
<li>Delimiter options now persist when switching between databases.</li>
<li>Enabled dual-stack IPv4/IPv6 support in ioredis connections.</li>
</ul>
</description>
</release>
<release version="3.0.0" date="2025-12-04">
<description>
<ul>
<li>Major UI refresh with modernized visuals and a more intuitive workflow for inspecting keys, debugging data, and moving quickly between tasks. The design aligns Redis Insight with the Redis Cloud experience.</li>
<li>New top-level navigation replaces the left sidebar, making high-usage tools like Browser and Workbench easier to discover and access.</li>
<li>Electron upgrade that resolves a macOS 26 compatibility issue, improved database list search for not-connected databases, and fixes for Redis Data Integration 1.14+ job reopening.</li>
</ul>
</description>
</release>
<release version="2.70.1" date="2025-07-11">
<description>
<ul>
<li>Redis Data Integration metrics are now shown even when the pipeline status is not running.</li>
<li>Resolved layout issues in the bulk import summary view.</li>
<li>Fixed an issue with a setting to manually enforce standalone mode for clustered database connections instead of automatic clustered mode.</li>
<li>Various security enhancements, including vulnerability fixes and dependency updates.</li>
</ul>
</description>
</release>
<release version="2.70.0" date="2025-05-28">
<description>
<ul>
<li>Added support for tagging database connections, making it easier to organize and quickly find what you need. Tags can be created locally in Redis Insight or imported from Redis Cloud or Redis Software. </li>
<li>Added the ability to hide columns in the database list to optimize screen space.</li>
<li>Introduced highly requested improvements for working with JSON, including full-value editing and the ability to search within a JSON key. </li>
<li>Added a confirmation prompt when attempting to create a duplicate key in a JSON object, preventing silent overwrites.</li>
</ul>
</description>
</release>
<release version="2.68.0" date="2025-04-02">
<description>
<ul>
<li>You can now test the connectivity to your source database when setting up a Redis Data Integration (RDI) data pipeline in Redis Insight. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database.</li>
<li>Configure database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments.</li>
<li>Added the ability to download a file containing all keys deleted through bulk actions, which helps in tracking changes.</li>
</ul>
</description>
</release>
<release version="2.66.0" date="2025-01-31">
<description>
<ul>
<li>Switch between Redis databases and Redis Data Integration (RDI) instances without returning to the database or RDI endpoint list.</li>
<li>Improved performance when working with nested JSON data types in Browser.</li>
<li>Added an option to hide key size and TTL in Browser to optimize space. Hiding key size can also help avoid performance issues when working with large keys.</li>
<li>Enhanced UX for adding Redis databases, now displaying information in multiple tabs.</li>
<li>Added the ability to customize the refresh interval or stop refreshing database overview metrics, allowing to change the frequency or avoid seeing the INFO command in Profiler.</li>
<li>Updated Brotli decompression to use brotli-wasm.</li>
</ul>
</description>
</release>
<release version="2.64.1" date="2024-12-27">
<description/>
</release>
<release version="2.64.0" date="2024-12-19">
<description>
<ul>
<li>Improved the database connections list and simplified the connection form, delivering a cleaner, more intuitive UI for improved focus.</li>
<li>New in-app reminders to prevent your free Redis Cloud database from being deleted due to inactivity, ensuring you can make the most of it to test your ideas.</li>
</ul>
</description>
</release>
<release version="2.62.0" date="2024-11-28">
<description/>
</release>
<release version="2.60.0.127946" date="2024-10-31">
<description>
<ul>
<li>Advanced and schema-aware command auto-complete for Redis Query Engine is now available in Workbench, enabling faster and more accurate query building with smart suggestions for indexes, schemas, and expressions.</li>
<li>Support for adding multiple elements to the head or tail of lists, for both new or existing keys.</li>
<li>Multiple UI enhancements for clarity and ease of use when editing Redis Data Integration (RDI) jobs.</li>
</ul>
</description>
</release>
<release version="2.58.0.124102" date="2024-10-01">
<description>
<ul>
<li>Redis Insight now supports starting, stopping, and resetting Redis Data Integration (RDI) pipelines. Use RDI version 1.2.9 or later to seamlessly stop or resume processing new data. You can also reset an RDI pipeline to take a new snapshot of the data, process it, and continue tracking changes. To get started, navigate to the "Redis Data Integration" tab on the database list page and add or connect to your RDI endpoint.</li>
<li>Added support for a highly requested feature to subscribe to specific Pub/Sub channels. On the Pub/Sub page, you can now subscribe to multiple channels or patterns by entering them as a space delimited list.</li>
<li>Ability to delete previously added CA and Client certificates to keep them up-to-date.</li>
</ul>
</description>
</release>
<release version="2.56.0.122216" date="2024-09-09">
<description>
<ul>
<li>Hide or show TTL for individual hash fields to create a cleaner, more efficient workspace.</li>
<li>Enhanced vector data representation with updated 32-bit and 64-bit vector formatters in the Browser.</li>
<li>UX optimizations to make it easier and more intuitive to connect to your Redis Data Integration (RDI) instance within Redis Insight.</li>
<li>A new timestamp formatter in the Browser to improve data readability. This formatter converts timestamps in hash fields to a human-readable format, making it easier to interpret results, validate and optimize queries, and inspect indexed data when using the search and query capability.</li>
<li>Date and time format customization to make the data more intuitive in Redis Insight. This flexibility helps match your local time zone or standardize it to UTC for better alignment in time-critical operations across global teams.</li>
</ul>
</description>
</release>
<release version="2.54.0.119100" date="2024-08-06">
<description>
<p>Release notes</p>
<ul>
<li>Redis Insight now comes with the support for Redis Data Integration (RDI) - a powerful tool designed to seamlessly synchronize data from your existing database to Redis in near real-time. RDI establishes a data streaming pipeline that mirrors data from your existing database to Redis Software, so if a record is added or updated, those changes automatically flow into Redis. This no-code solution enables seamless data integration and faster data access so you can build real-time apps at any scale. Use RDI version 1.2.7 or later to seamlessly create, validate, deploy, and monitor your data pipelines within Redis Insight. To get started, switch to the "Redis Data Integration" tab on the page with the list of Redis databases and add your RDI endpoint to Redis Insight. </li>
</ul>
</description>
</release>
<release version="2.52.0.116527" date="2024-06-28">
<description>
<p>Release notes</p>
<ul>
<li>Redis Insight now supports setting expiration for individual hash fields through intuitive Browser controls. The hash field expiration is a highly requested feature available in the first release candidate of Redis 7.4.</li>
<li>Redis, with its high performance and versatile data structures, is an excellent choice for implementing Retrieval Augmented Generation (RAG). Our new built-in tutorial provides an overview of how Redis can be leveraged in a RAG use case. To get started, open the "Insights" panel in the top right corner and try the new tutorial.</li>
<li>UX optimizations for displaying the values of keys in the Browser. The new layout includes controls for editing key values that appear only when you hover over them, optimizing the use of space and providing a cleaner interface.</li>
<li>Support for applying the JSON formatting in Browser for values of keys with float numbers that contain 10 or more decimal places.</li>
</ul>
</description>
</release>
<release version="2.50.0.113335" date="2024-05-30">
<description>
<p>Release notes</p>
<ul>
<li>New tutorial exploring several common Redis use cases with paired-up sample data that will get you started quicker with your empty database.</li>
<li>UX enhancements for the JSON data structure in the Browser to prevent collapsing the entire structure when updating a JSON value. Includes performance optimizations for loading JSON documents containing numerous objects.</li>
<li>Added a quick access button to sign in to your Redis Cloud account from anywhere within Redis Insight, to import existing databases or create a new account with a free database. Integration with your Redis Cloud account is currently available only in the desktop Redis Insight version.</li>
<li>Changed the sorting order in the Tree view to lexicographical.</li>
</ul>
</description>
</release>
<release version="2.48.0.109205" date="2024-04-11"/>
<release version="2.46.0.107453" date="2024-03-28"/>
<release version="2.44.0.105394" date="2024-02-29"/>
<release version="2.42.0.103316" date="2024-01-31"/>
<release version="2.40.0.100659" date="2023-12-27"/>
<release version="2.38.0" date="2023-11-30"/>
<release version="2.36.0.95755" date="2023-10-27"/>
<release version="2.34.0.93425" date="2023-09-28"/>
<release version="2.32.0.91313" date="2023-08-31"/>
<release version="2.30.0.87615" date="2023-07-27"/>
<release version="2.28.0.85123" date="2023-06-29"/>
<release version="2.26.0.82224" date="2023-05-31"/>
<release version="2.24.0.79637" date="2023-04-28"/>
<release version="2.22.1.77460" date="2023-03-30"/>
<release version="2.22.0.77328" date="2023-03-30"/>
<release version="2.20.0.75358" date="2023-03-01"/>
<release version="2.18.0.72915" date="2023-01-31"/>
<release version="2.16.0.70401" date="2022-12-28"/>
<release version="2.14.0" date="2022-11-30"/>
</releases>
</component>