question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Redis support for Spring cache abstraction

See original GitHub issue
Overview of the feature request

I have a strong incentive of adding Redis support to JHipster (we have a Prod project on PCF which absolutely need it in the next weeks), however, would you prefer it in the main gen, module or blueprint?

Side question: I noticed JH doesn’t generate @Cacheable, @Cacheput and so on for CRUD: I may also add support for these annotation (but it’s a mid term feature).

Motivation for or Use Case

An Onprem + SaaS microservice architecture with data sync between them: a Rabbit and Redis combination could be a way to help in this case.

Related issues or PR

#7503 #7691 #1149

  • Checking this box is mandatory (this is just to show you read everything)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:19 (18 by maintainers)

github_iconTop GitHub Comments

3reactions
Shaolanscommented, Jul 1, 2019

I am quite interested, can I work on it ?

1reaction
jduboiscommented, Jul 1, 2019

@Shaolans yes of course! I’ll test it on Azure

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Boot Cache with Redis - Baeldung
These add caching support and bring in all the required dependencies. ... Spring caching abstraction, including data update and eviction, ...
Read more >
Spring Caching with Redis - Medium
This article mainly focuses on Redis and why Redis is the perfect option as a caching database for your Spring Boot application.
Read more >
Spring Data Redis
Spring Data Redis provides easy configuration and access to Redis from Spring applications. It offers both low-level and high-level abstractions ...
Read more >
Does Redis cache have advantage over Spring cache if used ...
The abstraction provides a facade including an API along with Annotations for the most common caching operations (for example: Cache.put(key, ...
Read more >
Spring Boot Redis Cache - DigitalOcean
In this post, we will setup up a sample Spring boot application and integrate it with Redis Cache. While Redis is an Open...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found