腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Redis
Cache
-
使用
Redisson
访问
HMSET
redis
、
redis-cache
、
redisson
我将
HMSET
存储在
Redis
Cache
中,如下所示现在,我如何在User1中
使用
Redison键获得键和值映射
浏览 9
提问于2017-06-30
得票数 0
1
回答
Java
Redisson
客户端错误:'unpack‘的参数#2错误(数据字符串太短)
java
、
redis
、
redisson
我无法
使用
redisson
阅读
redis
。('hgetall', KEYS[1]); local result = {}; local maxSize = tonumber(
redis
.call('hg..., 5, ALLUS_XXX,
redisson
__timeout__set:{ALLUS_XXX},
redisson
__idle__set:{ALLUS_XXX},
redisson
__map_
cache
__la
浏览 29
提问于2021-11-26
得票数 0
5
回答
Redis
作为Hibernate二级缓存
hibernate
、
caching
、
redis
、
nosql
我有一个疯狂的想法:
使用
Redis
作为hibernate的二级缓存。
Redis
是一个内存中的数据存储,它支持复制、管道等。目标是在许多tomcat节点之间共享hibernate缓存。基本的实现应该是序列化Hibernate缓存对象、键和值,并将所有内容存储到
Redis
数据库中。你对这个想法有什么看法?朱利叶斯
浏览 1
提问于2011-10-04
得票数 27
2
回答
Redisson
客户端异常Netty线程
java
、
redis
、
openshift
、
netty
我在openshift中部署了我的应用程序,它也
使用
Redis
。在大多数情况下,它是有效的,我仍然面临与
redisson
相关的问题,这是间歇性的。://webapp-sessionstore.9m6hkf.ng.0001.apse2.
cache
.amazonaws.com:6379], nodeType=MASTER, firstFail=0]].apse2.
cache
.amazonaws.com:6379], channel=[id: 0xceaf7022, L:/10.1
浏览 0
提问于2020-04-23
得票数 0
1
回答
Redisson
Hibernate
Cache
Module是否在多个容器中共享相同的数据?
java
、
hibernate
、
caching
、
redis
、
redisson
我们希望
使用
redisson
-hibernate项目来支持
redis
二级缓存。tr
浏览 0
提问于2020-02-27
得票数 0
1
回答
如何在AWS上缓存与IBM的WebSphere自由会话?
websphere-liberty
、
session-cache
我想
使用
AWS弹力缓存来进行自由的会话缓存,但它看起来像是解放的sessionCach-1.0特性只能与JCache兼容的存储一起
使用
。(如哈泽尔卡斯特、英菲尼斯潘等)。如果您对如何在自由中实现会话缓存有任何建议,我将不胜感激。
浏览 0
提问于2021-09-01
得票数 1
回答已采纳
1
回答
spring数据jpa - hibernate没有@QueryHint的二级缓存
java
、
spring-boot
、
hibernate
、
spring-data-jpa
、
spring-cache
我在我的春季引导应用程序中
使用
spring数据jpa,我需要启用hibernate二级缓存来缓存某些实体。我
使用
Redis
作为我的应用程序的缓存服务器,所以我需要
使用
和它的春季引导集成。: use_second_level_
cache
: true fallback: true
浏览 16
提问于2022-06-28
得票数 0
1
回答
让region_prefix与
redisson
-hibernate-53 L2缓存一起工作
hibernate
、
caching
、
redis
、
redisson
我正在尝试
使用
Redisson
(Spring2.3.0,Hibernate 5.4.15,
redisson
- L2 -53)将
Redis
配置为Spring boot app的hibernate缓存。应用程序YAML在spring.jpa.properties.hibernate下有此部分
cache
: use_second_level_
cache
: trueregion.factory_class: org.
redisson
.hib
浏览 35
提问于2020-08-06
得票数 0
2
回答
每个缓存的
Redis
大小限制
java
、
spring
、
redis
Redis
可以用作Spring(boot)应用程序中的缓存存储引擎。但是,它只允许设置总体最大内存大小限制。
浏览 3
提问于2020-09-25
得票数 1
1
回答
org.
redisson
.client.RedisNodeNotFoundException:节点:尚未发现NodeSource
spring-boot
、
redis
、
redisson
我是
Redisson
的新手,我试图在
Redis
缓存的帮助下为分布式锁集成
redisson
+ spring boot。我得到了下面的错误: org.
redisson
.client.RedisNodeNotFoundException:节点: NodeSource slot=14577,addr=
redis
://10.150.77.93#en0# at java.lang.Thread.run(Thread.java:748) ~na:1.8.0_161
Redis
<
浏览 845
提问于2019-09-04
得票数 0
回答已采纳
1
回答
Redisson
Hibernate 2L缓存设置,但总是执行SQL查询
java
、
spring-boot
、
hibernate
、
redis
、
redisson
我正在尝试设置2L缓存,但每次都会看到Hibernate查询执行,即使结果明显缓存在
Redis
实例上。当我检查
Redis
时,我可以看到新的缓存值。为什么每次都执行查询而不首先检查
redis
?: use_second_level_
cache
: true factory_class: org.
redisson
.hibernate.RedissonRegionFactory
redis
浏览 13
提问于2022-03-05
得票数 0
回答已采纳
1
回答
具有数据大小的
HMSET
、HGETALL的
Redis
基准测试
redis
有人能让我知道如何
使用
redis
-benchmark为
HMSET
,HGETALL做一个固定数据大小的基准测试(
redis
-benchmark中的-d选项)。我正在
使用
redis
3.2.5。我已经通过了这个并尝试了以下命令:- root@
cache
-server1:~#
redis
-benchmark -h a.b.c.d -p XXXX
hmset
hgetall myhash rand_intrand_string -d 2048
浏览 2
提问于2016-12-07
得票数 0
回答已采纳
2
回答
Spring
使用
Redis
@Cacheable
java
、
spring
、
redis
有没有人能推荐一个集合类型的
Redis
(NoSQL DB)示例?通常我们
使用
以下代码(在Spring中):public Map<String,Object> findProduct
浏览 0
提问于2013-12-19
得票数 3
1
回答
命令执行超时:(8月),params:(密码屏蔽)-
Redisson
客户端
spring-boot
、
redis
、
spring-data-redis
、
redis-cluster
、
redisson
我试图在spring引导应用程序中
使用
redisson
客户端连接到
redis
服务器。
使用
用户名和密码连接到
redis
时,获取以下异常 ,但我能够
使用
redis
洞察力以相同的凭据连接到同一个
redis
实例,但在
使用
redisson
客户端从春引导应用程序
访问
时却面临问题
浏览 9
提问于2022-05-22
得票数 0
回答已采纳
1
回答
Java
Redisson
集成
redis
、
redisson
我有一个场景,我需要
使用
的数据结构是一个Map<String,Map<String,List<String>>。RMap<String,Map<String,List<String>> parentMap =
redisson
.getMap("parentMap"); RMapCache<St
浏览 1
提问于2017-05-10
得票数 0
回答已采纳
1
回答
org.
redisson
.client.handler.PingConnectionHandler$1.run(PingConnectionHandler.java:79)
java
、
redis
、
redisson
我
使用
redisson
api 'org.
redisson
:
redisson
:3.13.6'在我的java项目中
使用
redis
(
redis
6.2.5)流。在跑了几个月之后。: Command execution timeout for command: (PING), params: [],
Redis
client: [addr=
redis
://cruise-
redis
-m
浏览 98
提问于2022-01-17
得票数 0
回答已采纳
1
回答
HGETALL如何
使用
redisson
java
、
redis
、
redisson
我很难弄清楚如何
使用
redisson
redis
库来
访问
映射键。我希望能够(
使用
redisson
)
访问
由未
使用
redisson
的系统创建的密钥。假设我
使用
redis
-cli..。static void getNancy() { config.useSingleServer().setAddress("
red
浏览 4
提问于2017-09-27
得票数 1
5
回答
在
redis
中存储多个嵌套对象
json
、
redis
我想在
redis
中存储多个复杂的json数据,但不确定如何存储。01,02)存储在用户中,然后将卡车(01,02)存储在卡车中,这样如果我想检索用户,我可以简单地这样做卡车也有类似的情况 稍后,我还希望在用户中获得user01,但我对如何在
redis
浏览 0
提问于2017-06-25
得票数 19
1
回答
连接到docker conatiners中以前哨模式运行的
redis
主节点时出现问题
docker
、
redis
、
docker-compose
、
redisson
我在docker容器中运行
redis
,并且我
使用
redis
前哨模式。所有容器都可以相互
访问
,因为它们在运行docker-compose up期间创建的同一桥接码头网络中。Config config = new Config();
浏览 0
提问于2019-01-30
得票数 3
3
回答
弹簧
Redisson
哨兵错误-至少需要两个哨兵
java
、
spring-boot
、
redis
、
redis-sentinel
、
redisson
我正在为
Redis
使用
哨兵模式。我正在
使用
Redisson
客户端版本3.9.1 <dependency> <version>${
redisson
-version}</version><
浏览 0
提问于2018-12-07
得票数 0
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券