Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
daoshenzzg committed Sep 11, 2024
1 parent 3022506 commit 16d93ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p>
<a href="https://github.com/mgtv-tech/jetcache-go-plugin/actions"><img src="https://github.com/mgtv-tech/jetcache-go-plugin/workflows/Go/badge.svg" alt="Build Status"></a>
<a href="https://codecov.io/gh/mgtv-tech/jetcache-go-plugin"><img src="https://codecov.io/gh/mgtv-tech/jetcache-go-plugin/master/graph/badge.svg" alt="codeCov"></a>
<a href="https://codecov.io/gh/mgtv-tech/jetcache-go-plugin"><img src="https://codecov.io/gh/mgtv-tech/jetcache-go-plugin/master/graph/badge.svg?v=1" alt="codeCov"></a>
<a href="https://goreportcard.com/badge/github.com/mgtv-tech/jetcache-go-plugin"><img src="https://goreportcard.com/badge/github.com/mgtv-tech/jetcache-go-plugin" alt="Go Repport Card"></a>
<a href="https://github.com/mgtv-tech/jetcache-go-plugin/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="License"></a>
</p>
Expand All @@ -19,7 +19,7 @@ import (
)

mycache := cache.New(cache.WithName("any"),
cache.WithRemote(remote.NewGoRedisV8Adaptor(ring)),
cache.WithRemote(remote.NewGoRedisV8Adapter(ring)),
cache.WithLocal(local.NewFreeCache(256*local.MB, time.Minute)),
// ...
)
Expand Down

0 comments on commit 16d93ed

Please sign in to comment.