RediSearch / JRediSearch

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

Spring Integration PR #171

Closed bsbodden closed 2 years ago

bsbodden commented 2 years ago

This PR allows JRediSearch to:

sazzad16 commented 2 years ago

@bsbodden

... Compilation failure 
  ... .../src/main/java/io/redisearch/client/Client.java:[39,5] variable jedis might not have been initialized
bsbodden commented 2 years ago

@bsbodden

... Compilation failure 
  ... .../src/main/java/io/redisearch/client/Client.java:[39,5] variable jedis might not have been initialized

It should be ok now.

sazzad16 commented 2 years ago

It should be ok now.

@bsbodden It's not.

In Client(String indexName, Pool<Jedis> pool) constructor, add this.jedis = null.

bsbodden commented 2 years ago

It should be ok now.

@bsbodden It's not.

In Client(String indexName, Pool<Jedis> pool) constructor, add this.jedis = null.

https://github.com/bsbodden/JRediSearch/blob/master/src/main/java/io/redisearch/client/Client.java#L37