diff options
author | tv <tv@nomic.retiolum> | 2014-01-05 23:05:11 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-01-05 23:05:11 +0100 |
commit | e0bd4306d7f2284058b0f0910cf4e84e7c78b4f9 (patch) | |
tree | 70d35aa5ab02ef878702f35bd53d224de6a5a993 /go/README | |
parent | 4d08163ef77d35e136848faa3ee428b171a22687 (diff) |
go: initial commit (the real one)
Diffstat (limited to 'go/README')
-rw-r--r-- | go/README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1 +1,16 @@ go - minimalistic uri shortener + +# installation + npm install + + optionally + npm install hiredis + +# run service + node . + +# clear database + + redis-cli keys 'go:*' | xargs redis-cli del + + if you have changed `redisPrefix`, then use that instead of `go:`. |