update changelog and readme

This commit is contained in:
Tom Andrade 2019-04-18 10:48:33 +02:00
parent ef70358c27
commit 8700cda294
Signed by: wolvie
GPG Key ID: 31AAB07872E82669
2 changed files with 7 additions and 1 deletions

View File

@ -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/) 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 ## 2019-03-18 - 0.0.3
### Added ### Added

View File

@ -3,8 +3,8 @@ Short - simple go url shortner
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE)
[![Build Status](https://git.thebarrens.nu/wolvie/short/badges/master/build.svg)](https://git.thebarrens.nu/wolvie/short/) [![Build Status](https://git.thebarrens.nu/wolvie/short/badges/master/build.svg)](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: Syntax is: