Skip to content

Commit 5b8cf2d

Browse files
Update 7-2
1 parent 103a099 commit 5b8cf2d

File tree

1 file changed

+0
-3
lines changed
  • content/develop/feature-sets

1 file changed

+0
-3
lines changed

content/develop/feature-sets/7-2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ For example, in a weather monitoring system, Redis can store geospatial data for
2323
### Streamlined data manipulation in JSON
2424
JSON now includes two new commands designed to simplify data manipulation. The `JSON.MERGE` command allows merging a given JSON value into matching paths, enabling more flexible updates. The `JSON.MSET` command provides a way to set or update multiple JSON values simultaneously based on specified key-path-value triplets, improving efficiency when handling structured data.
2525

26-
### Optional support for RESP3 protocol
27-
Redis includes optional RESP3 support, improving response formatting and error handling.
28-
2926
### Public preview: Triggers and Functions
3027
Redis introduces the public preview of Triggers and Functions, an event-driven engine for executing TypeScript/JavaScript code within Redis. This enables efficient in-database data processing, reducing the need for external computation. It also supports cross-shard read operations, which were not available with Lua scripts.
3128

0 commit comments

Comments
 (0)