Skip to content

Feedback: Redis CLI #1407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Ricky816845 opened this issue Apr 13, 2025 · 2 comments
Closed

Feedback: Redis CLI #1407

Ricky816845 opened this issue Apr 13, 2025 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@Ricky816845
Copy link

Page https://redis.io/docs/latest/develop/tools/cli
Seriously,where to download or install?

@dwdougherty
Copy link
Collaborator

dwdougherty commented Apr 14, 2025

Hi @Ricky816845. AFAIK, there isn't a separate download package just for redis-cli. Although, for Ubuntu/Debian, you can install the redis-tools package, which includes the redis-cli binary. What version of Redis are you running? Which OS and version?

If you have the resources, you can always build redis-cli from source. Just clone the redis/redis repo, enter the newly cloned directory and type make redis-cli. After a bit, the redis-cli binary will be in the src directory (relative to the repo's root directory).

You can also run it from Docker:

docker run -it --rm redis:<VERSION> redis-cli -h <IP> -p <PORT>

assuming you already have a Redis server running somewhere else.

I hope that helps.

@dwdougherty dwdougherty self-assigned this Apr 14, 2025
@dwdougherty dwdougherty added the question Further information is requested label Apr 14, 2025
@Ricky816845
Copy link
Author

I understood,Thanks~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants