loopbackio / loopback-connector-redis

EXPERIMENTAL: Redis connector for LoopBack.
http://loopback.io/doc/en/lb2/Redis-connector.html
Other
36 stars 46 forks source link

Error: ERR wrong number of arguments for HMSET #53

Open agarwalsudeep opened 7 years ago

agarwalsudeep commented 7 years ago

Bug or feature request

Description of feature (or steps to reproduce if bug)

redis package is old '0.12.1' which has bug related to HMSET Bug Mentioned : Fix multi.hmset key not being type converted if used with an object and key not being a string on https://github.com/NodeRedis/node_redis/releases/tag/v.2.1.0

Link to sample repo to reproduce issue (if bug)

Latest Version and even the older version will have issue since redis dependencies is on older version i.e. 0.12.1

Expected result

No Error when using redis

Actual result (if bug)

When running application with SLC package manager error is thrown when using redis. Error: ERR wrong number of arguments for HMSET when

Additional information (Node.js version, LoopBack version, etc)

Node - Any version SLC - v5.0.1 / v6.0.3 NPM - 4.3.0 / 2.15.11 / 1.4.29