摘要:# 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...
阅读全文
随笔分类 - Redis
摘要:一、什么是Redis? Redis是一个高性能的key-value内存数据库。 二、为什么使用Redis? Redis是NoSQL数据库,相比传统关系型数据库,内存数据库读写更快。 三、Redis怎么获取? http://www.redis.cn/download.html 四、Redis环境怎么搭
阅读全文
浙公网安备 33010602011771号