Redis CLI
RAPR CLI connectorData, Databases & BackendRedis database operations via redis-cli — keys, strings, hashes, lists, sets, pub/sub, and server management.
Redis CLI package details
RAPR CLI connector scope
This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.
How to get started
Install RAPR AI
Download and install RAPR AI on your computer
Find in Marketplace
Open RAPR AI, go to Packages, and browse the marketplace
Install from Marketplace
Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.
Redis CLI
Manage Redis databases from the command line — data operations, monitoring, and server administration.
What you can do
- Data Types: Strings, hashes, lists, sets, sorted sets
- Keys: Search, inspect, expire, and delete keys
- Pub/Sub: Publish and subscribe to channels
- Server: Monitor, configure, and manage Redis instances
- Persistence: Manage RDB/AOF backups
Prerequisites
# Install Redis (includes redis-cli)
brew install redis # macOS
sudo apt install redis-tools # Linux
# Windows: use WSL or Redis for Windows
# Connect to Redis
redis-cli ping
Example Commands
- "Check all Redis keys matching user:*"
- "Set a cache entry with 1 hour TTL"
- "Monitor Redis commands in real-time"
- "Show Redis server memory usage"
Ready to try Redis CLI?
Download RAPR AI and connect Redis CLI in seconds.