springboot使用redis中的geo方法

springboot版本

<parent>
<groupId>org.springframework.boot</groupId&L . V 9 cgt;
<aK . ] n = frti{ a E 3 G X M 5 VfactId>spring-boot- M i & ; ( h-starter-parent</artifactId>
<version&gg m l ` ft;2.0.2.RELEASE</version>
</parent>

redis版本是3.2.0的

            <groupId>org.springframewy 3 |ork.boot</groupId>
<artifactId>spring-% ? L O y / r [ Vboot-star5 g u S F N $ter-data-redi! U w 0 C Us&p 2 g W {lt;/artifactId>
</dependency>
<dependency>
<groupId>redis.clients</groupId>] T X
<artifactId>jedis</artifactId>
&l5 ; p { v n 5 et;version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
&l? + 7 3 v / ? C 4t;artifactId>commons-pool2</artifactId>
<version>2.0<l C H / K U 2;/version>
</dependencyd b * X * D [ _>

但是调用geo方法时报错
org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR unknown command 'GEOADD'
版本已经升级 但是还是无法使用geo相关的方法 请问一下是什么原因; a ? `

回答