You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-14 09:42:12 +03:00
Currently, the release process incorrectly leaves the dist/package.json's version to be the old version. This in turn makes the client setinfo lib-ver command to send wrong version to redis. Fix: use the release-it/bumper package to update dist/package.json with the correct version upon release. fixes: #3118
@redis/client
The source code and documentation for this package are in the main node-redis repo.