Redis Learning Notes (vi)--redis Introduction and Ubuntu Installation

Source: Internet
Author: User
Tags redis install redis
Redis Introduction

Remote DIctionary server, which is completely open source free, written in C, and following the BSD protocol, is a high-performance (KV) distributed memory database that runs on memory and supports persistent NoSQL databases, is one of the most popular NoSQL databases, also known as data structure servers. three features of Redis

1, Data persistence: Save the memory data to the hard disk, restart the time can be loaded again use
2, Kv,list,set,zset,hash
3, support data backup, that is, Master/slave mode of data backup Ubuntu installation Redis

1. Update Apt-get

sudo apt-get update

2. Installation Redis-server

sudo apt-get install Redis-server

3, Start Redis

After the completion of the second step, in fact Redis has been activated, the use of instructions Redis-server
Redis-server

4, check whether the Redis start

Redis-cli
Note that the terminal prompts will change.

This shows that we have successfully installed the Redis

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.