Skip to content

Instantly share code, notes, and snippets.

@felipecsl
Last active January 11, 2022 06:35
Show Gist options
  • Save felipecsl/9176ed06cd0b73530e8e0944cee4b832 to your computer and use it in GitHub Desktop.
Save felipecsl/9176ed06cd0b73530e8e0944cee4b832 to your computer and use it in GitHub Desktop.
Install Redis time series on Amazon Linux
#!/bin/bash
wget http://downloads.sourceforge.net/ltp/lcov-1.14-1.noarch.rpm
sudo yum localinstall lcov-1.14-1.noarch.rpm
git clone --recursive https://github.com/RedisTimeSeries/RedisTimeSeries.git
cd RedisTimeSeries
sudo make setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment