Back to Redis

Install

content/integrate/riot/install.md

latest636 B
Original Source

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.