You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Page https://redis.io/docs/latest/develop/tools/cli
Seriously,where to download or install?
The text was updated successfully, but these errors were encountered: