【redis已解决】Warning: no config file specified, using the default config. In order to specify a config

这篇具有很好参考价值的文章主要介绍了【redis已解决】Warning: no config file specified, using the default config. In order to specify a config。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

Warning: no config file specified, using the default config. In order to specify a config file use /redis-6.2/redis-server /path/to/redis.conf
warning: no config file specified, using the default config. in order to spe,redis,数据库,redis,java
warning: no config file specified, using the default config. in order to spe,redis,数据库,redis,java
点击这个报错
表示没有指定配置文件,使用默认配置。要指定配置文件,请使用redis-server /path/to/redis.conf
warning: no config file specified, using the default config. in order to spe,redis,数据库,redis,java

1、在cmd中redis-server.exe redis.windows.conf

warning: no config file specified, using the default config. in order to spe,redis,数据库,redis,java
启动成功

2、创建一个bat的后缀文件

(如果你怕麻烦就使用批处理)
warning: no config file specified, using the default config. in order to spe,redis,数据库,redis,java

redis-server.exe redis.windows.conf

直接点击start.bat就可以直接运行配置文件

就可以解决本文的问题文章来源地址https://www.toymoban.com/news/detail-597525.html

到了这里,关于【redis已解决】Warning: no config file specified, using the default config. In order to specify a config的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包赞助服务器费用

相关文章

  • vscode出现Specifies folder path to the JDK(17 or recent)used to launch the Java Language Server解决方案

    vscode出现Specifies folder path to the JDK(17 or recent)used to launch the Java Language Server解决方案

      大家好,我是爱编程的喵喵。双985硕士毕业,现担任全栈工程师一职,热衷于将数据思维应用到工作与生活中。从事机器学习以及相关的前后端开发工作。曾在阿里云、科大讯飞、CCF等比赛获得多次Top名次。现为CSDN博客专家、人工智能领域优质创作者。喜欢通过博客创作

    2024年02月05日
    浏览(12)
  • 报错:Parsing error: No Babel config file detected...的解决方案

    报错:Parsing error: No Babel config file detected...的解决方案

    报错:Parsing error: No Babel config file detected for E:前端学习资料9.vue基础classday03\\02-源代码\\01-componentvue.config.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files. 报错方法解决 vue.config.js文件或babel.config.js文件或src中APP.vue开头有 红色

    2023年04月22日
    浏览(10)
  • 解决Git配置error:could not lock config file....No such file or directory

    解决Git配置error:could not lock config file....No such file or directory

    新安装git出现无法设置用户名和邮箱的方法。 $ git config --global user.name “用户名” $ git config --global user.email “邮箱” 当在git bash里设置用户名邮箱出现类似以下提示时的解决方法。 GIT error: could not lock config file C:/Users/FZQ/Desktop/%USERPROFILE%/…No such file or directory 这里说在我的电

    2024年02月06日
    浏览(43)
  • 【已解决】vue报错:Parsing error: No Babel config file detected for...

    【已解决】vue报错:Parsing error: No Babel config file detected for...

    Vue项目报错:Parsing error: No Babel config file detected… 解决方法:在 package.json 里面添加 \\\"requireConfigFile\\\": false 即可。

    2024年02月15日
    浏览(14)
  • 解决The default interactive shell is now zsh.To update your account to use zsh ... 的问题

    解决The default interactive shell is now zsh.To update your account to use zsh ... 的问题

    Mac电脑升级系统后,打开终端就出现这个提示 原因是从 macOS Catalina 版开始,Mac 将使用 zsh 作为默认登录 Shell 和交互式 Shell 官方详细说明链接贴在这里:在 Mac 上将 zsh 用作默认 Shell - 官方 Apple 支持 (中国) 要处理这个问题,需要更改默认Shell 1、打开【系统偏好设置】   2、找

    2024年02月16日
    浏览(9)
  • php no input file specified

    php no input file specified

    内容 open_basedir=/wab/led-sht.com/:/tmp/ led-sportslight.com是项目根目录位置 改好后保存并清空缓存硬刷新网站就行了 /core/library/think/cache/driver/File.php 第 84 行左右 mkdir(): Permission denied 这个就是权限问题了,直接在根目录位置执行 就可以解决

    2024年01月23日
    浏览(11)
  • 解决运行js代码报错—Warning: To load an ES module, set “type“: “module“ in the package.json or use the .mjs

    解决运行js代码报错—Warning: To load an ES module, set “type“: “module“ in the package.json or use the .mjs

    目录 ❌ 报错信息 🎈 解决方案 ✔️ 执行结果 vscode运行js代码报错:(node:20452) Warning: To load an ES module, set \\\"type\\\": \\\"module\\\" in the package.json or use the .mjs extension.  同类型报错的情况,都可以使用该方案解决!

    2024年02月08日
    浏览(14)
  • 解决docker运行redis报错:Fatal error, can‘t open config file /etc/redis/redis.conf以及启动redis后自动退出容器

    解决docker运行redis报错:Fatal error, can‘t open config file /etc/redis/redis.conf以及启动redis后自动退出容器

    现象如下:  看了报错是权限问题,然后发现redis1.conf的权限果然不大对, 所以运行 chmod o+r 添加权限 但是启动后容器自动退出: 然后把redis-server改成绝对路径/usr/local/bin/redis-server  此时就能发现报错真正的原因:是原始redis.conf配置文件内容的问题,而不是文件本身挂载的

    2024年02月04日
    浏览(34)
  • 启动ZooKeeper报错ZooKeeper JMX enabled by default Using config: /usr/Local/ zookeeper/bin/ . ./conf/zoo.

    启动ZooKeeper报错ZooKeeper JMX enabled by default Using config: /usr/Local/ zookeeper/bin/ . ./conf/zoo.

    启动ZooKeeper报错 1 在 ZooKeeper安装目录bin 目录下使用 查看错误原因 即 2 根据报错解决 以笔者为例 报错 显然,端口号被占用 使用 netstat - tunlp 查看端口号 ZooKeeper默认服务端端口号为8080 客户端端口号为2181,但笔者2181端口号被占用,由于2181端口号对于笔者而言无用,可以直

    2024年02月11日
    浏览(10)
  • 讲解nginx.pid“ failed (2: The system cannot find the file specified

    目录 讲解 \\\"nginx.pid\\\" failed (2: The system cannot find the file specified 1. Nginx配置文件错误 2. Nginx配置文件权限问题 3. Nginx启动失败 解决问题 示例代码:处理 \\\"nginx.pid\\\" failed (2: The system cannot find the file specified 在使用Nginx时,你可能会遇到以下错误消息之一: 这个错误消息通常出现在启

    2024年01月19日
    浏览(7)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包