学习笔记之Redis

Redishtml

  • https://redis.io/

redis.cn面试

  • http://www.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基础—这是我看过超有条理的面试文章了

相关文章
相关标签/搜索