diff --git a/cache/README.md b/cache/README.md index 1e261bd..c868e1e 100644 --- a/cache/README.md +++ b/cache/README.md @@ -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 . -``` \ No newline at end of file +The cache service provides simple get/set/delete key-value storage along with ttl support.