appstore-1panel/apps/redis/README.md
2023-09-05 15:25:30 +08:00

4 lines
570 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Redis
Redis 是一个开源的、内存中的数据结构存储系统可用作数据库、缓存和消息代理。它支持多种数据结构如字符串、哈希、列表、集合、有序集合、位图、hyperloglogs 和地理空间索引。由于其高性能和低延迟特性Redis 被广泛用于各种应用中特别是需要快速数据访问的场景。除了内存存储Redis 还提供了持久化功能,确保数据的安全性。其丰富的 API 和广泛的客户端库使得 Redis 可以轻松地与多种编程语言和框架集成。