It's Perror
02
28
18
18
mysql error: rec.cc:391 thread mysql error: rec.cc:391 thread
此错误仅在 MySQL 8.0.30 版本中存在。请参见 https://bugs.mysql.com/bug.php?id=107941 bug 报告。升级 MySQL 版本到 8.0.31 可以解决此错误。
2023-02-18 Perror
18
18
18
redis的一些小知识 redis的一些小知识
Redis数据类型的使用场景 String:其value可以储存string以及数字类型,一般用于复杂的技术功能上。 Hash:其value存放的是结构化的对象,可以方便地操作某个字段,我使用它实现过用户行为数据缓存以及session功能。
2023-02-18 Perror
18
18
Understanding Redis SDS Understanding Redis SDS
What is SDS? SDS is an abstract type built by Redis, mainly used to store Redis’ default string representation, the AOF
2023-02-18 Perror
18
Explanation of Go channels Explanation of Go channels
This article is based on the analysis of the source code of version golang 1.12.1, where the chan source code is located
2023-02-18 Perror
18
1 / 2