Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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