0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-18 03:54:35 -05:00
forgejo/modules/cache
Lunny Xiao a1c30740bb
Fix get system setting bug when enabled redis cache ()
Fix 

In  , `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
..
cache.go Fix get system setting bug when enabled redis cache () 2023-01-02 00:06:52 +08:00
cache_redis.go
cache_test.go
cache_twoqueue.go