mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 06:55:03 +00:00
Update README.md
This commit is contained in:
24
cache/README.md
vendored
24
cache/README.md
vendored
@@ -1,23 +1,5 @@
|
|||||||
|
Simple key-value storage
|
||||||
|
|
||||||
# Cache Service
|
# Cache Service
|
||||||
|
|
||||||
This is the Cache service
|
The cache service provides simple get/set/delete key-value storage along with ttl support.
|
||||||
|
|
||||||
Generated with
|
|
||||||
|
|
||||||
```
|
|
||||||
micro new cache
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
Generate the proto code
|
|
||||||
|
|
||||||
```
|
|
||||||
make proto
|
|
||||||
```
|
|
||||||
|
|
||||||
Run the service
|
|
||||||
|
|
||||||
```
|
|
||||||
micro run .
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user