Redis installation under ubuntu and windows

Install under ubuntu##

Download, unzip, and compile redis with the following commands:

$ wget http://download.redis.io/releases/redis-4.0.2.tar.gz
$ tar xzf redis-4.0.2.tar.gz
$ cd redis-4.0.2
$ make

The compiled executable binary file is in the src folder, you can run redis with the following command:

$ src/redis-server

You can interact with Redis using the built-in client:

You can interact through the built-in client:

$ src/redis-cli
redis>set foo bar
OK
redis>get foo
" bar"

Install under windows##

Basically, it can be installed by default.

Recommended Posts

Redis installation under ubuntu and windows
Installation and configuration of redis under centos7
DLNA/UPnP Server installation and configuration under Ubuntu 12.04
Ubuntu introduction and installation
[python] python2 and python3 under ubuntu
LNMP installation under Ubuntu
Redis3 installation under Centos7
Kaldi installation and configuration graphic tutorials under Ubuntu
Technical corner | Windows 10/7 and Ubuntu 18.04 dual system installation
Redis cluster installation under CentOS
Ubuntu16.04 installation and simple configuration
Redis cluster installation under CentOS
Ubuntu PostgreSQL installation and configuration
Ubuntu16.04 mirror complete installation and configuration tutorial under VMware
Installation and use of GDAL in Python under Ubuntu
Installation and usage instructions of rz/sz command under ubuntu
Installation of deb package under Ubuntu
Netweaver and Windows, Ubuntu data sharing
Install and deploy Gerrit under Ubuntu
Install nodejs and npm under Ubuntu 16.04
Java-JDK installation and configuration under CentOS
Ubuntu 16.04 installation graphic tutorial under VMware 12
Ubuntu 19.1 installation and configuration Chinese environment
Installation of Docker CE under Ubuntu
Configuration and beautification after Ubuntu installation (1)
Nginx installation and configuration load (ubuntu12.04)
Ubuntu18.04 installation Anaconda3 and VSCode guide
Coexistence of CUDA8.0 and CUDA9.0 under Ubuntu 16.04
Erlang 20.2 installation and deployment under CentOS 7
Ubuntu configuration source and installation software
Compile and install QEMU under Ubuntu
Windows Ubuntu subsystem ssh and ftp
Detailed explanation of quick installation and configuration of Subversion (SVN) under Ubuntu
How to realize file sharing between Ubuntu and Windows under VMware
ubuntu Docker installation and deployment of Rancher
Installation of python common libraries under windows
Ubuntu installation and deployment Redash operation notes (2020.08)
51 MCU program development and download under Ubuntu
Tomcat installation and configuration under CentOS 7 (Tomcat startup)
MySQL 8.0 installation, deployment and configuration under CentOS 6/7
How to secure Redis installation on Ubuntu 14.04
Ubuntu18.04 system installation and prerequisite software installation guide
Install linux (ubuntu) dual system under windows system
Ubuntu18.04 Server version installation and use (graphic)
Installation and deployment of Nginx in Ubuntu
Installation and use of Win10 subsystem Ubuntu
Zabbix installation and deployment and localization under CentOS
Jenkins installation and deployment tutorial under CentOS 7
Ubuntu 14.04 16.04 Linux nvidia driver download and installation
KVM installation and preliminary use under CentOS 7.2
Configure node js and npm under Ubuntu 14.04
UBUNTU 16.04 installation diary
Ubuntu system installation
Ubuntu installation record
ubuntu 18.04 installation (UEFI+GBT)
ubuntu installation error
Debian and Ubuntu installation source configuration file description
Virtual machine installation and configuration ubuntu shared folder_
CentOS 7 installation and configuration graphic tutorials under VMware10
Use Ubuntu and windows system in virtual machine
Problems encountered in pip tool installation under Ubuntu