Common commands for Redis

Source: Internet
Author: User

The key is worth the relevant command:

Keys * Returns all keys that satisfy a given patternd

exists confirm if a key exists

Del Delete a key

Expire setting the expiration time for a key

TTL See how long is the expiration time

Move moves the current key to another database

Select database defaults to 16 databases 0 to 15, the default is 0 database when entering the client

Persist remove the expiration time for a given key

Randomkey randomly returns a key in the key space

Rename Rename key

Type returns the data type of key

Server-related commands:

Ping tests if the connection is alive, and returns pong if normal

Echo Prints content on the command line

Select the database. The Redis database is numbered from 0-15

Quit quitting

Dbsize number of current database keys

Info get current Server information

Config Get * Returns configuration information

FLUSHDB Delete all keys in the current selection data

Flushall Delete all keys in all databases

Common commands for 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.