我有2层spring引导应用程序如下所示,并希望用redis实现分布式二级缓存以提高性能。Wondering if there is any standard solution with `redis` to fetch data as like from traditional `RDBMScache` and then any subsequent delete/update shall first do the same in Db and then update in `Redis` also I sho
我的问题出现在使用Redis实现bloom filter时,Redis有一个模块,允许您在输入set中的成员时使用bloom filter。(请记住查找过程的复杂性,而不是从磁盘检索该值)CheckIfUserExsits() // using Redis bloom filter
If TRUE then confirm with rdbms
我是Redis的新手,正在尝试将Postgres DB更改为Redis DB。当前的实现我们使用了Spring Data JPA (实体类+ JPA存储库)。现在我想在内存DB中使用Spring Data Redis和backend作为Redis。
你能建议我需要在所有实体类中做哪些更改吗?持久化将如何发生?我是否需要在Join表等中进行任何更改。