Redis 3.2  stable
Redis 3.2 contains significant changes to the API and implementation of Redis. A new set of commands for Geo indexing was added (GEOADD, GEORADIUS and related commands). The new BITFIELD command handles contiguous arrays of integers or counters of arbitrary bits width and offset inside strings. Memory optimizations to hold the same data in less memory. Lua scripts can now contain side effects using the new effect replication. A complete remote Lua debugger is available in order to make writing scripts a simpler task. Read the release notes for the full set of changes. 

spring-redis-data 
1.1. 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 Geospatial Index).

  • MappingRedisConverter based HashMapper implementation (see Hash mapping).

  • Support for PartialUpdate in repository support (see Persisting Partial Updates).

  • SSL support for connections to Redis cluster.

  • Support for client name via ConnectionFactory when using Jedis.

相关文章:

  • 2022-01-01
  • 2021-04-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-08-04
  • 2021-08-03
猜你喜欢
  • 2022-01-01
  • 2022-01-17
  • 2022-01-17
  • 2022-01-01
  • 2021-11-20
  • 2021-08-13
相关资源
相似解决方案