Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR unknown

这个是我在练习黑马点评项目的附近商铺的时候出现bug。

视频第90P,查询美食附近店铺的,注意reids服务端版本要在6.2版本以上,否则会报错RedisCommandExecutionException: ERR unknown command GEOSEARCH

Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR unknown_第1张图片


分析原因是本地的redis版本太低。
将redis更换redis6.2以上版本就好了


6.2.3版本地址链接:redis6.2.3下载
提取码:1ldc
(都是window版的)
6.2.6版本地址
链接:redis6.2.6下载
提取码:7xrn


Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR unknown_第2张图片
Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR unknown_第3张图片
服务就启动了

最后效果图

Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR unknown_第4张图片

你可能感兴趣的:(项目常用,问题解决,redis,缓存,数据库)