1

I need to install Redis-3.2.4 or Redis-3.2.6 on my ubuntu 16.04 machine.How I can install a specific version of this redis can anyone help me to get out from this?

thanks Nijo

Nijo NV
  • 13

1 Answers1

2
  1. Download redis-3.2.4.tar.gz or redis-3.2.6.tar.gz from the official http://download.redis.io/releases/ webpage.

  2. Install Redis from the redis-3.2.X.tar.gz archive that you downloaded by following the instructions from How To Install and Configure Redis on Ubuntu 16.04. alternative link

karel
  • 122,292
  • 133
  • 301
  • 332