From d4a0be0cecbbe9524969d42d7a7c0ba3a0920685 Mon Sep 17 00:00:00 2001 From: Tyler Kvochick Date: Fri, 10 May 2024 12:11:53 -0400 Subject: [PATCH] Replace deprecated Tidis URL Signed-off-by: Tyler Kvochick --- content/docs/3.0/reference/query-layers.md | 2 +- content/docs/4.0/reference/query-layers.md | 2 +- content/docs/5.1/reference/query-layers.md | 2 +- content/docs/6.1/reference/query-layers.md | 2 +- content/docs/6.5/reference/query-layers.md | 2 +- content/docs/7.1/reference/query-layers.md | 2 +- content/docs/dev/reference/query-layers.md | 2 +- layouts/index.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/docs/3.0/reference/query-layers.md b/content/docs/3.0/reference/query-layers.md index b64cf229..6160cfa2 100644 --- a/content/docs/3.0/reference/query-layers.md +++ b/content/docs/3.0/reference/query-layers.md @@ -12,5 +12,5 @@ There are several projects which harness TiKV to power their storage: * [TiDB](https://github.com/pingcap/tidb) (MySQL) * [TiPrometheus](https://github.com/bragfoo/TiPrometheus) (Prometheus) * [Titan](https://github.com/distributedio/titan) (Redis) -* [Tidis](https://github.com/yongman/tidis) (Redis) +* [Tidis](https://github.com/tidb-incubator/tidis) (Redis) * [Titea](https://github.com/gengmei-tech/titea) (Redis) \ No newline at end of file diff --git a/content/docs/4.0/reference/query-layers.md b/content/docs/4.0/reference/query-layers.md index c88d6151..403307ad 100644 --- a/content/docs/4.0/reference/query-layers.md +++ b/content/docs/4.0/reference/query-layers.md @@ -12,5 +12,5 @@ There are several projects which harness TiKV to power their storage: * [TiDB](https://github.com/pingcap/tidb) (MySQL) * [TiPrometheus](https://github.com/bragfoo/TiPrometheus) (Prometheus) * [Titan](https://github.com/distributedio/titan) (Redis) -* [Tidis](https://github.com/yongman/tidis) (Redis) +* [Tidis](https://github.com/tidb-incubator/tidis) (Redis) * [Titea](https://github.com/gengmei-tech/titea) (Redis) \ No newline at end of file diff --git a/content/docs/5.1/reference/query-layers.md b/content/docs/5.1/reference/query-layers.md index 9762356a..16bcc13e 100644 --- a/content/docs/5.1/reference/query-layers.md +++ b/content/docs/5.1/reference/query-layers.md @@ -11,7 +11,7 @@ TiKV works as storage engines for the following projects: * [TiDB](https://github.com/pingcap/tidb) (MySQL) * [Zetta](https://github.com/zhihu/zetta) (Table Store & HBase) -* [Tidis](https://github.com/yongman/tidis) (Redis) +* [Tidis](https://github.com/tidb-incubator/tidis) (Redis) * [Titan](https://github.com/distributedio/titan) (Redis) * [Titea](https://github.com/gengmei-tech/titea) (Redis) * [TiPrometheus](https://github.com/bragfoo/TiPrometheus) (Prometheus) diff --git a/content/docs/6.1/reference/query-layers.md b/content/docs/6.1/reference/query-layers.md index 001a1ae7..7e039e71 100644 --- a/content/docs/6.1/reference/query-layers.md +++ b/content/docs/6.1/reference/query-layers.md @@ -12,7 +12,7 @@ TiKV works as storage engines for the following projects: * [TiDB](https://github.com/pingcap/tidb) (MySQL) * [Zetta](https://github.com/zhihu/zetta) (Table Store & HBase) -* [Tidis](https://github.com/yongman/tidis) (Redis) +* [Tidis](https://github.com/tidb-incubator/tidis) (Redis) * [Titan](https://github.com/distributedio/titan) (Redis) * [Titea](https://github.com/gengmei-tech/titea) (Redis) * [TiPrometheus](https://github.com/bragfoo/TiPrometheus) (Prometheus) diff --git a/content/docs/6.5/reference/query-layers.md b/content/docs/6.5/reference/query-layers.md index 167f5818..fc74081d 100644 --- a/content/docs/6.5/reference/query-layers.md +++ b/content/docs/6.5/reference/query-layers.md @@ -12,7 +12,7 @@ TiKV works as storage engines for the following projects: * [TiDB](https://github.com/pingcap/tidb) (MySQL) * [Zetta](https://github.com/zhihu/zetta) (Table Store & HBase) -* [Tidis](https://github.com/yongman/tidis) (Redis) +* [Tidis](https://github.com/tidb-incubator/tidis) (Redis) * [Titan](https://github.com/distributedio/titan) (Redis) * [Titea](https://github.com/gengmei-tech/titea) (Redis) * [TiPrometheus](https://github.com/bragfoo/TiPrometheus) (Prometheus) diff --git a/content/docs/7.1/reference/query-layers.md b/content/docs/7.1/reference/query-layers.md index 18b2cdd6..d89a4e95 100644 --- a/content/docs/7.1/reference/query-layers.md +++ b/content/docs/7.1/reference/query-layers.md @@ -12,7 +12,7 @@ TiKV works as storage engines for the following projects: * [TiDB](https://github.com/pingcap/tidb) (MySQL) * [Zetta](https://github.com/zhihu/zetta) (Table Store & HBase) -* [Tidis](https://github.com/yongman/tidis) (Redis) +* [Tidis](https://github.com/tidb-incubator/tidis) (Redis) * [Titan](https://github.com/distributedio/titan) (Redis) * [Titea](https://github.com/gengmei-tech/titea) (Redis) * [TiPrometheus](https://github.com/bragfoo/TiPrometheus) (Prometheus) diff --git a/content/docs/dev/reference/query-layers.md b/content/docs/dev/reference/query-layers.md index 2196fb8d..e9dbdb40 100644 --- a/content/docs/dev/reference/query-layers.md +++ b/content/docs/dev/reference/query-layers.md @@ -12,7 +12,7 @@ TiKV works as storage engines for the following projects: * [TiDB](https://github.com/pingcap/tidb) (MySQL) * [Zetta](https://github.com/zhihu/zetta) (Table Store & HBase) -* [Tidis](https://github.com/yongman/tidis) (Redis) +* [Tidis](https://github.com/tidb-incubator/tidis) (Redis) * [Titan](https://github.com/distributedio/titan) (Redis) * [Titea](https://github.com/gengmei-tech/titea) (Redis) * [TiPrometheus](https://github.com/bragfoo/TiPrometheus) (Prometheus) diff --git a/layouts/index.html b/layouts/index.html index cf983d4f..4a839159 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -41,7 +41,7 @@ NewSQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads.
  • Zetta: An open-source NoSQL database that supports Transaction and Cloud Spanner like API.
  • -
  • Tidis: a Distributed NoSQL database, +
  • Tidis: a Distributed NoSQL database, providing a Redis protocol API (string, list, hash, set, sorted set), written in Go.
  • Titan: A distributed implementation of Redis compatible layer based on TiKV.