Skip to content

Commit

Permalink
Replace deprecated Tidis URL
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Kvochick <[email protected]>
  • Loading branch information
tymokvo committed Aug 6, 2024
1 parent c8363a0 commit d4a0be0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/docs/3.0/reference/query-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion content/docs/4.0/reference/query-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion content/docs/5.1/reference/query-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion content/docs/6.1/reference/query-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion content/docs/6.5/reference/query-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion content/docs/7.1/reference/query-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion content/docs/dev/reference/query-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
NewSQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads.</li>
<li><a href="https://github.com/zhihu/zetta" target="_blank">Zetta</a>: An open-source NoSQL database that
supports Transaction and Cloud Spanner like API.</li>
<li><a href="https://github.com/yongman/tidis" target="_blank">Tidis</a>: a Distributed NoSQL database,
<li><a href="https://github.com/tidb-incubator/tidis" target="_blank">Tidis</a>: a Distributed NoSQL database,
providing a Redis protocol API (string, list, hash, set, sorted set), written in Go.</li>
<li><a href="https://github.com/distributedio/titan" target="_blank">Titan</a>: A distributed implementation
of Redis compatible layer based on TiKV.</li>
Expand Down

0 comments on commit d4a0be0

Please sign in to comment.