Install

Install RIOT on macOS, Linux, Windows, and Docker

RIOT can be installed in different ways depending on your environment and preference.

macOS via Homebrew

brew install redis/tap/riot

Windows via Scoop

scoop bucket add redis https://github.com/redis/scoop.git
scoop install riot

Linux via Homebrew

brew install redis/tap/riot

Docker

docker run riotx/riot [OPTIONS] [COMMAND]

Manual installation

Download the pre-compiled binary from the releases page, uncompress, and copy to the desired location.

Full documentation is available at redis.github.io/riot.

RATE THIS PAGE
Back to top ↑