Home  >  Article  >  Database  >  When to use redis

When to use redis

藏色散人
藏色散人Original
2019-07-01 13:52:123582browse

When to use redis

When to use redis?

● The best way to use Redis is to use all data in-memory.

● Redis is used in more scenarios as a replacement for Memcached.

● When you need support for more data types besides key/value, it is more appropriate to use Redis.

● When the stored data cannot be deleted, it is more appropriate to use Redis.

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

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

Statement:
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