spring-data-redis
https://github.com/spring-projects/spring-data-redis
Java
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.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported1 Subscribers
Add a CodeTriage badge to spring-data-redis
Help out
- Issues
- JedisConnection.scan releases the connection instance to the pool [DATAREDIS-604]
- Findbugs reports nullable returns although code does not use transactions/pipelining [DATAREDIS-804]
- Overriding of redisCustomConversions is restricted [DATAREDIS-820]
- Reactive Redis Template Doesn't Work with multiple repositories (different databases) [DATAREDIS-846]
- NPE when command timeout and MultiValueResponse.output is null [DATAREDIS-1081]
- Eager initialise Lettuce Cluster Connections [DATAREDIS-1227]
- Allow using double-colon as keyspace name through `@RedisHash(value = …)`
- Filter keyspace expiration events in a shared Redis cluster
- Inconsistent key names in COPY / RENAME / RENAMEX / PUBLISH command documentation and other fixes.
- `StreamMessageListenerContainer` should wait until listeners finish processing within timeout during shutdown
- Docs
- Java not yet supported