laixintao / laixintao/problems
OT
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
多人协同编辑的一些介绍:
问题是,多人同时编辑一个文档,可以通过一个服务器来同步两方的操作。但是同步之后两个人一定是最终一致的吗?会不会出现最终保存的时候一方的修改覆盖了另一方的呢?
实现的话,可以使用 Redis+Module (或者直接基于RESP3)来做服务器同步。
然后使用 prompt-toolkit 作为客户端来实现一个。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository files or tests are named. Start by reading the linked introduction and defining the required consistency and conflict behavior for simultaneous edits, then scope the proposed Redis/RESP3 server and prompt-toolkit client; done should include an agreed implementation plan and evidence that concurrent changes are not lost.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- redis
- Domain
- cli, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100