Skip to content

Commit 8c7e632

Browse files
daviianlunny
authored andcommitted
remove build tag information for redis and memcache (#3940)
1 parent e5f7f7d commit 8c7e632

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
201201
## Cache (`cache`)
202202

203203
- `ADAPTER`: **memory**: Cache engine adapter, either `memory`, `redis`, or `memcache`.
204-
- To use `redis` or `memcache`, be sure to rebuild everything with build tags `redis` or
205-
`memcache`: `go build -tags='redis'`.
206204
- `INTERVAL`: **60**: Garbage Collection interval (sec), for memory cache only.
207205
- `HOST`: **\<empty\>**: Connection string for `redis` and `memcache`.
208206
- Redis: `network=tcp,addr=127.0.0.1:6379,password=macaron,db=0,pool_size=100,idle_timeout=180`

0 commit comments

Comments
 (0)