RediSearch / JRediSearch

Java Client for RediSearch
https://redisearch.io
BSD 2-Clause "Simplified" License
141 stars 62 forks source link

Class conflicts while using JRediSearch with SpringDataRedis RedisTemplate #62

Closed shannonantony closed 5 years ago

shannonantony commented 5 years ago

I am facing class conflict issue while using JRediSearch with SpringDataRedis RedisTemplate in the same SpringBoot application.

gkorland commented 5 years ago

Please verify both are using Jedis 3.0.x

On Sun, 10 Mar 2019, 21:52 shannonantony, notifications@github.com wrote:

I am facing class conflict issue while using JRediSearch with SpringDataRedis RedisTemplate in the same SpringBoot application.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RediSearch/JRediSearch/issues/62, or mute the thread https://github.com/notifications/unsubscribe-auth/AAt-NqEzJCytqkh-nJPARQG46r_17B84ks5vVWKWgaJpZM4bndwR .

shannonantony commented 5 years ago

Tried with Jedis 3.1.0 and spring-boot-starter ver. 2.1.3.RELEASE

I get following JVM error while autowiring StringRedisTemplate

#

A fatal error has been detected by the Java Runtime Environment:

#

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000051b88a83, pid=47680, tid=34676

#

JRE version: Java(TM) SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26)

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.20-b23 mixed mode windows-amd64 compressed oops)

gkorland commented 5 years ago

Can you please try with the latest spring-data-redis milestone? https://github.com/spring-projects/spring-data-redis/releases/tag/2.2.0.M3

gkorland commented 5 years ago

duplicate #51