Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartłomiej Kiełbasa committed Feb 2, 2020
1 parent c6d704a commit 1b2ae69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Garnish
Garnish - simple varnish implementation written in Go
===

Garnish is an example of a simple varnish implementation which should demonstrate.

It supports only `Cache-Control` header and keeps all the data in memory. It means that after restart of the application all data will disappear.

The project was described in more details in [the article](https://developer20.com/garnish-simple-varnish-in-go/).

0 comments on commit 1b2ae69

Please sign in to comment.