Home > Database > Redis > body text

What is the API of redis

Release: 2019-07-04 15:27:48
Original
2566 people have browsed it

What is the API of redis

The api of redis is a pre-defined command of redis.

API (Application Programming Interface, Application Programming Interface) is some predefined functions, or refers to the convention for connecting different components of the software system. The purpose is to provide applications and developers with the ability to access a set of routines based on a piece of software or hardware without having to access the source code or understand the details of the inner workings.

The redis api is divided into six parts:

[keys command operation](#一keys related commands)

[String data operation](#二string data type Operation)

[Hash data operation](#Three hash related operations)

[List data operation](#Four list related operations)

[Set data operation ](#五setrelated operations)

[zSet data operation](#六zset data type operation).

For more Redis related knowledge, please visit the Redis usage tutorial column!

The above is the detailed content of What is the API of redis. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!