# Functions
DefaultRemoteCacheOption 默认分布式缓存配置.
NewRedisAdaptor 创建一个新的RedisAdaptor对象.
NewRedisMultiAdaptor 基于Redis的多值缓存对象.
WithName 设置适配器名称.
WithPrefix 设置缓存前缀.
WithSkipGet 设置是否跳过Get操作.
WithSolutionName 设置场景名称.
WithThreshold 设置缓存过期噪音阈值.
WithTTL 设置缓存过期时间.
WithTTLZero 零值对象缓存过期时间.
# Structs
RedisAdaptor 基于Redis的分布式缓存适配实现.
RedisMultiAdaptor 基于Redis的分布式多值缓存适配实现.
No description provided by the author
# Type aliases
RemoteCacheOptionFunc 分布式缓存配置函数.