loopback-connector-redis
loopback-connector-redis copied to clipboard
Error: ERR wrong number of arguments for HMSET
Bug or feature request
- [x ] Bug
- [ ] 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