博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
学习笔记之Redis
阅读量:7048 次
发布时间:2019-06-28

本文共 1173 字,大约阅读时间需要 3 分钟。

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  in-memory database project implementing a distributed,   store with optional . Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, , bitmaps and spatial indexes. The project is mainly developed by Salvatore Sanfilippo and is currently sponsored by .

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

转载于:https://www.cnblogs.com/pegasus923/p/8649923.html

你可能感兴趣的文章
SQL Server表分区
查看>>
输出空白字符对于cin提取输入流遇到空格的问题Strut2教程-java教程
查看>>
HttpServerUtility类
查看>>
Python天天美味(5) - ljust rjust center(转)
查看>>
Java获取月份第一天和最后一天日期
查看>>
【超详细教程】使用Windows Live Writer 2012和Office Word 2013 发布文章到博客园全面总结...
查看>>
玩转SSRS第五篇---客户端报表
查看>>
AES分组加密简介
查看>>
udid ,ios 6 替代的api
查看>>
分布式限流之一:redis+lua 实现分布式令牌桶,高并发限流
查看>>
[Oracle] 常用工具集之 - SQL*Loader
查看>>
对于Ext.data.Store 介紹 与总结,以及对以前代码的重构与优化
查看>>
基于Hadoop的地震数据分析统计
查看>>
poj 3181 Dollar Dayz(求组成方案的背包+大数)
查看>>
[译]学习HTTP协议的请求行
查看>>
设计模式22---设计模式之解释器模式(Interpreter)(行为型)
查看>>
HDU 4499 Cannon (搜索)
查看>>
MVC3中给Html.TextAreaFor设置默认值(初始值)
查看>>
PHP5.3.8连接Sql Server SQLSRV30
查看>>
Go:如何组织代码
查看>>