Closed tintin10q closed 1 year ago
It looks like module name and the first module access name are different. Until a new version released you can change the vredis.v
file to redis.v
and module vredis
to module redis
in module folder. After that you can import it as import patrickpissurno.redis
Thanks for spotting this, and thanks @gokomer for working on a fix! I've merged it and I'll bump the version number
My v can't find the module.
I installed it like this just to be sure:
But when I tried to import it I get:
This is weird because my editor does say its installed.
Also when I change it to
import redis
I get:So did you name someting wrong? Idk it doesn't work.