diff options
author | David Schneiderbauer <daviian@users.noreply.github.com> | 2018-05-11 04:31:33 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-05-11 10:31:33 +0800 |
commit | 8c7e632a3dc0f05c025ab713f7099fd87ac3364d (patch) | |
tree | 56957bc565cfcd4a5b7da439c938be2abb93cc48 /docs/content | |
parent | e5f7f7dbc78957a95b28bee0e26f315bc0efcaa9 (diff) | |
download | gitea-8c7e632a3dc0f05c025ab713f7099fd87ac3364d.tar.gz gitea-8c7e632a3dc0f05c025ab713f7099fd87ac3364d.zip |
remove build tag information for redis and memcache (#3940)
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 237016e2d8..2a245ffd00 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -201,8 +201,6 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. ## Cache (`cache`) - `ADAPTER`: **memory**: Cache engine adapter, either `memory`, `redis`, or `memcache`. - - To use `redis` or `memcache`, be sure to rebuild everything with build tags `redis` or - `memcache`: `go build -tags='redis'`. - `INTERVAL`: **60**: Garbage Collection interval (sec), for memory cache only. - `HOST`: **\<empty\>**: Connection string for `redis` and `memcache`. - Redis: `network=tcp,addr=127.0.0.1:6379,password=macaron,db=0,pool_size=100,idle_timeout=180` |