Versions in this module Expand all Collapse all v0 v0.0.56 Jan 18, 2025 Changes in this version + type RedisStore struct + func NewRedisStore(redisClient *redis.Client, expiry time.Duration) *RedisStore + func (s *RedisStore) Get(id string, clear bool) string + func (s *RedisStore) Set(id string, value string) error + func (s *RedisStore) Verify(id, answer string, clear bool) bool