Redis
- https://redis.io/
redis.cn
- http://www.redis.cn/
Azure Redis Cache Documentation - Tutorials, API Reference | Microsoft Docs
- https://docs.microsoft.com/en-us/azure/redis-cache/
- Azure Redis Cache is based on the popular open-source Redis cache. It gives you access to a secure, dedicated Redis cache, managed by Microsoft and accessible from any application within Azure.
Redis - Wikipedia
- https://en.wikipedia.org/wiki/Redis
- Redis is an open-source in-memory database project implementing a distributed, in-memory key-value store with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, hyperloglogs, bitmaps and spatial indexes. The project is mainly developed by Salvatore Sanfilippo and is currently sponsored by Redis Labs.
Redis_百度百科
- https://baike.baidu.com/item/Redis/6549233?fr=aladdin
Redis 教程 | 菜鸟教程
- http://www.runoob.com/redis/redis-tutorial.html
- REmote DIctionary Server(Redis) 是一个由Salvatore Sanfilippo写的key-value存储系统。
- Redis是一个开源的使用ANSI C语言编写、遵守BSD协议、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。
- 它通常被称为数据结构服务器,因为值(value)可以是 字符串(String), 哈希(Map), 列表(list), 集合(sets) 和 有序集合(sorted sets)等类型。