Skip to content

Commit 2b5438d

Browse files
committed
/explore/redisinsight/redistimeseries debranded
1 parent 64e6169 commit 2b5438d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/explore/redisinsight/redistimeseries/index-redistimeseries.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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
55
slug: /explore/redisinsight/redistimeseries
66
authors: [ajeet]
77
---
@@ -10,9 +10,9 @@ import Authors from '@theme/Authors';
1010

1111
<Authors frontMatter={frontMatter} />
1212

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/).
1414

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.
1616

1717
With RedisInsight browser tool, you can perform the below sets of activities:
1818

@@ -24,7 +24,7 @@ With RedisInsight browser tool, you can perform the below sets of activities:
2424

2525
## Step 1. Create Redis database
2626

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
2828

2929
## Step 2: Download RedisInsight
3030

@@ -54,7 +54,7 @@ cd redis-datasets/redistimeseries/AirQualityUCI
5454
#!/usr/bin/env python3
5555
# -*- coding: utf-8 -*-
5656
57-
"""sample module for dataset loading into redistimeseries from csv file
57+
"""sample module for dataset loading into redis stack from csv file
5858
"""
5959
6060
import argparse
@@ -200,8 +200,8 @@ $ python3 dataloader.py
200200

201201
## Additional Resources
202202

203-
- [RedisTimeSeries Project](https://oss.redis.com/redistimeseries/)
204-
- [RedisTimeSeries Tutorial](/howtos/redistimeseries)
203+
- [Redis Stack official documentation](https://redis.io/docs/stack)
204+
- [Time Series Tutorial](https://redis.io/docs/stack/timeseries/quickstart/)
205205
- [Analyze Your Redis commands using RedisInsight Profiler tool](explore/redisinsight/profiler)
206206
- [How to Manage Real-Time IoT Sensor Data in Redis](https://redis.com/blog/how-to-manage-real-time-iot-sensor-data-in-redis/)
207207

0 commit comments

Comments
 (0)