Replace HMSET to HSET when becomes avaliable #489
Labels
area: back-end
area: redis
Redis Database related
good first issue
Good for newcomers
type: enhancement
New feature or request
type: nice to have
Feature that'd be nice to have, but not a priority
What would you like to be added:
Replace HMSET with HSET in storage.js and storage.test.js
Why would you like this to be added:
HMSET is deprecated as of now and is replaced with HSET. I was not able to use HSET originally since it was not implemented in neither ioredis nor mock-redis.
I have implemented the functionality of HSET into ioredis, please refer HERE
However, redis-mock as of 2019-12-07 is being reviewed. Refer to my PR and Issue .
The text was updated successfully, but these errors were encountered: