1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 16:54:39 +01:00
gitea/models/user
Lunny Xiao a1c30740bb
Fix get system setting bug when enabled redis cache (#22295)
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.
2023-01-02 00:06:52 +08:00
..
avatar.go Fix get system setting bug when enabled redis cache (#22295) 2023-01-02 00:06:52 +08:00
badge.go
email_address_test.go
email_address.go
error.go
external_login_user.go
follow_test.go
follow.go
list.go
main_test.go
openid_test.go
openid.go
redirect_test.go
redirect.go
search.go
setting_keys.go
setting_test.go
setting.go Fix get system setting bug when enabled redis cache (#22295) 2023-01-02 00:06:52 +08:00
user_test.go
user_update.go
user.go