summaryrefslogtreecommitdiffstats
path: root/go/README
diff options
context:
space:
mode:
Diffstat (limited to 'go/README')
-rw-r--r--go/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/go/README b/go/README
index 1bc2e7b9..0f9de490 100644
--- a/go/README
+++ b/go/README
@@ -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:`.