Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J authored Oct 10, 2021
1 parent 3781f62 commit fbd08f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![example workflow](https://github.com/Yiling-J/cacheme-go/actions/workflows/go.yml/badge.svg)
![Go Report Card](https://goreportcard.com/badge/github.com/Yiling-J/cacheme-go?style=flat-square)

[English](README.md) | [中文](README_zh.md)
[English](README.md) | [中文](README_zh.md)

- **Statically Typed** - 100% statically typed using code generation.
- **Scale Efficiently** - thundering herd protection via pub/sub.
Expand All @@ -11,6 +11,8 @@
- **Versioning** - cache versioning for better management.
- **Pipeline** - reduce io cost by redis pipeline.

Read this first: [Caches, Promises and Locks](https://redis.com/blog/caches-promises-locks/). This is how caching part works in cacheme.

## Installation
```console
go get github.com/Yiling-J/cacheme-go/cmd
Expand Down

0 comments on commit fbd08f0

Please sign in to comment.