redis-utils
redis-utils copied to clipboard
Simple command line tools for Redis, including copy, delete, list, count
Hi, I'm getting the following errors during install. What am I doing wrong? ` ✘ sudo npm install redis-utils-cli -g npm ERR! code 1 npm ERR! path /usr/lib/node_modules/redis-utils-cli/node_modules/hiredis npm ERR!...
* Fix the hiredis deprecated dependency (a minor fix) * Adding the move command based on scan command (instead of the dangerous blocking keys command) Thank you for redis-utils is...
Sadly hiredis is deprecated in favor of using node redis, maybe it's possible to make and upgrade to redis-utils
The -V --version option does not report the correct version but reports the hardcoded value in https://github.com/ghmcadams/redis-utils/blob/eba3c7c72b0577e9c1a27b9c1a3bfe82774e05e4/index.js#L14