Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active September 22, 2023 16:01
Show Gist options
  • Save guitarrapc/b5b31f8de44083fdb122faddf62c0d01 to your computer and use it in GitHub Desktop.
Save guitarrapc/b5b31f8de44083fdb122faddf62c0d01 to your computer and use it in GitHub Desktop.
Install redisinsight on linux. https://redislabs.com/redisinsight/
#!/bin/bash
curl -L -O https://downloads.redisinsight.redislabs.com/latest/redisinsight-linux64
chmod +x redisinsight-linux64
./redisinsight-linux64
@guitarrapc
Copy link
Author

updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment