I am using go-redis package and can not use it's any version without mod file.
Do golang does not allow us to use this package without mod file ?
I use
but with none of these three comands i was not able to import the redis package.
On the other hand i use to import this package with the presence of mod file and
it get's imported.
How to use this package without any mod file....
With regards
Aadi