
redis
会飞的冰箱
做一个有故事的男人,,,
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
redis启动错误: Warning: no config file specified, using the default config. In order to specify a config
windows双击redis-server.exe启动redis时,报错:#Warning: no config file specified, using the default config. In order to specify a config file use redis-server.exe /path/to/redis.conf意思是没有使用默认的conf文件解决办法:在命令行中执行redis-server.exe redis.windows.conf,就可以了。如果嫌弃每次都得原创 2020-06-01 03:23:45 · 14615 阅读 · 2 评论 -
Linux安装redis报错:致命错误:jemalloc/jemalloc.h:没有那个文件或目录
解决方案:执行命令:make MALLOC=libc原创 2019-05-20 14:30:40 · 5967 阅读 · 2 评论