I tried to install redis-stack-server on my ubuntu server.
我尝试在我的ubuntu服务器上安装redis-stack-server。
I followed redis official guide on 'https://redis.io/docs/getting-started/install-stack/linux/'
我在‘https://redis.io/docs/getting-started/install-stack/linux/’上关注了Redis的官方指南
But... When I started redis-stack-server I got this error.
但是..。当我启动redis-STACK-SERVER时,我收到了这个错误。
1938:M 09 Sep 2023 15:05:29.698 # The RDB file contains AUX module data I can't load: no matching module 'graphdata'
So... When I tried to access redis-cli, I got this error, because redis-stack-server failed to start.
所以..。当我试图访问redis-cli时,我收到这个错误,因为redis-STACK-SERVER无法启动。
root@localhost:~# redis-cli
Could not connect to Redis at 127.0.0.1:6379: Connection refused
not connected>
I searched Google about this error. But, unfortunately, I could not find any clue.
我在谷歌上搜索了这个错误。但不幸的是,我找不到任何线索。
Should I install any other modules?
我应该安装任何其他模块吗?
Thanks in advance.
先谢谢你。
更多回答
This looks like the error you get when an existing RDB file uses a module that the Redis you are running doesn't have. Graph was removed from Redis Stack recently. Are you upgrading?
这看起来像是当现有的RDB文件使用您正在运行的Redis没有的模块时得到的错误。Graph最近从Redis Stack中删除了。你在升级吗?
优秀答案推荐
我是一名优秀的程序员,十分优秀!