We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你们的原理是使用下面方法进行订阅
但是我使用RMapCache,会出现 \x00 的错误 #1 使用 StringRedisTemplate 保存数据,可用 #2 使用 RMapCache 保存数据, 出现\x00, 不可用,不要纠结我用的不是 StringCodec
查了下源码 RedissonClient 执行 lua 脚本就乱了
eval "return struct.pack('dLc0', 0, string.len(ARGV[1]), ARGV[1])" 0 "test"
我直接询问了 redisson redisson/redisson#5642 要我直接使用 RMap
这个具体是怎么选?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你们的原理是使用下面方法进行订阅
但是我使用RMapCache,会出现 \x00 的错误
#1 使用 StringRedisTemplate 保存数据,可用
#2 使用 RMapCache 保存数据, 出现\x00, 不可用,不要纠结我用的不是 StringCodec
查了下源码
RedissonClient 执行 lua 脚本就乱了
eval "return struct.pack('dLc0', 0, string.len(ARGV[1]), ARGV[1])" 0 "test"
我直接询问了 redisson
redisson/redisson#5642
要我直接使用 RMap
这个具体是怎么选?
The text was updated successfully, but these errors were encountered: