我一直在努力在我的系统上启动redis,而我得到的只是拒绝连接! 我试过:config / database,在127.0.0.1和localhost之间切换.... 那么我该怎么做才能让它发挥作用呢? 注意:我正在使用laradock,其他软件包正常工作
答案 0 :(得分:3)
您必须使用.env Laravel中的((redis)),而不是使用localhost或127.0.0.1。
根据以上代码:
TypeError: super() takes at most 1 argument (0 given)
答案 1 :(得分:0)
使用此:
sudo apt update
sudo apt install redis-server
然后使用文本编辑器打开此文件:
sudo gedit /etc/redis/redis.conf
在监督下找到并设置为systemd:
supervised systemd
sudo systemctl restart redis.service