We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
双击 DB-0 不能列出keys。
The text was updated successfully, but these errors were encountered:
0.1.5列不出keys
Sorry, something went wrong.
我也出现这个问题。。跟踪代码发现在RedisClient.cpp第96行 ScopedRedisReply reply(Command("scan %d COUNT 1000", iternum)); 执行scan的时候,报scan命令无法识别...
我的redis版本为老版本,2.4不支持scan,2.8版本才开始支持scan命令的...
要解决这个问题,升级一下redis吧
建议如果条件允许,请升级到redis 2.8以上吧,另外可以帮忙fix这个bug哦
No branches or pull requests
双击 DB-0 不能列出keys。
The text was updated successfully, but these errors were encountered: