New in Spring Data Redis 1.8

  • Upgrade to Jedis 2.9.

  • Upgrade to Lettuce 4.2 (Note: Lettuce 4.2 requires Java 8).

  • Support for Redis GEO commands.

  • Support for Geospatial Indexes using Spring Data Repository abstractions (see redis.repositories.indexes.geospatial).

  • MappingRedisConverter-based HashMapper implementation (see redis.hashmappers.root).

  • Support for PartialUpdate in repositories (see redis.repositories.partial-updates).

  • SSL support for connections to Redis cluster.

  • Support for client name through ConnectionFactory when using Jedis.