tile38 icon indicating copy to clipboard operation
tile38 copied to clipboard

How to execute INTERSECTS command through StatefulRedisConnection in Spring

Open zhengbaowei opened this issue 1 year ago • 0 comments

RedisCommands<String, String> sync = statefulRedisConnection.sync(); String dispatch = sync.dispatch(CommandType.SET, new StatusOutput<>(codec), new CommandArgs<>(codec) this code Unable to execute command

zhengbaowei avatar Apr 03 '24 00:04 zhengbaowei