add support for xautoclaim
hi. I'm using Spring Boot 2.6.6. right now, in order to run the xautoclaim command, I have to get the native lettuce client and use a lettuce command interface . I would prefer to use Spring's higher-level Reactive/StreamOperations interface, but xautoclaim is not currently supported. please add Reactive/StreamOperations support for xautoclaim. on my Spring version, regular xclaim is also not supported in Reactive/StreamOperations, but it's supported in Reactive/StreamCommands. if, for some reason, there is less resistance to add xautoclaim at the Reactive/StreamCommands level, that would also be preferable to what I'm currently doing. thanks!
Would be nice to have xautoclaim supported. Any news for which version it is planned?
how this issue,please
At this point, using xautoclaim causes a direct dependency to the redis client :(