|
| 1 | +--- |
| 2 | +Title: RedisInsight v2.20.0, February 2023 |
| 3 | +linkTitle: v2.20.0 (Feb 2023) |
| 4 | +date: 2023-02-28 00:00:00 +0000 |
| 5 | +description: RedisInsight v2.20.0 |
| 6 | +weight: 1 |
| 7 | +--- |
| 8 | +## 2.20.0 (February 2023) |
| 9 | +This is the General Availability (GA) release of RedisInsight 2.20. |
| 10 | + |
| 11 | +### Highlights |
| 12 | +- Visualizations of [search](https://redis.io/docs/stack/search/) and [graph](https://redis.io/docs/stack/graph/) execution plans in Workbench |
| 13 | +- Guided walkthrough of RedisInsight tools and capabilities for new users |
| 14 | +- Bulk export database connections to a file |
| 15 | +- Upload values of [RedisJSON](https://redis.io/docs/stack/json/) from a file for new keys in Browser |
| 16 | +- Visualizations of [CLIENT LIST](https://redis.io/commands/client-list/) in Workbench |
| 17 | +- See filters previously used in Browser |
| 18 | + |
| 19 | +### Details |
| 20 | +**Features and improvements** |
| 21 | +- [#1629](https://github.com/RedisInsight/RedisInsight/pull/1629), [#1739](https://github.com/RedisInsight/RedisInsight/pull/1739), [#1740](https://github.com/RedisInsight/RedisInsight/pull/1740), [#1781](https://github.com/RedisInsight/RedisInsight/pull/1781) Investigate and optimize your [search](https://redis.io/docs/stack/search/) and [graph](https://redis.io/docs/stack/graph/) queries with new visualizations of execution plans in Workbench. Visualizations are supported for [FT.EXPLAIN](https://redis.io/commands/ft.explain/),[FT.PROFILE](https://redis.io/commands/ft.profile/), [GRAPH.EXPLAIN](https://redis.io/commands/graph.explain/), and [GRAPH.PROFILE](https://redis.io/commands/graph.profile/). |
| 22 | +- [#1698](https://github.com/RedisInsight/RedisInsight/pull/1698) Explore RedisInsight's tools and capabilities with a new walkthrough when you start RedisInsight for the first time. |
| 23 | +- [#1631](https://github.com/RedisInsight/RedisInsight/pull/1631), [#1632](https://github.com/RedisInsight/RedisInsight/pull/1632) Migrate your database connections to another RedisInsight instance by performing a bulk export of database connections to a file. |
| 24 | +- [#1741](https://github.com/RedisInsight/RedisInsight/pull/1741) Upload [RedisJSON](https://redis.io/docs/stack/json/) values from a file for new keys in Browser. |
| 25 | +- [#1653](https://github.com/RedisInsight/RedisInsight/pull/1653) Analyze client connections using new Workbench visualizations for [CLIENT LIST](https://redis.io/commands/client-list/). |
| 26 | +- [#1625](https://github.com/RedisInsight/RedisInsight/pull/1625) Quickly set filters previously used in Browser by selecting them from the list of recently used filters. |
| 27 | +- [#1713](https://github.com/RedisInsight/RedisInsight/pull/1713) See your new Redis keys added in Browser without a need to refresh the list of keys. |
| 28 | +- [#1681](https://github.com/RedisInsight/RedisInsight/pull/1681), [#1692](https://github.com/RedisInsight/RedisInsight/pull/1692), [#1693](https://github.com/RedisInsight/RedisInsight/pull/1693) Avoid the timeout connection errors by configuring the connection timeout for databases added manually via host and port. |
| 29 | +- [#1696](https://github.com/RedisInsight/RedisInsight/pull/1696), [#1703](https://github.com/RedisInsight/RedisInsight/pull/1703) Test the database connection before adding the database. |
| 30 | +- [#1689](https://github.com/RedisInsight/RedisInsight/pull/1689) Update the port of an existing database connection instead of adding a new one. |
| 31 | +- [#1731](https://github.com/RedisInsight/RedisInsight/pull/1731) Use database indexes based on [INFO keyspace](https://redis.io/commands/info/). |
| 32 | + |
| 33 | +**Bugs** |
| 34 | +- [#1678](https://github.com/RedisInsight/RedisInsight/pull/1678) Prevent crashes when SSH is set up on Linux. |
| 35 | +- [#1697](https://github.com/RedisInsight/RedisInsight/pull/1697) Prevent crashes when working with [Redis streams](https://redis.io/docs/data-types/streams) with large IDs. |
0 commit comments