Summary of Redis Linux command usage

Source: Internet
Author: User

Redis Command Reference:

http://redisdoc.com/

1.

[Email protected] src]# REDIS-CLI
-bash:redis-cli:command not found

This problem is usually caused by environment variables, then add the bin address to the environment variable, or you can write:

The./REDIS-CLI represents the REDIS-CLI command under the current directory, not added./The system will go to the global variable to search for the command

2.

To view the current path:

Pwd

3.

Go to this directory first:/USR/LOCAL/REDIS/SRC

Re-enter./redis-cli

To open the Redis client

4.

127.0.0.1:6379> Auth PSW

Get authorization

5.

The default connection after entering is the DB with index 0

Dbsize command to view the number of elements in the current DB

Select 1 Switch to DB 1

exists Zzoxlo0kkomtxpbjqdgi2msqag4cogxy query for the existence of a key value

Summary of Redis Linux command usage

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.