Shan

Results 12 issues of Shan

Implement replicating nuster node cache to other nodes

enhancement

My springboot application is running fine for hours. but time to time , I see connection lost exception to sentinel. There is no network issue. ### Expected behavior Write here...

Hi, I am loading around 1million record into RediSearch. During the data load, I get following exception, redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool at redis.clients.jedis.util.Pool.getResource(Pool.java:84) at redis.clients.jedis.JedisSentinelPool.getResource(JedisSentinelPool.java:310)...

Hi, I am not able to run the sample as per https://github.com/RediSearch/JRediSearch example with respect to try(Jedis conn = client.connction()){ conn.hset("item", fields); } As per Jedis API, fields should be...

help wanted

This is related to issue #61. I have springboot 2.x application with spring-data-redis and jredisearch. While starting up the springboot app, i get the following error. I did try different...

Not able to install redisearch from source git clone --recursive https://github.com/RediSearch/RediSearch.git --tag v2.8.10 cd v2.8.10 ./sbin/setup The above command just hangs. can you please share steps to install RediSearch under...

bug
stale

**Expected Behavior** Need support to connect to multiple Redis sentinel nodes **Current Behavior** Currently, only one redis node connection is supported. **Context**

Hi @rdegges , Can you please some guidance on how to host this ipify-api internally on a webserver? Appreciate your help thanks Jay

@bsbodden , I am currently loading around 1 million records into Redis using the Repository.saveAll(List) method. I would like to know if there is a way to partially update this...

enhancement

Hi, I see following properties to set redis url as part of Spring AI. spring.ai.vectorstore.redis.uri | Server connection URI | redis://localhost:6379 spring.ai.vectorstore.redis.index | Index name | default-index spring.ai.vectorstore.redis.initialize-schema | Whether...