Self-Hosting How to install Redis on Synology NAS (Container Manager)

DaVinci Helper


Hello everyone! đź‘‹

I run a small set of containers on my NAS at Home to monitor different weather and run automations. Because of this Iwanted to install Redis on my NAS as well.

Redis is a key value database that has a lot of extra modules such as:

  • Redis Search: A query and indexing engine for Redis, providing secondary indexing, full-text search, vectorsimilarity search and aggregations.
  • Redis JSON: A NO-SQL Document Database
  • Redis Graph: A graph database.
  • Redis TimeSeries: A time series database.
  • Redis Bloom: Bloom and Cuckoo filters implementation.
  • Redis Streams: An append only Log
These functionalities save me a lot of time and improve my software running inside my home. Redis is also a simpleservice to deploy and maintain.

So I made a quick tutorial on how to install Redis ona Synology NASusing the Container Manager.

 
Back
Top