Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
daoshenzzg committed Mar 5, 2024
1 parent e4b0047 commit ac32e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Translate to: [简体中文](README_zh.md)
- ✅ Supports asynchronous refreshing of distributed caches.
- ✅ Metrics collection: By default, it prints statistical metrics (QPM, Hit, Miss, Query, QueryFail) through logs.
- ✅ Automatic degradation of distributed cache query failures.
- ✅ The `MGet` interface supports the `load`function. In a distributed caching scenario, the Pipeline mode is used to improve performance.
- ✅ The `MGet` interface supports the `Load` function. In a distributed caching scenario, the Pipeline mode is used to improve performance.

# Installation
To start using the latest version of jetcache-go, you can import the library into your project:
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Translations: [English](README.md) | [简体中文](README_zh.md)
- ✅ 支持开启分布式缓存异步刷新
- ✅ 指标采集,默认实现了通过日志打印各级缓存的统计指标(QPM、Hit、Miss、Query、QueryFail)
- ✅ 分布式缓存查询故障自动降级
-`MGet`接口支持`load`函数。带分布缓存场景,采用`Pipeline`模式实现
-`MGet`接口支持`Load`函数。带分布缓存场景,采用`Pipeline`模式实现

# 安装
使用最新版本的jetcache-go,您可以在项目中导入该库:
Expand Down

0 comments on commit ac32e79

Please sign in to comment.