学习笔记之Redis

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)等类型。

学 Redis ,至少要看看这篇!7000 字小结

Redis是什么?

Redis从入门到精通

你需要知道的那些 redis 数据结构(前篇)

十二张图带你了解 Redis 的数据结构和对象系统

如果面试官问你:Redis 内存满了怎么办?

记一次找因redis使用不当导致应用卡死bug的过程

Redis 不谈缓存和队列

《吊打面试官》之Redis基础—这是我看过超有条理的面试文章了

Redis 的内存淘汰策略

两个Redis集群如何平滑数据迁移

如何发现 Redis 热点 Key ,解决方案有哪些?

KeyDB, 比Redis快5倍的中间件,为啥这么快?


APPLICATION

Redis如何轻松支撑万亿级日访问量?

微信亿级在线点赞系统,用Redis如何实现?

如何用Redis实现微博关注关系?

我是如何用 Redis 做实时订阅推送的?

原文地址:https://www.cnblogs.com/pegasus923/p/8649923.html