File tree Expand file tree Collapse file tree 2 files changed +14
-27
lines changed Expand file tree Collapse file tree 2 files changed +14
-27
lines changed Original file line number Diff line number Diff line change 5
5
### Breaking changes
6
6
7
7
- HGET returns field with values named as requested field instead of "Value" similar to HMGET and HGETALL.
8
- - Adding of the ` time ` field for Streaming moved from Frontend to Backend. Field's name renamed to "#time" to avoid confusion with returned fields.
8
+ - Streaming field ` time ` moved from Frontend to Backend. Field's name renamed to "#time" to avoid confusion with returned fields.
9
9
10
10
### Features / Enhancements
11
11
12
+ - Add Redis Explorer to README and minor docker updates (#195 )
12
13
- Alerting for Grafana-Redis-Datasource #166
13
14
- Add support for Sentinel ACL User and Password authentication separate from Redis #197
15
+ - Add Support for RedisGraph query nodes count (#199 )
16
+ - Add GRAPH.EXPLAIN and GRAPH.PROFILE commands (#200 )
17
+ - Add GRAPH.CONFIG and RedisGraph refactoring (#201 )
18
+ - Refactor RedisTimeSeries and RedisGears commands (#202 )
19
+ - Upgrade Grafana 7.5.7 and backend dependencies (#203 )
20
+ - Add Streaming dashboard for v8 and update #time streaming field (#204 )
21
+ - Add TS.MGET command (#209 )
22
+ - Refactor Redis commands (#210 )
23
+
24
+ ### Bug fixes
25
+
26
+ - Fix NaN for variables (#206 )
14
27
15
28
## 1.4.0 (2021-05-08)
16
29
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments