auto commit

This commit is contained in:
CyC2018
2019-04-11 20:04:19 +08:00
parent ff34081086
commit e9f1615110
6 changed files with 10 additions and 8 deletions

View File

@ -349,7 +349,7 @@ Redis 这种内存型数据库的读写性能非常高,很适合存储频繁
## 消息队列
List 是一个双向链表,可以通过 lpop 和 lpush 写入和读取消息
List 是一个双向链表,可以通过 lpush 和 rpop 写入和读取消息
不过最好使用 Kafka、RabbitMQ 等消息中间件。