{"library":"redis-cli","title":"Node.js Redis Command-Line Interface","description":"redis-cli is a Node.js-based command-line interface tool designed for interacting with Redis servers, offering an alternative to the official C-based Redis CLI. It allows users to connect to Redis instances, including those in cluster mode, and execute Redis commands directly from their terminal. The package is currently at version 2.1.2, though the provided release history primarily details updates up to version 1.4.0, which included bug fixes and blocking mode support, as well as vulnerability patches in earlier 1.3.x releases. While it mirrors many features of the official CLI, such as host, port, authentication, and TLS connection options, its key differentiator is its JavaScript/TypeScript implementation, potentially appealing to Node.js developers seeking a pure-JS ecosystem tool or a CLI that could be more easily extended within a Node.js project. Its release cadence appears infrequent based on the visible history, suggesting a maintenance-focused development approach.","language":"javascript","status":"maintenance","last_verified":"Wed Apr 22","install":{"commands":["npm install redis-cli"],"cli":{"name":"redis-cli","version":null}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"$ npm install -g redis-cli\n\n# Connect to default Redis instance (127.0.0.1:6379)\n$ rdcli\n\n# Connect to a specific host and port\n$ rdcli -h 10.4.23.235 -p 6380\n\n# Connect in cluster mode\n$ rdcli -c -h my-cluster-host","lang":"shell","description":"Demonstrates global installation and basic command-line usage for connecting to Redis instances, including cluster mode.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}