Files
storage/redis/go.work
Jason McNeil c6ca70bb4d fix: Add go.work for redis and valkey modules
Added go.work files to the redis and valkey modules to resolve issues with the replace directive for testhelpers. This change ensures that only the necessary modules are affected, improving local development and dependency management.
2025-08-26 15:08:23 -03:00

7 lines
44 B
Plaintext

go 1.23.0
use (
.
../testhelpers/redis
)