Skip to content

Commit de1ad02

Browse files
maxgalbuspinlock
authored andcommitted
tutorial: general fixes (CodisLabs#1537)
* tutorial: fix link to markdown file * typos and link fixes
1 parent c9b8a66 commit de1ad02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/tutorial_en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Codis Tutorial
22

3-
Codis is a distributed Redis solution, there is no obvious difference between connecting to a Codis proxy and an original Redis server, top layer application can connect to Codis as normal standalone Redis, Codis will forward low layer requests. Hot data migration and all things in the shadow are transparent to client. Simply treat Coids as a Redis service with unlimited RAM.
3+
Codis is a distributed Redis solution, there is no obvious difference between connecting to a Codis proxy and an original Redis server, top layer application can connect to Codis as normal standalone Redis, Codis will forward low layer requests. Hot data migration and all things in the shadow are transparent to client. Simply treat Codis as a Redis service with unlimited RAM.
44

55

66
Codis 3.x consists of the following components:
77

8-
* **Codis Server**: based on redis-3.2.8 branch development. Added additional data structures to support slot-related operations and data migration instructions. Specific changes can refer to the document [redis changes] (redis_change_zh.md).
8+
* **Codis Server**: based on redis-3.2.8 branch development. Added additional data structures to support slot-related operations and data migration instructions. Specific changes can refer to the document [redis changes](redis_change_zh.md).
99

10-
* **Codis Proxy**: is the proxy service of client connections. Codis Proxy Implements Redis Protocol. In addition to some commands do not support ([unsupported command list] (unsupported_cmds.md)).
10+
* **Codis Proxy**: is the proxy service of client connections. Codis Proxy Implements Redis Protocol. In addition to some commands do not support ([unsupported command list](unsupported_cmds.md)).
1111

1212
+ For the same product cluster, you can deploy multiple codis-proxy instances at the same time;
1313
+ Different codis-proxy by codis-dashboard to ensure state synchronization.

0 commit comments

Comments
 (0)