Versions in this module Expand all Collapse all v0 v0.0.1 Sep 22, 2024 Changes in this version + type RedisRepository struct + func New() *RedisRepository + func (r *RedisRepository) Get(ctx context.Context, verificationCodeId int64) (string, error) + func (r *RedisRepository) Insert(ctx context.Context, verificationCodeId, expireTime int64, code string) error + func (r *RedisRepository) Remove(ctx context.Context, verificationCodeId int64) error