filmov
tv
Installation of redis on linux ubuntu
Показать описание
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
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