MCPcopy
hub / github.com/filebrowser/filebrowser / redisUploadCache

Struct redisUploadCache

http/upload_cache_redis.go:14–16  ·  view source on GitHub ↗

redisUploadCache is an upload cache for multi replica deployments

Source from the content-addressed store, hash-verified

12
13// redisUploadCache is an upload cache for multi replica deployments
14type redisUploadCache struct {
15 client *redis.Client
16}
17
18func newRedisUploadCache(redisURL string) (*redisUploadCache, error) {
19 if redisURL == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected