You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/explore/redisinsight/redistimeseries/index-redistimeseries.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
id: index-redistimeseries
3
-
title: Manage Redis time-series data using RedisTimeSeries Browser Tool
4
-
sidebar_label: Manage Redis time-series data using RedisTimeSeries Browser Tool
3
+
title: Manage Redis time-series data using the RedisInsight Browser Tool
4
+
sidebar_label: Manage Redis time-series data using the RedisInsight Browser Tool
5
5
slug: /explore/redisinsight/redistimeseries
6
6
authors: [ajeet]
7
7
---
@@ -10,9 +10,9 @@ import Authors from '@theme/Authors';
10
10
11
11
<AuthorsfrontMatter={frontMatter} />
12
12
13
-
If you want to add a time series data structure to your Redis database, check out RedisTimeSeries browser tool that comes with RedisInsight.
13
+
If you want to visualize a time series data structure to your Redis database then download [RedisInsight](https://redis.com/redis-enterprise/redis-insight/).
14
14
15
-
[RedisTimeseries](https://oss.redis.com/redistimeseries/) is a Redis module developed by Redis to enhance your experience managing time-series data with Redis. It simplifies the use of Redis for time-series use cases such as internet of things (IoT) data, stock prices, and telemetry. With RedisTimeSeries, you can ingest and query millions of samples and events at the speed of Redis. Advanced tooling such as downsampling and aggregation ensure a small memory footprint without impacting performance. Use a variety of queries for visualization and monitoring with built-in connectors to popular monitoring tools like Grafana, Prometheus, and Telegraf.
15
+
[Redis Stack](https://redis.io/docs/stack) enhances your experience managing time-series data with Redis. It simplifies the use of Redis for time-series use cases such as internet of things (IoT) data, stock prices, and telemetry. With RedisTimeSeries, you can ingest and query millions of samples and events at the speed of Redis. Advanced tooling such as downsampling and aggregation ensure a small memory footprint without impacting performance. Use a variety of queries for visualization and monitoring with built-in connectors to popular monitoring tools like Grafana, Prometheus, and Telegraf.
16
16
17
17
With RedisInsight browser tool, you can perform the below sets of activities:
18
18
@@ -24,7 +24,7 @@ With RedisInsight browser tool, you can perform the below sets of activities:
24
24
25
25
## Step 1. Create Redis database
26
26
27
-
[Follow this link to create Redis Stack database](/create/redis-stack) that comes with RedisTimeSeries module enabled
27
+
[Follow this link to create Redis Stack database](/create/redis-stack) that comes with support for time series data structures
28
28
29
29
## Step 2: Download RedisInsight
30
30
@@ -54,7 +54,7 @@ cd redis-datasets/redistimeseries/AirQualityUCI
54
54
#!/usr/bin/env python3
55
55
# -*- coding: utf-8 -*-
56
56
57
-
"""sample module for dataset loading into redistimeseries from csv file
57
+
"""sample module for dataset loading into redis stack from csv file
0 commit comments