You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2023/01/09 07:48:14 UTC

[GitHub] [skywalking] xzyJavaX commented on issue #10168: [Bug] Lettuce and redisson do not support uniform tags.

xzyJavaX commented on issue #10168:
URL: https://github.com/apache/skywalking/issues/10168#issuecomment-1375217636

   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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org