📌 本文内容整理自 GitHub 开源社区,旨在分享和介绍优秀的开源替代方案。所有项目版权归原作者所有,我们尊重并注明原始出处。如有侵权请联系我们删除。感谢开源社区的每一位贡献者!
📖 项目简介
Redis 是开源的内存键值数据库,支持持久化、多种数据结构、发布订阅、Lua 脚本等。性能卓越,是缓存、消息队列、会话存储的首选。
{% if description_en %}🌍 英文原文
🌍 英文原文
Redis is an open-source in-memory key-value database supporting persistence, various data structures, pub/sub, and Lua scripting. Excellent performance, top choice for caching, messaging, and session storage.
{% endif %}📊 项目信息
| 开源项目 | Redis |
|---|---|
| GitHub | https://github.com/redis/redis |
| Star 数 | ⭐ 65,000 |
| 许可证 | BSD-3-Clause |
| 最后更新 | 2024-04-22 |
| 标签 | {% for tag in tags %} {{tag}} {% endfor %} |