Release 2.2.0
- Allows
del
to be called with an array of keys likeredis.del([a, b, c])
, as an alternative toredis.del(a, b, c)
- thanks to @rodrigopinto
del
to be called with an array of keys like redis.del([a, b, c])
, as an alternative to redis.del(a, b, c)
- thanks to @rodrigopinto