package
0.0.0-20220904165359-8e84a606fa6d
Repository: https://github.com/gopherfs/fs.git
Documentation: pkg.go.dev

# Functions

ExpireFiles expires files at duration d.
Flags allows the passing of os.O_RDONLY/os.O_WRONLY/O_EXCL/O_TRUNC/O_CREATE flags to OpenFile().
New is the constructor for FS that implements fs.OpenFile and io.FS using Redis.
WithWriteFileOFOption uses a regex on the file path given and if it matches will apply the options provided on that file when .WriteFile() is called.

# Structs

FS provides an io.FS implementation using Redis.

# Type aliases

Args is arguments to the Redis client.
Option is an optional argument for the New() constructor.