Update README.md

This commit is contained in:
Asim Aslam
2021-05-19 13:56:37 +01:00
committed by GitHub
parent d51582ce77
commit b77cb986f3

24
cache/README.md vendored
View File

@@ -1,23 +1,5 @@
Simple key-value storage
# Cache Service
This is the Cache service
Generated with
```
micro new cache
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```
The cache service provides simple get/set/delete key-value storage along with ttl support.