spring-projects / 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.
https://spring.io/projects/spring-data-redis/
Apache License 2.0
1.77k stars 1.17k forks source link

Adds support for Redis setGet command #3017

Open marcingrzejszczak opened 1 month ago

marcingrzejszczak commented 1 month ago

fixes #2853

marcingrzejszczak commented 1 month ago

Changes applied