wForget commented on PR #6022: URL: https://github.com/apache/kyuubi/pull/6022#issuecomment-1956037726
It is not common to use jdbc to access redis. If the redis jdbc client supports the mysql dialect, I think we can use mysql type jdbc engine to access redis, like: ``` kyuubi.engine.jdbc.type=MYSQL kyuubi.engine.jdbc.driver.class=RedisDriverClass kyuubi.engine.jdbc.connection.url=jdbc:redis://XXXX ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
