diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-24 13:10:20 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-24 13:10:20 -0400 |
| commit | e0d4a3e50921dc07e23ef9aa107bdc78b3adf176 (patch) | |
| tree | 3b7abcbc091cafd7591e91d0ad96e3b5760f3ba5 /cmd/server/app.go | |
| parent | 268fcf7e6b671d4959a12111d5abf553bf0a201b (diff) | |
| download | go-website-0.0.15.tar.gz go-website-0.0.15.tar.xz | |
Use hash in redis. Key can be set in conf.v0.0.15
Diffstat (limited to 'cmd/server/app.go')
| -rw-r--r-- | cmd/server/app.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/server/app.go b/cmd/server/app.go index 290b44a..c4992ae 100644 --- a/cmd/server/app.go +++ b/cmd/server/app.go @@ -13,6 +13,7 @@ var FeedPrefixDefault = ".feeds" type App struct { redisPool *redis.Pool + RedisKey string ReIndexPath string StaticDirectory string |
