//
pkg.gl
Category
github.com/video-dev/video-transcoding-api
db
redis
storage
package
1.8.2
Repository:
https://github.com/video-dev/video-transcoding-api.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
8
Dependents
2
Files
292 SLOC
#
Functions
NewStorage
NewStorage returns a new instance of storage with the given configuration.
#
Variables
ErrNotFound
ErrNotFound is the error returned when the given key is not found.
#
Structs
Config
Config contains configuration for the Redis, in the standard proposed by Gizmo.
Storage
Storage is the basic type that provides methods for saving, listing and deleting types on Redis.