diff --git a/docs/data-types/_index.md b/docs/data-types/_index.md index 2a12c89089..9ac395f381 100644 --- a/docs/data-types/_index.md +++ b/docs/data-types/_index.md @@ -6,6 +6,7 @@ weight: 35 aliases: - /docs/manual/data-types - /topics/data-types + - /docs/data-types/tutorial --- Redis is a data structure server. @@ -108,4 +109,4 @@ To extend the features provided by the included data types, use one of these opt 1. Write your own Redis module using the [modules API](/docs/reference/modules/) or check out the [community-supported modules](/docs/modules/). 1. Use [JSON](/docs/stack/json/), [querying](/docs/stack/search/), [time series](/docs/stack/timeseries/), and other capabilities provided by [Redis Stack](/docs/stack/). -