mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a1c30740bb
Fix #22281 In #21621 , `Get[V]` and `Set[V]` has been introduced, so that cache value will be `*Setting`. For memory cache it's OK. But for redis cache, it can only store `string` for the current implementation. This PR revert some of changes of that and just store or return a `string` for system setting. |
2 years ago | |
---|---|---|
.. | ||
cache.go | 2 years ago | |
cache_redis.go | 2 years ago | |
cache_test.go | 2 years ago | |
cache_twoqueue.go | 2 years ago |