Versions in this module Expand all Collapse all v1 v1.2.0 Aug 21, 2023 v1.1.0 Feb 16, 2022 v1.0.1 Feb 11, 2022 Changes in this version + type RedisStorage struct + func NewRedisStorage(addr string) *RedisStorage + func (r *RedisStorage) Get(x, y int) []int + func (r *RedisStorage) Insert(length int) + type Storage interface + Get func(x, y int) []int + Insert func(length int)