Installation of redis on linux ubuntu

preview_player
Показать описание
This tutorial will explain about to install redis server on linux ubuntu system.

sudo apt-get install redis-server

or compiling from source code :
cd redis-stable
make

For next video : Redis database redis cli, get, set String
Рекомендации по теме