Skip to content

Commit e3088d5

Browse files
Update v.2.70.0.md
1 parent 505481c commit e3088d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/develop/tools/insight/release-notes/v.2.70.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ weight: 1
1010
This is the General Availability (GA) release of Redis Insight 2.70.
1111

1212
### Highlights
13-
- Added support for tagging database connections to filter and organize them more effectively.
14-
- Introduced highly requested improvements for working with JSON, including full-value editing and the ability to search within a JSON value.
13+
- 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](https://redis.io/cloud/) or [Redis Software](https://redis.io/software/).
14+
- Introduced highly requested improvements for working with JSON, including full-value editing and the ability to search within a JSON key.
1515

1616
### Details
1717

1818
**Features and improvements**
19-
- [#4476](https://github.com/RedisInsight/RedisInsight/pull/4476), [#4457](https://github.com/RedisInsight/RedisInsight/pull/4457) Added support for database tags using key-value pairs to help categorize and filter database connections. Tags can be created within Redis Insight or imported from [Redis Cloud](https://redis.io/cloud/) or [Redis Software](https://redis.io/software/).
19+
- [#4476](https://github.com/RedisInsight/RedisInsight/pull/4476), [#4457](https://github.com/RedisInsight/RedisInsight/pull/4457) Added support for database tags using key-value pairs to help categorize and filter database connections. Tags can be created locally in Redis Insight or imported from [Redis Cloud](https://redis.io/cloud/) or [Redis Software](https://redis.io/software/).
2020
- [#4457](https://github.com/RedisInsight/RedisInsight/pull/4457) Added the ability to hide columns in the database list to optimize screen space.
21-
- [#4522](https://github.com/RedisInsight/RedisInsight/pull/4522), [#4527](https://github.com/RedisInsight/RedisInsight/pull/4527), [#4483](https://github.com/RedisInsight/RedisInsight/pull/4483) Introduced highly requested improvements ([#2128](https://github.com/RedisInsight/RedisInsight/issues/2128), [#1686](https://github.com/RedisInsight/RedisInsight/issues/1686), [#4424](https://github.com/RedisInsight/RedisInsight/issues/4424)) for working with the JSON data type, including the ability to edit the entire JSON value and search within a JSON document using native `Ctrl+F`/`Cmd+F`, powered by [Monaco Editor](https://microsoft.github.io/monaco-editor/).
21+
- [#4522](https://github.com/RedisInsight/RedisInsight/pull/4522), [#4527](https://github.com/RedisInsight/RedisInsight/pull/4527), [#4483](https://github.com/RedisInsight/RedisInsight/pull/4483) Introduced highly requested improvements ([#2128](https://github.com/RedisInsight/RedisInsight/issues/2128), [#1686](https://github.com/RedisInsight/RedisInsight/issues/1686), [#4424](https://github.com/RedisInsight/RedisInsight/issues/4424)) for working with the JSON data type, including the ability to edit the entire JSON value and search within a JSON using native Ctrl+F/Cmd+F, powered by [Monaco Editor](https://microsoft.github.io/monaco-editor/).
2222
- [#4483](https://github.com/RedisInsight/RedisInsight/pull/4483) Added a confirmation prompt when attempting to create a duplicate key in a JSON object, preventing silent overwrites.
2323

2424
**Bugs**

0 commit comments

Comments
 (0)