Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

9. Next Steps

Try It Now

Installation

# macOS/Linux
brew install joshrotenberg/brew/redisctl

# Or download from releases
# https://github.com/joshrotenberg/redisctl/releases

Quick Start

# Set up profile
redisctl profile set myprofile \
  --deployment-type enterprise \
  --url https://cluster:9443 \
  --username admin@cluster.local \
  --use-keyring

# Try a command
redisctl enterprise cluster get

Hands-On Practice

# Start Docker environment
docker compose up -d

# Run demo scripts
cd examples/presentation
./03-demo-workflow.sh

Learn More

Documentation

Resources

Get Involved

Report Issues

Found a bug? Have a feature request?
Open an issue

Contribute

  • Check out good first issues
  • Submit PRs for bug fixes or features
  • Improve documentation

Share Feedback

What would help you?

  • What workflows would be useful?
  • What features are missing?
  • How can we improve the UX?

Leave feedback in GitHub Discussions

Roadmap

Near Term

  • Additional workflows (migration, Active-Active, etc.)
  • Enhanced streaming (metrics, events)
  • More human-friendly commands

Long Term

  • Terraform provider (using our libraries)
  • Interactive REPL mode
  • Additional monitoring integrations

See open issues for details.

Key Takeaways

  1. FIRST CLI tool for Redis Cloud and Enterprise
  2. Eliminates fragile scripts - One command vs 50 lines of bash
  3. Four-layer architecture - Raw API Human Workflows Tools
  4. Production ready - 85%+ coverage, v0.6.5, cross-platform
  5. Library-first - Foundation for Redis Rust ecosystem
  6. Automation-friendly - JSON output, JMESPath, profiles
  7. Support tools - 30-second support packages vs 10+ minutes

Thank You!

Questions? Comments? Feedback?

Open an issue
Start a discussion


Previous: 8. Library Architecture
Appendix → rladmin Comparison

Back to Start