This is the General Availability (GA) release of Redis Insight 3.6.0, which includes new features, improvements, and bug fixes.
Headlines
- Full support for Vector Sets, the new Redis 8 vector-native data type: create Vector Sets manually or from a bundled sample dataset, add elements to existing sets, and run similarity search end-to-end from Redis Insight.
- New Dev vs Production database mode with safety guardrails: classify databases by environment, surface clear visual indicators, and require type-to-confirm for destructive actions on production.
Details
- Vector Sets are now a supported key type: create new Vector Sets from the Add Key panel — manually with per-element attributes (FP32 or string-array vectors) or in one click via the bundled
vec2wordsample dataset. - Manage elements from the key details view: inline
VADDpanel for adding, dynamic attribute columns in the element list, and a details drawer with vector copy/download and JSON attribute editing. - Run similarity search on Vector Sets by raw vector or element name, with attribute-aware filter autocompletion, a toggleable command preview, and a configurable results table with pinned Rank/Similarity columns plus per-element Actions (View, Find similar, Delete).
- New Dev vs Production database mode: classify each database as Production, Development, or Unspecified in the connection form, with a PROD badge on production databases and a Development label on development databases.
- Type-to-Confirm modal required on production for high-risk flows: Browser bulk delete, dangerous CLI/Workbench commands, and Profiler start. Run command and bulk import are disabled inside tutorials on production.
- Added a "Skip confirmations on non-production databases" global setting, a per-command session-skip option, and database-environment tagging on command, bulk action, and profiler telemetry events.
- New Geodata Workbench plugin renders Redis
GEOcommand results as an interactive map, density heatmap, or details card, auto-selected per command. - Added Copy and Download value actions to
JSONkeys in the Browser, plus a Copy value action onStringkeys that respects the active view format. - Settings now shows the build commit SHA next to the app version (e.g.
Redis Insight v3.6.0 (a1b2c3d)) to make it easier to verify which build is deployed. - Breaking Change / Deprecation Notice: Custom tutorials in Workbench have been deprecated and are scheduled for removal in the next major version. The "MY TUTORIALS" section is now hidden by default, but existing users can temporarily restore the previous behavior by setting
RI_CUSTOM_TUTORIALS_ENABLED=true. We recommend migrating away from custom tutorials before the next major release.
Bugs
- #5835 Fixed missing scrollbar on the database list when the viewport height was too small to fit all rows.
- #5847 Fixed missing scrollbar in tables across the app at constrained heights, restoring scrollability after the 3.4.2 regression.
New Contributors
- @pierrelambert authored the original Geodata Workbench plugin in #5922
- @kingkyylian made their first contribution in #5889
- @VaskoAtanasovRedis made their first contribution in #6030
SHA-512 Checksums
https://redis.io/docs/latest/develop/tools/insight/release-notes/v.3.6.0/
Full Changelog: 3.4.2...3.6.0