# Functions
NewConsumerRedis returns a new instance of RedisRepository using the given Redis connection.
NewMockRedisRepository creates a new mock instance.
# Structs
MockRedisRepository is a mock of RedisRepository interface.
MockRedisRepositoryMockRecorder is the mock recorder for MockRedisRepository.
RedisConsumerRepository is a Redis implementation of the Redis consumer.
# Interfaces
RedisRepository provides an interface for redis.