-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RedisInsight v1.11 release notes (#1605)
* Add RI v1.11 release notes * Add notes about redisearch fix and graph fix
- Loading branch information
1 parent
4a2e4b0
commit 50ada0a
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
Title: RedisInsight v1.11, Oct 2021 | ||
linkTitle: v1.11 (Oct 2021) | ||
date: 2021-10-17 00:00:00 +0000 | ||
description: RedisInsight v1.11.0 | ||
weight: 90 | ||
--- | ||
|
||
This is the General Availability Release of RedisInsight 1.11 (v1.11.0)! | ||
|
||
### 1.11.0 | ||
|
||
### Headlines: | ||
- Added beta support for [RedisAI](https://oss.redis.com/redisai/) | ||
- Fixed the issue with empty fields for Hash objects. | ||
|
||
### Full Details: | ||
- Core: | ||
- Fixed a bug where editing cluster returns error. | ||
- Fixed broken redis links. | ||
- Browser | ||
- Check Hash value for `emptiness` | ||
- RedisGraph: | ||
- Added support for point datatype. | ||
- Fixed a bug where returning relationships without their respective nodes leads to infinite loading | ||
- RediSearch: | ||
- Fixed a bug where a malformed unicode string in redisearch doesn't produce results. | ||
- RedisTimeseries: | ||
- Added support for `TS.REVRANGE` and `TS.MREVRANGE` commands. |