maritz / nohm

node.js object relations mapper (orm) for redis
http://maritz.github.io/nohm/
MIT License
500 stars 64 forks source link

Error when redis version >=4.0.0 #188

Open tnkarno opened 2 years ago

tnkarno commented 2 years ago

In the v4 of the Redis package, the methods of the Redis client are renamed, for example, hget -> hGet. The typed-redis-helper.ts throws the errors. Maybe support Redis v4? Or update the requirements from Redis >= 2.4 to Redis < 4.0.0 and >= 2.4.