Redishtml
redis.cn面試
Azure Redis Cache Documentation - Tutorials, API Reference | Microsoft Docsredis
- 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)等類型。
你須要知道的那些 redis 數據結構(前篇)網絡
十二張圖帶你瞭解 Redis 的數據結構和對象系統數據結構
若是面試官問你:Redis 內存滿了怎麼辦?app
記一次找因redis使用不當致使應用卡死bug的過程post
學 Redis ,至少要看看這篇!7000 字小結
Redis從入門到精通
Redis 不談緩存和隊列
Redis如何輕鬆支撐萬億級日訪問量?
《吊打面試官》之Redis基礎—這是我看過超有條理的面試文章了