Cloudreve/pkg/cache
初雪 ce759c02b1
feat(redis): support confiuring username (#1752)
替换Golang Redis依赖: redigo的版本至当前最新版1.8.9
(v2.0.0被标记为已撤回,且长期未更新)

Redis 6 及以上版本均可配置为使用username+password认证的ACL,故作此变更。
2023-07-05 22:12:33 +08:00
..
driver.go feat(redis): support confiuring username (#1752) 2023-07-05 22:12:33 +08:00
driver_test.go test(thumb): new changes in models/cache pkg 2023-04-07 20:33:05 +08:00
memo.go feat(kv): persist cache and session into disk before shutdown 2023-04-16 09:17:06 +08:00
memo_test.go feat(kv): persist cache and session into disk before shutdown 2023-04-16 09:17:06 +08:00
redis.go feat(redis): support confiuring username (#1752) 2023-07-05 22:12:33 +08:00
redis_test.go feat(redis): support confiuring username (#1752) 2023-07-05 22:12:33 +08:00