diff options
| author | tv <tv@nomic.retiolum> | 2014-01-06 01:42:04 +0100 | 
|---|---|---|
| committer | tv <tv@nomic.retiolum> | 2014-01-06 01:42:04 +0100 | 
| commit | c7ab5042fef55b71baf6bb637cb6033b25007845 (patch) | |
| tree | 88dc8068608c55c535d5ccb6e850f56eb9c5efbb /go/README.markdown | |
| parent | 7023ea2453bde5a09ffd2555c4237443ad88b643 (diff) | |
go: talk about the redis key prefix
Diffstat (limited to 'go/README.markdown')
| -rw-r--r-- | go/README.markdown | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/go/README.markdown b/go/README.markdown index 56378151..87e0541e 100644 --- a/go/README.markdown +++ b/go/README.markdown @@ -18,6 +18,11 @@    if you omit `PORT`, then it's `1337`.    if you omit `URI_PREFIX`, then it will be generated from `HOSTN` änd `PORT`. +  there's also the possibility to change the Redis key prefix which +  defaults to `go:` with + +    REDIS_KEY_PREFIX=foobarmyprefix/ +  ## add uri      curl -F uri=https://mywaytoolonguri http://go | 
