spring-data-redis

Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.

APACHE-2.0 License

Stars
1.8K
Committers
173

Bot releases are hidden (Show)

spring-data-redis - 3.3.3 Latest Release

Published by schauder 2 months ago

πŸ“— Links

⭐ New Features

  • Default shutdownQuietPeriod should be 0 or some fraction of the shutdownTimeout #2945

πŸ“” Documentation

  • Bundle Javadoc with Antora documentation site #2950
  • Broken Image Links in README.adoc #2916

πŸ”¨ Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.8 #2962

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @erichaagdev
spring-data-redis - 3.2.9

Published by schauder 2 months ago

πŸ“— Links

πŸ“” Documentation

  • Bundle Javadoc with Antora documentation site #2950
  • Broken Image Links in README.adoc #2916

πŸ”¨ Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.8 #2960

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @erichaagdev
spring-data-redis - 3.3.2

Published by schauder 3 months ago

spring-data-redis - 3.2.8

Published by schauder 3 months ago

spring-data-redis - 3.3.1

Published by mp911de 4 months ago

πŸ“— Links

⭐ New Features

  • Support custom NullValueSerializer in GenericJackson2JsonRedisSerializer #2878

🐞 Bug Fixes

  • BoundValueOperations not visible when initializing boundValueOps on Fork/Join pool #2920

πŸ“” Documentation

  • Fix typo in Template reference documentation #2913

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @AnneMayor
  • @UnfetteredCodeMan
spring-data-redis - 3.2.7

Published by mp911de 4 months ago

πŸ“— Links

🐞 Bug Fixes

  • BoundValueOperations not visible when initializing boundValueOps on Fork/Join pool #2920

πŸ“” Documentation

  • Fix typo in Template reference documentation #2913

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @UnfetteredCodeMan
spring-data-redis - 3.3.0

Published by mp911de 5 months ago

πŸ“— Links

⭐ New Features

  • Let QueryByExampleRedisExecutor implement ListQueryByExampleExecutor #2880
  • Allow RedisConnectionFactories to be initialized as part of the context lifecycle #2866
  • Extend properties for RedisSentinelConfiguration #2860
  • RedisCache should expose ValueWrapper for cached null values returned from retrieve(key) #2783

🐞 Bug Fixes

  • BITFIELD INCRBY applies incorrect offset using Lettuce #2903
  • Pipelined usage of Redis Cluster with Lettuce fails for some commands that return PipelinedRedisFuture #2888
  • RedisTemplate.hasKey() Behavior Change with setEnableTransactionSupport = true #2886
  • Index value for @Index column not removed after setting value to null #2882
  • Redis Repositories do not find results for custom find…ById(…) queries #2851
  • Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException #2838
  • Return duplicate data when querying via Query Methods. #2799
  • Cannot set config value to empty string using Lettuce #2798
  • RedisMessageListenerContainer resubscribe using Jedis fails after exception #2782
  • DefaultRedisCacheWriter is not atomic [DATAREDIS-1117] #1686

πŸ“” Documentation

  • Document that keyspace events are not replicated across Redis Cluster shards #2881
  • Cache reference documentation does not use variable #2869
  • After timeout occurs on MULTI call every following transaction fails #2865
  • Reference documentation mentions wrong variable name #2852
  • Fix quoted variable reference in documentation #2850
  • Anchors in documentation links lost due to redirects #2840
  • Fix method name in Caching reference documentation #2837
  • Update Revved up by Develocity badge #2836
  • JedisConnectionFactory.setDatabase(…) javadoc deprecation refers to client name #2831
  • Reference documentation mentions HashOperations to be autowired #2828
  • Fix reference documentation for Stream ops usage #2825
  • Update Jedis documentation to reflect supporting Redis Streams #2824
  • Use correct distance unit for repository query method documentation #2823
  • Update referencedocs url in README #2786
  • Refine code samples in reference docs #2784
  • Fixed the URL for the Spring Data Commons documentation #2779
  • Refine ReactiveRedisOperations#listenTo and listenTo…Later Javadoc mentioning resource usage #2229

πŸ”¨ Dependency Upgrades

  • Upgrade to Lettuce 6.3.2.RELEASE #2867
  • Upgrade to Lettuce 6.3.1 #2826
  • Upgrade to Maven Wrapper 3.9.6 #2805

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @hanbee1005
  • @egor-ponomarev
  • @zizare
  • @1autodidact
  • @Raccoon-a
  • @kinsersh
  • @imba-tjd
  • @hyeonzix
  • @chanyoung1998
  • @mustaphazorgati
  • @osadchuk-roman
  • @junghoon-vans
  • @knightdreams6
  • @erichaagdev
  • @runbing
spring-data-redis - 3.2.6

Published by mp911de 5 months ago

πŸ“— Links

🐞 Bug Fixes

  • BITFIELD INCRBY applies incorrect offset using Lettuce #2903
  • Index value for @Index column not removed after setting value to null #2882
  • Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException #2838
  • DefaultRedisCacheWriter is not atomic [DATAREDIS-1117] #1686

πŸ“” Documentation

  • Document that keyspace events are not replicated across Redis Cluster shards #2881
  • Refine ReactiveRedisOperations#listenTo and listenTo…Later Javadoc mentioning resource usage #2229

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @chanyoung1998
  • @osadchuk-roman
  • @kinsersh
spring-data-redis - 3.1.12

Published by mp911de 5 months ago

πŸ“— Links

🐞 Bug Fixes

  • BITFIELD INCRBY applies incorrect offset using Lettuce #2903
  • Index value for @Index column not removed after setting value to null #2882
  • Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException #2838

πŸ“” Documentation

  • Refine ReactiveRedisOperations#listenTo and listenTo…Later Javadoc mentioning resource usage #2229

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @osadchuk-roman
spring-data-redis - 3.3.0-RC1

Published by mp911de 6 months ago

πŸ“— Links

⭐ New Features

  • Allow RedisConnectionFactories to be initialized as part of the context lifecycle #2866

🐞 Bug Fixes

  • Pipelined usage of Redis Cluster with Lettuce fails for some commands that return PipelinedRedisFuture #2888
  • RedisTemplate.hasKey() Behavior Change with setEnableTransactionSupport = true #2886
spring-data-redis - 3.2.5

Published by mp911de 6 months ago

πŸ“— Links

🐞 Bug Fixes

  • Pipelined usage of Redis Cluster with Lettuce fails for some commands that return PipelinedRedisFuture #2888
  • RedisTemplate.hasKey() Behavior Change with setEnableTransactionSupport = true #2886
spring-data-redis - 3.1.11

Published by mp911de 6 months ago

spring-data-redis - 3.3.0-M2

Published by mp911de 7 months ago

πŸ“— Links

⭐ New Features

  • Extend properties for RedisSentinelConfiguration #2860

🐞 Bug Fixes

  • Redis Repositories do not find results for custom find…ById(…) queries #2851

πŸ“” Documentation

  • Cache reference documentation does not use variable #2869
  • After timeout occurs on MULTI call every following transaction fails #2865
  • Reference documentation mentions wrong variable name #2852
  • Fix quoted variable reference in documentation #2850

πŸ”¨ Dependency Upgrades

  • Upgrade to Lettuce 6.3.2.RELEASE #2867

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @1autodidact
  • @Raccoon-a
  • @mustaphazorgati
  • @samKl99
spring-data-redis - 3.2.4

Published by mp911de 7 months ago

πŸ“— Links

🐞 Bug Fixes

  • Redis Repositories do not find results for custom find…ById(…) queries #2851

πŸ“” Documentation

  • Cache reference documentation does not use variable #2869
  • After timeout occurs on MULTI call every following transaction fails #2865
  • Reference documentation mentions wrong variable name #2852
  • Fix quoted variable reference in documentation #2850

πŸ”¨ Dependency Upgrades

  • Upgrade to Lettuce 6.3.2.RELEASE #2867

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @1autodidact
  • @Raccoon-a
spring-data-redis - 3.1.10

Published by mp911de 7 months ago

spring-data-redis - 3.3.0-M1

Published by christophstrobl 8 months ago

πŸ“— Links

⭐ New Features

  • Encapsulate Redis Scan CursorId #2802
  • Expose ValueWrapper to differentiate between cached null values and absent cache mapping. #2785
  • RedisCache should expose ValueWrapper for cached null values returned from retrieve(key) #2783

🐞 Bug Fixes

  • Return duplicate data when querying via Query Methods. #2799
  • Cannot set config value to empty string using Lettuce #2798
  • Redis SCAN cursor exceeds Long.MAX_VALUE resulting in NumberFormatException #2796
  • RedisMessageListenerContainer resubscribe using Jedis fails after exception #2782

πŸ“” Documentation

  • Anchors in documentation links lost due to redirects #2840
  • Fix method name in Caching reference documentation #2837
  • Update Revved up by Develocity badge #2836
  • JedisConnectionFactory.setDatabase(…) javadoc deprecation refers to client name #2831
  • Reference documentation mentions HashOperations to be autowired #2828
  • Fix reference documentation for Stream ops usage #2825
  • Update Jedis documentation to reflect supporting Redis Streams #2824
  • Use correct distance unit for repository query method documentation #2823
  • Update referencedocs url in README #2786
  • Refine code samples in reference docs #2784
  • Fixed the URL for the Spring Data Commons documentation #2779

πŸ”¨ Dependency Upgrades

  • Upgrade to Lettuce 6.3.1 #2826
  • Upgrade to Maven Wrapper 3.9.6 #2805

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @imba-tjd
  • @hyeonzix
  • @zizare
  • @junghoon-vans
  • @knightdreams6
  • @erichaagdev
  • @runbing
spring-data-redis - 3.2.3

Published by mp911de 8 months ago

πŸ“— Links

πŸ“” Documentation

  • Anchors in documentation links lost due to redirects #2840
  • Fix method name in Caching reference documentation #2837
  • JedisConnectionFactory.setDatabase(…) javadoc deprecation refers to client name #2831

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @zizare
spring-data-redis - 3.1.9

Published by mp911de 8 months ago

πŸ“— Links

πŸ“” Documentation

  • Fix method name in Caching reference documentation #2837
  • JedisConnectionFactory.setDatabase(…) javadoc deprecation refers to client name #2831

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @zizare
spring-data-redis - 3.2.2

Published by mp911de 9 months ago

πŸ“— Links

πŸ“” Documentation

  • Reference documentation mentions HashOperations to be autowired #2828
  • Fix reference documentation for Stream ops usage #2825
  • Update Jedis documentation to reflect supporting Redis Streams #2824
  • Use correct distance unit for repository query method documentation #2823

πŸ”¨ Dependency Upgrades

  • Upgrade to Lettuce 6.3.1 #2826

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @imba-tjd
  • @knightdreams6
spring-data-redis - 3.1.8

Published by mp911de 9 months ago

πŸ“— Links

πŸ“” Documentation

  • Update Jedis documentation to reflect supporting Redis Streams #2824

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

  • @imba-tjd
Package Rankings
Top 3.27% on Repo1.maven.org
Related Projects