Redis
 sql >> Cơ Sở Dữ Liệu >  >> NoSQL >> Redis

Spring Data Redis (1.3.2.RELEASE) có hỗ trợ JedisSentinelPool của jedis không?

Hỗ trợ cho Redis Sentinel được thêm vào Spring Data Redis 1.4. Nó sẽ có trong Evans RC1 sắp tới, cho phép cấu hình JedisConnectionFactory để sử dụng JedisSentinelPool .

RedisSentinelConfiguration sentinelConfig = new RedisSentinelConfiguration()
  .master("mymaster")
  .sentinel("127.0.0.1", 26379)
  .sentinel("127.0.0.1", 26380);

JedisConnectionFactory factory = new JedisConnectionFactory(sentinelConfig);
factory.afterPropertiesSet();

Bạn đã có thể xem bản dựng ảnh chụp nhanh hiện tại:

compile(group: 'org.springframework.data', name: 'spring-data-redis', version: '1.4.0.BUILD-SNAPSHOT')



  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Làm lại, hết hạn phiên và tra cứu ngược

  2. Sự khác biệt giữa StackExchange.Redis và ServiceStack.Redis

  3. WRONGTYPE Thao tác chống lại một khóa giữ sai loại giá trị php

  4. redis store số 128 bit

  5. SpringBoot Elasticache JedisMovedDataException:MOVED