Commit Graph

15 Commits

Author SHA1 Message Date
文强
ff67ac3bb0 update: 解析RDB格式错误处理 2024-07-12 20:55:56 +08:00
finley
a5908f5ea4 rewrite backlog 2022-12-05 22:00:01 +08:00
finley
febb83cb5c improve replication; support partial sync 2022-11-18 21:37:34 +08:00
finley
72c263969c refactor redis protocol parser 2022-11-08 22:11:39 +08:00
tianyi
55fd1d399d perf: slightly optimize config/config.go
- Exclude the struct tag is space
 - Exclude configuration file comment, which is starting with space

fix: in the case of panic unexpected happened in the method parse0 of parser/parser.go, closing of the channel is needed to prevent the program from getting stuck~
  - fine-tune the coding of parser/parser.go

Limited ability, hope to make it better~
2022-11-01 22:40:20 +08:00
finley
894be52c31 bug fix: null bulk reply bytes 2022-10-02 15:50:14 +08:00
hdt3213
380d936ed5 replication slave side 2022-07-02 11:45:56 +08:00
hdt3213
37ef7d8a34 rename godis/redis/reply to godis/redis/protocol 2022-04-10 08:35:51 +08:00
hdt3213
5d05e2e613 support multi commands transaction in cluster mode 2021-06-20 10:19:32 +08:00
youguanxinqing
602acf4286 optimize trimming suffix '\r\n' of string 2021-06-15 01:04:28 +08:00
hdt3213
67c385ee4a support multi transaction 2021-06-15 01:03:13 +08:00
hdt3213
9d03314359 tiny fix 2021-06-15 01:03:13 +08:00
hdt3213
97d7b84276 go lint 2021-05-13 08:56:07 +08:00
hdt3213
18d2cbb29b add unittests and bug fix 2021-05-05 21:04:27 +08:00
hdt3213
f29298cc68 refactor project structure 2021-05-02 14:54:42 +08:00