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
Describe the bug
The redis being referenced is very old and has apparently been deleted from their releases archive: http://download.redis.io/releases/
mise use -g redis-cli
mise WARN ⚠️ redis-cli is a community-developed plugin – https://github.com/NeoHsu/asdf-redis-cli
Would you like to install redis-cli? Yes
curl: (22) The requested URL returned error: 404
mise ERROR ~/.local/share/mise/plugins/redis-cli/bin/download failed
* Downloading redis-cli release 8.0-m02...
curl: (22) The requested URL returned error: 404
asdf-redis-cli: Could not download http://download.redis.io/releases/redis-8.0-m02.tar.gz
mise ERROR Failed to install redis-cli@8.0-m02
mise ERROR ~/.local/share/mise/plugins/redis-cli/bin/download exited with non-zero status: exit code 1
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
Describe the bug
The redis being referenced is very old and has apparently been deleted from their releases archive: http://download.redis.io/releases/
Steps to reproduce
mise use -g redis-cli
Expected behavior
redis-cli is installed
Screenshots
Additional context
You could switch to referencing stable, and not know what version is being installed ie. https://download.redis.io/redis-stable.tar.gz
https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/install-redis-from-source/
The text was updated successfully, but these errors were encountered: