Redis
Scapel
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
认识Redis
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with...翻译 2018-11-08 09:41:28 · 238 阅读 · 0 评论 -
Redis配置
Redis的配置有两种方式,编辑redis.conf,或者通过CONFIG SET CONFIG_NAME CONFIG_VALUE命令。 redis.conf内容如下: # Redis configuration file example # Note on units: when memory size is needed, it is possible to specify # it ...翻译 2018-11-08 13:52:51 · 306 阅读 · 0 评论
分享