随笔分类 -  Redis

Windows 上安装 Redis 及可能出现的错误和解决方法!
摘要:前言 Redis(REmote Dictionary Server) 是一种以key-value写得存储系统。他是开源的ANSI语言编写的、遵守BSD协议。被称作“数据结构服务器”,因为它的值(value)可以是字符串(String),哈希(Map), 列表(list), 集合(sets) 和 有序 阅读全文
posted @ 2017-11-23 10:58 Chiler 阅读(4592) 评论(0) 推荐(0)