mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
23 lines
176 B
Markdown
23 lines
176 B
Markdown
# Cache Service
|
|
|
|
This is the Cache service
|
|
|
|
Generated with
|
|
|
|
```
|
|
micro new cache
|
|
```
|
|
|
|
## Usage
|
|
|
|
Generate the proto code
|
|
|
|
```
|
|
make proto
|
|
```
|
|
|
|
Run the service
|
|
|
|
```
|
|
micro run .
|
|
``` |