package
0.5.3
Repository: https://github.com/sysulq/dataloader-go.git
Documentation: pkg.go.dev

# Packages

Package mocks is a generated GoMock package.

# Functions

New creates a new RedisDataLoader.
WithExpiration sets the expiration time for the cache.
WithKeyFunc sets the key function for the cache.
WithMarshalFunc sets the marshal function for the cache.
WithUnmarshalFunc sets the unmarshal function for the cache.

# Interfaces

go:generate mockgen -source redisloader.go -destination mocks/mocks.go -package mocks.