Documentation ¶
Index ¶
- type App
- func (a App[K, V]) EvictOnSuccess(ctx context.Context, item K, err error) error
- func (a App[K, V]) Get(ctx context.Context, id K) (V, error)
- func (a App[K, V]) List(ctx context.Context, onMissError func(K, error) bool, items ...K) ([]V, error)
- func (a App[K, V]) Store(ctx context.Context, id K, value V) error
- type RedisClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
func (App[K, V]) EvictOnSuccess ¶ added in v4.47.2
type RedisClient ¶ added in v4.28.0
Click to show internal directories.
Click to hide internal directories.