Allow using just `redsync` without depending on Redis v6, v7, and Redigo
Closed this issue · 1 comments
bduffany commented
It would be great to be able to use redsync without adding all of these deps to our go.sum
. Because of these deps, IDEs will autocomplete redis
with the V6 version of go-redis (github.com/go-redis/redis
) which is not desired.
Maybe move the version-specific packages into separate repos?
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.