不鸣则已

海阔凭鱼跃,天高任鸟飞!

首页 新随笔 联系 订阅 管理

随笔分类 -  Redis

摘要:# Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argument: # # ./redis-server /path/to/redis.conf # Note... 阅读全文
posted @ 2016-11-29 18:46 唐群 阅读(215) 评论(0) 推荐(0)

摘要:一、什么是Redis? Redis是一个高性能的key-value内存数据库。 二、为什么使用Redis? Redis是NoSQL数据库,相比传统关系型数据库,内存数据库读写更快。 三、Redis怎么获取? http://www.redis.cn/download.html 四、Redis环境怎么搭 阅读全文
posted @ 2016-01-12 19:12 唐群 阅读(187) 评论(0) 推荐(0)