kvstore-shared

command
v0.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

kvstore-shared 示例:让 counter/cooldown/idempotency 跨实例共享状态。

演示 pkg/kvstore:用 WithStore 把三个"有状态"原语的状态存到共享 Store,使其从 "单进程内存"升级为"多实例一致"。本例用内存 Store 模拟(单进程内两个实例共享 同一 Store);生产替换成 Redis 实现的 kvstore.Store 即可(见文件末尾的映射说明)。

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL