Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 490 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 490 Bytes

TinyUrl-go

Implementing tiny-url with go, this is my first golang project, thanks for go-gin-example and project-layout.

Basement

MurmurHash32 + Redis Increment Key -> base 62

How to run

Required

Redis

Conf

You should modify .env

RUN_MODE = test
PORT=8080
BASE_URL=http://localhost:8080

REDIS_HOST="localhost:6379"

Load Tests