mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add the cache service (#112)
This commit is contained in:
23
cache/README.md
vendored
Normal file
23
cache/README.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Cache Service
|
||||
|
||||
This is the Cache service
|
||||
|
||||
Generated with
|
||||
|
||||
```
|
||||
micro new cache
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Generate the proto code
|
||||
|
||||
```
|
||||
make proto
|
||||
```
|
||||
|
||||
Run the service
|
||||
|
||||
```
|
||||
micro run .
|
||||
```
|
||||
Reference in New Issue
Block a user