update changelog and readme
This commit is contained in:
parent
ef70358c27
commit
8700cda294
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
|
||||
## 2019-04-14 - 0.1.0
|
||||
|
||||
### Added
|
||||
|
||||
- Switch from redis store to in memory kv store (no persistence on data)
|
||||
|
||||
## 2019-03-18 - 0.0.3
|
||||
|
||||
### Added
|
||||
|
@ -3,8 +3,8 @@ Short - simple go url shortner
|
||||
|
||||
[](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE)
|
||||
[](https://git.thebarrens.nu/wolvie/short/)
|
||||
Short is a very simple url shortener build in golang using web.go module for storring URLs, the main focus is speed, not data is persisted.
|
||||
|
||||
Short is a very simple url shortener build in golang using web.go module and redis (redigo) for storring URLs
|
||||
|
||||
Syntax is:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user