xzyJavaX commented on issue #10137: URL: https://github.com/apache/skywalking/issues/10137#issuecomment-1375213538
If Redisson and Lettuce want to adopt uniform tags, there are still some problems to be solved: 1、How to set 'CACHE_CMD', 'CACHE_OP' and 'CACHE_KEY' in batch method? 2、How to obtain the Key in Lettuce?It seems that you need to call 'CommandArgs<?, ?> args = redisCommand.getArgs()' first, and then call 'args.toCommandString()' to get a string similar to "key<key1> value<value1>", then cut the string. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
