Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

operation.put(m_retainedStore, topic, storedMessage) #19

Open
wenwenbaba opened this issue Jun 23, 2022 · 2 comments
Open

operation.put(m_retainedStore, topic, storedMessage) #19

wenwenbaba opened this issue Jun 23, 2022 · 2 comments

Comments

@wenwenbaba
Copy link

RedisMessagesStore:76行, 类型转换异常. Topic不能转String

@wenwenbaba
Copy link
Author

redisTemplate.setHashKeySerializer(new StringRedisSerializer());
改为
redisTemplate.setHashKeySerializer(new MyRedisSerialize<>());
情况有所改善.

@Rubante
Copy link
Owner

Rubante commented Jul 3, 2022

redis存储 性能上不去

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants