This commit is contained in:
kpkym 2022-04-12 03:05:53 +08:00
parent a20e577c1b
commit a4b6210e7a
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@
* 缓存完整信息
![biz-redis-01](./resource/biz-redis-01.svg)
对发布的所有内容按照一定规则压缩后均进行存储同样score我们还是用`createTime`毫秒值这种存储方案的好处是业务的增、删、查、改均走reids而db层这时候
对发布的所有内容按照一定规则压缩后均进行存储同样score我们还是用`createTime`毫秒值这种存储方案的好处是业务的增、删、查、改均走redis而db层这时候
就可以不用考虑行记录缓存了,持久层仅提供数据备份和恢复使用,从另一方面来看,其缺点也很明显,需要的存储空间、配置要求更高,费用也会随之增大。
示例代码:

View File

@ -70,7 +70,7 @@ two redis storage schemes:
![biz-redis-01](./resource/biz-redis-01.svg)
All published content will be stored after being compressed according to certain rules. For the same score,
we still use the `createTime` millisecond value. The advantage of this storage solution is that business additions,
deletions, checks, and changes are all reids, while the db layer is at this time.
deletions, checks, and changes are all redis, while the db layer is at this time.
You dont need to consider the row record cache. The persistence layer only provides data backup and recovery.
On the other hand, its shortcomings are also obvious. The storage space and configuration requirements are higher, and the cost will increase.

View File

@ -54,7 +54,7 @@ sidebar_position: 21
* 缓存完整信息
![biz-redis-01](/img/biz-redis-01.png)
对发布的所有内容按照一定规则压缩后均进行存储同样score我们还是用`createTime`毫秒值这种存储方案的好处是业务的增、删、查、改均走reids而db层这时候
对发布的所有内容按照一定规则压缩后均进行存储同样score我们还是用`createTime`毫秒值这种存储方案的好处是业务的增、删、查、改均走redis而db层这时候
就可以不用考虑行记录缓存了,持久层仅提供数据备份和恢复使用,从另一方面来看,其缺点也很明显,需要的存储空间、配置要求更高,费用也会随之增大。
示例代码:

View File

@ -54,7 +54,7 @@ sidebar_position: 21
* 缓存完整信息
![biz-redis-01](/img/biz-redis-01.png)
对发布的所有内容按照一定规则压缩后均进行存储同样score我们还是用`createTime`毫秒值这种存储方案的好处是业务的增、删、查、改均走reids而db层这时候
对发布的所有内容按照一定规则压缩后均进行存储同样score我们还是用`createTime`毫秒值这种存储方案的好处是业务的增、删、查、改均走redis而db层这时候
就可以不用考虑行记录缓存了,持久层仅提供数据备份和恢复使用,从另一方面来看,其缺点也很明显,需要的存储空间、配置要求更高,费用也会随之增大。
示例代码: