文档
注意: Redis的文档在 redis-doc github repository同样也有提供。
Redis 使用
Redis modules API
- Introduction to Redis modules. A good place to start learing about Redis 4.0 modules programming.
- Implementing native data types. Modules scan implement new data types (data structures and more) that look like built-in data types. This documentation covers the API to do so.
- Blocking operations with modules. This is still an experimental API, but a very powerful one to write commands that can block the client (without blocking Redis) and can execute tasks in other threads.
- Redis modules API reference. Directly generated from the top comments in the source code inside
src/module.c
. Contains many low level details about API usage.
Redis 管理
Embedded and IoT
- Redis on ARM and Raspberry Pi:Starting with Redis 4.0 ARM and the Raspberry Pi are officially supported platforms. This page contains general information and benchmarks.
Redis Cluster
故障排除
非稳定版的功能文档
产品规格(Specifications)
教程 & FAQ
简报(Presentations)
如果你想在演示文稿中使用本标识(logo),请使用高分辨率的版本。 SVG版本也是可用的。
使用案例(Use cases)
书籍
以下是已经发布的Redis书籍的列表:
下列书籍有Redis的相关内容,但不是专门关于Redis的:
保荐人
Salvatore Sanfilippo 和 Pieter Noordhuis 发展redis的工作是由 VMware发起的。在过去Redis接受过的捐赠中,将在赞助商的页面中列出的其他公司。